public class BackgroundContentType extends Object
Java class for BackgroundContentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BackgroundContentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pieceInfo" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="absoluteScaling" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="scale" default="1">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}float">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="rotation" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
<maxInclusive value="360"/>
</restriction>
</simpleType>
</attribute>
<attribute name="opacity" default="1.0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}float">
<minInclusive value="0"/>
<maxInclusive value="1"/>
</restriction>
</simpleType>
</attribute>
<attribute name="color" type="{http://schema.webpdf.de/1.0/extraction/info}RgbColorType" default="#FFFFFF" />
<attribute name="alignment" type="{http://schema.webpdf.de/1.0/extraction/info}Alignment" default="top_left" />
<attribute name="horizOffset" type="{http://www.w3.org/2001/XMLSchema}float" default="0.0" />
<attribute name="vertOffset" type="{http://www.w3.org/2001/XMLSchema}float" default="0.0" />
<attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="bounds" type="{http://schema.webpdf.de/1.0/extraction/info}RectangleType"/>
</sequence>
<attribute name="objectKey" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="page" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="onprint" default="true">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}boolean">
</restriction>
</simpleType>
</attribute>
<attribute name="onscreen" default="true">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}boolean">
</restriction>
</simpleType>
</attribute>
<attribute name="isImage" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
BackgroundContentType.PieceInfo
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected RectangleType |
bounds |
protected Boolean |
isImage |
protected String |
objectKey |
protected Boolean |
onprint |
protected Boolean |
onscreen |
protected Integer |
page |
protected BackgroundContentType.PieceInfo |
pieceInfo |
| Constructor and Description |
|---|
BackgroundContentType() |
| Modifier and Type | Method and Description |
|---|---|
RectangleType |
getBounds()
Gets the value of the bounds property.
|
String |
getObjectKey()
Gets the value of the objectKey property.
|
int |
getPage()
Gets the value of the page property.
|
BackgroundContentType.PieceInfo |
getPieceInfo()
Gets the value of the pieceInfo property.
|
boolean |
isIsImage()
Gets the value of the isImage property.
|
boolean |
isOnprint()
Gets the value of the onprint property.
|
boolean |
isOnscreen()
Gets the value of the onscreen property.
|
boolean |
isSetBounds() |
boolean |
isSetIsImage() |
boolean |
isSetObjectKey() |
boolean |
isSetOnprint() |
boolean |
isSetOnscreen() |
boolean |
isSetPage() |
boolean |
isSetPieceInfo() |
void |
setBounds(RectangleType value)
Sets the value of the bounds property.
|
void |
setIsImage(boolean value)
Sets the value of the isImage property.
|
void |
setObjectKey(String value)
Sets the value of the objectKey property.
|
void |
setOnprint(boolean value)
Sets the value of the onprint property.
|
void |
setOnscreen(boolean value)
Sets the value of the onscreen property.
|
void |
setPage(int value)
Sets the value of the page property.
|
void |
setPieceInfo(BackgroundContentType.PieceInfo value)
Sets the value of the pieceInfo property.
|
void |
unsetIsImage() |
void |
unsetOnprint() |
void |
unsetOnscreen() |
void |
unsetPage() |
protected BackgroundContentType.PieceInfo pieceInfo
protected RectangleType bounds
protected String objectKey
protected Integer page
protected Boolean onprint
protected Boolean onscreen
protected Boolean isImage
public BackgroundContentType.PieceInfo getPieceInfo()
BackgroundContentType.PieceInfopublic void setPieceInfo(BackgroundContentType.PieceInfo value)
value - allowed object is
BackgroundContentType.PieceInfopublic boolean isSetPieceInfo()
public RectangleType getBounds()
RectangleTypepublic void setBounds(RectangleType value)
value - allowed object is
RectangleTypepublic boolean isSetBounds()
public String getObjectKey()
Stringpublic void setObjectKey(String value)
value - allowed object is
Stringpublic boolean isSetObjectKey()
public int getPage()
Integerpublic void setPage(int value)
value - allowed object is
Integerpublic boolean isSetPage()
public void unsetPage()
public boolean isOnprint()
Booleanpublic void setOnprint(boolean value)
value - allowed object is
Booleanpublic boolean isSetOnprint()
public void unsetOnprint()
public boolean isOnscreen()
Booleanpublic void setOnscreen(boolean value)
value - allowed object is
Booleanpublic boolean isSetOnscreen()
public void unsetOnscreen()
public boolean isIsImage()
Booleanpublic void setIsImage(boolean value)
value - allowed object is
Booleanpublic boolean isSetIsImage()
public void unsetIsImage()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.