public class WatermarkTextType extends Object
Java class for WatermarkTextType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WatermarkTextType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="font" type="{http://schema.webpdf.de/1.0/operation}WatermarkFontType" minOccurs="0"/>
<element name="position" type="{http://schema.webpdf.de/1.0/operation}WatermarkPositionType" minOccurs="0"/>
</all>
<attribute name="text" type="{http://www.w3.org/2001/XMLSchema}string" default="Confidential" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected WatermarkFontType |
font |
protected WatermarkPositionType |
position |
protected String |
text |
| Constructor and Description |
|---|
WatermarkTextType() |
| Modifier and Type | Method and Description |
|---|---|
WatermarkFontType |
getFont()
Gets the value of the font property.
|
WatermarkPositionType |
getPosition()
Gets the value of the position property.
|
String |
getText()
Gets the value of the text property.
|
boolean |
isSetFont() |
boolean |
isSetPosition() |
boolean |
isSetText() |
void |
setFont(WatermarkFontType value)
Sets the value of the font property.
|
void |
setPosition(WatermarkPositionType value)
Sets the value of the position property.
|
void |
setText(String value)
Sets the value of the text property.
|
protected WatermarkFontType font
protected WatermarkPositionType position
protected String text
public WatermarkFontType getFont()
WatermarkFontTypepublic void setFont(WatermarkFontType value)
value - allowed object is
WatermarkFontTypepublic boolean isSetFont()
public WatermarkPositionType getPosition()
WatermarkPositionTypepublic void setPosition(WatermarkPositionType value)
value - allowed object is
WatermarkPositionTypepublic boolean isSetPosition()
public String getText()
Stringpublic void setText(String value)
value - allowed object is
Stringpublic boolean isSetText()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.