Class TextAnnotationType


  • public class TextAnnotationType
    extends BaseAnnotationType
     <?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">An annotation that adds a note icon to a page.</p>
     

    Java class for TextAnnotationType complex type.

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

    
     <complexType name="TextAnnotationType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}BaseAnnotationType">
           <all>
             <element name="position" type="{http://schema.webpdf.de/1.0/operation}RectangleType" minOccurs="0"/>
             <element name="normalAppearance" type="{http://schema.webpdf.de/1.0/operation}AppearanceSourceType" minOccurs="0"/>
           </all>
           <attribute name="icon" type="{http://schema.webpdf.de/1.0/operation}TextAnnotationIconsType" default="note" />
           <attribute name="initialOpen" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="appearanceGeneration" type="{http://schema.webpdf.de/1.0/operation}AppearanceGenerationType" default="nonStandard" />
           <attribute name="customIconName" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • TextAnnotationType

        public TextAnnotationType()
    • Method Detail

      • getPosition

        public RectangleType getPosition()
        Gets the value of the position property.
        Returns:
        possible object is RectangleType
      • setPosition

        public void setPosition​(RectangleType value)
        Sets the value of the position property.
        Parameters:
        value - allowed object is RectangleType
      • isSetPosition

        public boolean isSetPosition()
      • isSetNormalAppearance

        public boolean isSetNormalAppearance()
      • isSetIcon

        public boolean isSetIcon()
      • isInitialOpen

        public boolean isInitialOpen()
        Gets the value of the initialOpen property.
        Returns:
        possible object is Boolean
      • setInitialOpen

        public void setInitialOpen​(boolean value)
        Sets the value of the initialOpen property.
        Parameters:
        value - allowed object is Boolean
      • isSetInitialOpen

        public boolean isSetInitialOpen()
      • unsetInitialOpen

        public void unsetInitialOpen()
      • isSetAppearanceGeneration

        public boolean isSetAppearanceGeneration()
      • getCustomIconName

        public String getCustomIconName()
        Gets the value of the customIconName property.
        Returns:
        possible object is String
      • setCustomIconName

        public void setCustomIconName​(String value)
        Sets the value of the customIconName property.
        Parameters:
        value - allowed object is String
      • isSetCustomIconName

        public boolean isSetCustomIconName()