public class WatermarkType extends BaseToolboxType
Java class for WatermarkType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WatermarkType">
<complexContent>
<extension base="{http://schema.webpdf.de/1.0/operation}BaseToolboxType">
<choice>
<element name="text" type="{http://schema.webpdf.de/1.0/operation}WatermarkTextType" minOccurs="0"/>
<element name="image" type="{http://schema.webpdf.de/1.0/operation}WatermarkImageType" minOccurs="0"/>
</choice>
<attribute name="pages" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="angle" default="45">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
<maxInclusive value="360"/>
</restriction>
</simpleType>
</attribute>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
angle |
protected WatermarkImageType |
image |
protected String |
pages |
protected WatermarkTextType |
text |
| Constructor and Description |
|---|
WatermarkType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAngle()
Gets the value of the angle property.
|
WatermarkImageType |
getImage()
Gets the value of the image property.
|
String |
getPages()
Gets the value of the pages property.
|
WatermarkTextType |
getText()
Gets the value of the text property.
|
boolean |
isSetAngle() |
boolean |
isSetImage() |
boolean |
isSetPages() |
boolean |
isSetText() |
void |
setAngle(int value)
Sets the value of the angle property.
|
void |
setImage(WatermarkImageType value)
Sets the value of the image property.
|
void |
setPages(String value)
Sets the value of the pages property.
|
void |
setText(WatermarkTextType value)
Sets the value of the text property.
|
void |
unsetAngle() |
protected WatermarkTextType text
protected WatermarkImageType image
protected String pages
protected Integer angle
public WatermarkTextType getText()
WatermarkTextTypepublic void setText(WatermarkTextType value)
value - allowed object is
WatermarkTextTypepublic boolean isSetText()
public WatermarkImageType getImage()
WatermarkImageTypepublic void setImage(WatermarkImageType value)
value - allowed object is
WatermarkImageTypepublic boolean isSetImage()
public String getPages()
Stringpublic void setPages(String value)
value - allowed object is
Stringpublic boolean isSetPages()
public int getAngle()
Integerpublic void setAngle(int value)
value - allowed object is
Integerpublic boolean isSetAngle()
public void unsetAngle()
Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.