public class WatermarkPositionType extends Object
Java class for WatermarkPositionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WatermarkPositionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="x" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="y" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="width" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="height" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="position" type="{http://schema.webpdf.de/1.0/operation}WatermarkPositionModeType" default="center_center" />
<attribute name="aspectRatio" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="metrics" type="{http://schema.webpdf.de/1.0/operation}MetricsType" default="mm" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
aspectRatio |
protected Integer |
height |
protected MetricsType |
metrics |
protected WatermarkPositionModeType |
position |
protected Integer |
width |
protected Integer |
x |
protected Integer |
y |
| Constructor and Description |
|---|
WatermarkPositionType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight()
Gets the value of the height property.
|
MetricsType |
getMetrics()
Gets the value of the metrics property.
|
WatermarkPositionModeType |
getPosition()
Gets the value of the position property.
|
int |
getWidth()
Gets the value of the width property.
|
int |
getX()
Gets the value of the x property.
|
int |
getY()
Gets the value of the y property.
|
boolean |
isAspectRatio()
Gets the value of the aspectRatio property.
|
boolean |
isSetAspectRatio() |
boolean |
isSetHeight() |
boolean |
isSetMetrics() |
boolean |
isSetPosition() |
boolean |
isSetWidth() |
boolean |
isSetX() |
boolean |
isSetY() |
void |
setAspectRatio(boolean value)
Sets the value of the aspectRatio property.
|
void |
setHeight(int value)
Sets the value of the height property.
|
void |
setMetrics(MetricsType value)
Sets the value of the metrics property.
|
void |
setPosition(WatermarkPositionModeType value)
Sets the value of the position property.
|
void |
setWidth(int value)
Sets the value of the width property.
|
void |
setX(int value)
Sets the value of the x property.
|
void |
setY(int value)
Sets the value of the y property.
|
void |
unsetAspectRatio() |
void |
unsetHeight() |
void |
unsetWidth() |
void |
unsetX() |
void |
unsetY() |
protected Integer x
protected Integer y
protected Integer width
protected Integer height
protected WatermarkPositionModeType position
protected Boolean aspectRatio
protected MetricsType metrics
public int getX()
Integerpublic void setX(int value)
value - allowed object is
Integerpublic boolean isSetX()
public void unsetX()
public int getY()
Integerpublic void setY(int value)
value - allowed object is
Integerpublic boolean isSetY()
public void unsetY()
public int getWidth()
Integerpublic void setWidth(int value)
value - allowed object is
Integerpublic boolean isSetWidth()
public void unsetWidth()
public int getHeight()
Integerpublic void setHeight(int value)
value - allowed object is
Integerpublic boolean isSetHeight()
public void unsetHeight()
public WatermarkPositionModeType getPosition()
WatermarkPositionModeTypepublic void setPosition(WatermarkPositionModeType value)
value - allowed object is
WatermarkPositionModeTypepublic boolean isSetPosition()
public boolean isAspectRatio()
Booleanpublic void setAspectRatio(boolean value)
value - allowed object is
Booleanpublic boolean isSetAspectRatio()
public void unsetAspectRatio()
public MetricsType getMetrics()
MetricsTypepublic void setMetrics(MetricsType value)
value - allowed object is
MetricsTypepublic boolean isSetMetrics()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.