Class WatermarkTextType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.WatermarkTextType
-
public class WatermarkTextType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p618970_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p733942_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to add a text watermark.</p>
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected WatermarkFontTypefontprotected WatermarkPositionTypepositionprotected Stringtext
-
Constructor Summary
Constructors Constructor Description WatermarkTextType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WatermarkFontTypegetFont()Gets the value of the font property.WatermarkPositionTypegetPosition()Gets the value of the position property.StringgetText()Gets the value of the text property.booleanisSetFont()booleanisSetPosition()booleanisSetText()voidsetFont(WatermarkFontType value)Sets the value of the font property.voidsetPosition(WatermarkPositionType value)Sets the value of the position property.voidsetText(String value)Sets the value of the text property.
-
-
-
Field Detail
-
font
protected WatermarkFontType font
-
position
protected WatermarkPositionType position
-
text
protected String text
-
-
Method Detail
-
getFont
public WatermarkFontType getFont()
Gets the value of the font property.- Returns:
- possible object is
WatermarkFontType
-
setFont
public void setFont(WatermarkFontType value)
Sets the value of the font property.- Parameters:
value- allowed object isWatermarkFontType
-
isSetFont
public boolean isSetFont()
-
getPosition
public WatermarkPositionType getPosition()
Gets the value of the position property.- Returns:
- possible object is
WatermarkPositionType
-
setPosition
public void setPosition(WatermarkPositionType value)
Sets the value of the position property.- Parameters:
value- allowed object isWatermarkPositionType
-
isSetPosition
public boolean isSetPosition()
-
getText
public String getText()
Gets the value of the text property.- Returns:
- possible object is
String
-
setText
public void setText(String value)
Sets the value of the text property.- Parameters:
value- allowed object isString
-
isSetText
public boolean isSetText()
-
-