public static class BackgroundContentType.PieceInfo extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
absoluteScaling |
protected Alignment |
alignment |
protected String |
color |
protected Float |
horizOffset |
protected Float |
opacity |
protected Integer |
rotation |
protected Float |
scale |
protected String |
unit |
protected Float |
vertOffset |
| Constructor and Description |
|---|
PieceInfo() |
| Modifier and Type | Method and Description |
|---|---|
Alignment |
getAlignment()
Gets the value of the alignment property.
|
String |
getColor()
Gets the value of the color property.
|
float |
getHorizOffset()
Gets the value of the horizOffset property.
|
float |
getOpacity()
Gets the value of the opacity property.
|
int |
getRotation()
Gets the value of the rotation property.
|
float |
getScale()
Gets the value of the scale property.
|
String |
getUnit()
Gets the value of the unit property.
|
float |
getVertOffset()
Gets the value of the vertOffset property.
|
boolean |
isAbsoluteScaling()
Gets the value of the absoluteScaling property.
|
boolean |
isSetAbsoluteScaling() |
boolean |
isSetAlignment() |
boolean |
isSetColor() |
boolean |
isSetHorizOffset() |
boolean |
isSetOpacity() |
boolean |
isSetRotation() |
boolean |
isSetScale() |
boolean |
isSetUnit() |
boolean |
isSetVertOffset() |
void |
setAbsoluteScaling(boolean value)
Sets the value of the absoluteScaling property.
|
void |
setAlignment(Alignment value)
Sets the value of the alignment property.
|
void |
setColor(String value)
Sets the value of the color property.
|
void |
setHorizOffset(float value)
Sets the value of the horizOffset property.
|
void |
setOpacity(float value)
Sets the value of the opacity property.
|
void |
setRotation(int value)
Sets the value of the rotation property.
|
void |
setScale(float value)
Sets the value of the scale property.
|
void |
setUnit(String value)
Sets the value of the unit property.
|
void |
setVertOffset(float value)
Sets the value of the vertOffset property.
|
void |
unsetAbsoluteScaling() |
void |
unsetHorizOffset() |
void |
unsetOpacity() |
void |
unsetRotation() |
void |
unsetScale() |
void |
unsetVertOffset() |
protected Boolean absoluteScaling
protected Float scale
protected Integer rotation
protected Float opacity
protected String color
protected Alignment alignment
protected Float horizOffset
protected Float vertOffset
protected String unit
public boolean isAbsoluteScaling()
Booleanpublic void setAbsoluteScaling(boolean value)
value - allowed object is
Booleanpublic boolean isSetAbsoluteScaling()
public void unsetAbsoluteScaling()
public float getScale()
Floatpublic void setScale(float value)
value - allowed object is
Floatpublic boolean isSetScale()
public void unsetScale()
public int getRotation()
Integerpublic void setRotation(int value)
value - allowed object is
Integerpublic boolean isSetRotation()
public void unsetRotation()
public float getOpacity()
Floatpublic void setOpacity(float value)
value - allowed object is
Floatpublic boolean isSetOpacity()
public void unsetOpacity()
public String getColor()
Stringpublic void setColor(String value)
value - allowed object is
Stringpublic boolean isSetColor()
public Alignment getAlignment()
Alignmentpublic void setAlignment(Alignment value)
value - allowed object is
Alignmentpublic boolean isSetAlignment()
public float getHorizOffset()
Floatpublic void setHorizOffset(float value)
value - allowed object is
Floatpublic boolean isSetHorizOffset()
public void unsetHorizOffset()
public float getVertOffset()
Floatpublic void setVertOffset(float value)
value - allowed object is
Floatpublic boolean isSetVertOffset()
public void unsetVertOffset()
public String getUnit()
Stringpublic void setUnit(String value)
value - allowed object is
Stringpublic boolean isSetUnit()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.