Class AppearanceSourceType


  • public class AppearanceSourceType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p105796_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p913707_="https://jakarta.ee/xml/ns/jaxb" xmlns:p931759_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to set the data source for the visible appearance of an annotation.
     
                     </p>
     
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p105796_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p913707_="https://jakarta.ee/xml/ns/jaxb" xmlns:p931759_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema"><b>Important:</b>
                         If this element is present, this shall always take precedence for the appearance generation.
                     </p>
     

    Java class for AppearanceSourceType complex type.

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

    
     <complexType name="AppearanceSourceType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element name="pdf" type="{http://schema.webpdf.de/1.0/operation}AppearancePdfType"/>
             <element name="image" type="{http://schema.webpdf.de/1.0/operation}AppearanceImageType"/>
             <element name="svg" type="{http://schema.webpdf.de/1.0/operation}AppearanceSvgType"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>