Class SignatureImageType


  • public class SignatureImageType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p628947_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p958969_="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 define an image, for the visual signature, that will be drawn in the signature's background. The image itself is passed with <code>&lt;data&gt;</code>.
                     </p>
     

    Java class for SignatureImageType complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="SignatureImageType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element name="data" type="{http://schema.webpdf.de/1.0/operation}SignatureFileDataType"/>
           </all>
           <attribute name="opacity" default="50">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="0"/>
                 <maxInclusive value="100"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="position" default="center">
             <simpleType>
               <restriction base="{http://schema.webpdf.de/1.0/operation}SignatureImagePositionType">
                 <enumeration value="center"/>
                 <enumeration value="left"/>
                 <enumeration value="right"/>
               </restriction>
             </simpleType>
           </attribute>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • opacity

        protected Integer opacity
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p628947_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p958969_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Opacity of image as a percentage value between 0 and 100.</p>
         
      • position

        protected SignatureImagePositionType position
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p628947_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p958969_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Position of image within signature field:
                                 <ul><li>center = Centred</li><li>left = Left</li><li>right = Right</li></ul></p>
         
    • Constructor Detail

      • SignatureImageType

        public SignatureImageType()
    • Method Detail

      • isSetData

        public boolean isSetData()
      • getOpacity

        public int getOpacity()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p628947_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p958969_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Opacity of image as a percentage value between 0 and 100.</p>
         
        Returns:
        possible object is Integer
      • setOpacity

        public void setOpacity​(int value)
        Sets the value of the opacity property.
        Parameters:
        value - allowed object is Integer
        See Also:
        getOpacity()
      • isSetOpacity

        public boolean isSetOpacity()
      • unsetOpacity

        public void unsetOpacity()
      • getPosition

        public SignatureImagePositionType getPosition()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p628947_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p958969_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Position of image within signature field:
                                 <ul><li>center = Centred</li><li>left = Left</li><li>right = Right</li></ul></p>
         
        Returns:
        possible object is SignatureImagePositionType
      • isSetPosition

        public boolean isSetPosition()