public static class BackgroundBaseSettingsType.Position 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="x" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}float">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="y" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}float">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="metrics" type="{http://schema.webpdf.de/1.0/operation}MetricsType" default="mm" />
<attribute name="position" type="{http://schema.webpdf.de/1.0/operation}BackgroundPositionModeType" default="center_center" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MetricsType |
metrics |
protected BackgroundPositionModeType |
position |
protected Float |
x |
protected Float |
y |
| Constructor and Description |
|---|
Position() |
| Modifier and Type | Method and Description |
|---|---|
MetricsType |
getMetrics()
Gets the value of the metrics property.
|
BackgroundPositionModeType |
getPosition()
Gets the value of the position property.
|
float |
getX()
Gets the value of the x property.
|
float |
getY()
Gets the value of the y property.
|
boolean |
isSetMetrics() |
boolean |
isSetPosition() |
boolean |
isSetX() |
boolean |
isSetY() |
void |
setMetrics(MetricsType value)
Sets the value of the metrics property.
|
void |
setPosition(BackgroundPositionModeType value)
Sets the value of the position property.
|
void |
setX(float value)
Sets the value of the x property.
|
void |
setY(float value)
Sets the value of the y property.
|
void |
unsetX() |
void |
unsetY() |
protected Float x
protected Float y
protected MetricsType metrics
protected BackgroundPositionModeType position
public float getX()
Floatpublic void setX(float value)
value - allowed object is
Floatpublic boolean isSetX()
public void unsetX()
public float getY()
Floatpublic void setY(float value)
value - allowed object is
Floatpublic boolean isSetY()
public void unsetY()
public MetricsType getMetrics()
MetricsTypepublic void setMetrics(MetricsType value)
value - allowed object is
MetricsTypepublic boolean isSetMetrics()
public BackgroundPositionModeType getPosition()
BackgroundPositionModeTypepublic void setPosition(BackgroundPositionModeType value)
value - allowed object is
BackgroundPositionModeTypepublic boolean isSetPosition()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.