Class 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>