Class WatermarkTextType


  • public class WatermarkTextType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p463494_="https://jakarta.ee/xml/ns/jaxb" xmlns:p758801_="urn:jaxb.jvnet.org:plugin:inheritance" 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 Detail

      • text

        protected String text
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p463494_="https://jakarta.ee/xml/ns/jaxb" xmlns:p758801_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Specifies the text which will be output as a watermark.</p>
         
    • Constructor Detail

      • WatermarkTextType

        public WatermarkTextType()
    • Method Detail

      • isSetFont

        public boolean isSetFont()
      • isSetPosition

        public boolean isSetPosition()
      • getText

        public String getText()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p463494_="https://jakarta.ee/xml/ns/jaxb" xmlns:p758801_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Specifies the text which will be output as a watermark.</p>
         
        Returns:
        possible object is String
      • setText

        public void setText​(String value)
        Sets the value of the text property.
        Parameters:
        value - allowed object is String
        See Also:
        getText()
      • isSetText

        public boolean isSetText()