Enum TextAnnotationIconsType

  • All Implemented Interfaces:
    Serializable, Comparable<TextAnnotationIconsType>

    public enum TextAnnotationIconsType
    extends Enum<TextAnnotationIconsType>
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p23729_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p441386_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p50928_="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 specify the icon that should be displayed for the note on the page. The following values are available:
                         <ul><li>check = The text annotation approves the content.</li><li>checkmark = The text annotation adds a gray checkmark to the content.</li><li>circle = The text annotation is a comment on the circled content.</li><li>comment = The text annotation is a comment to the marked contents.</li><li>cross = The text annotation marks the content or crosses it out.</li><li>crossHair = The text annotation targets the content in the crosshair.</li><li>insert = The text annotation is suggesting inserting some content.</li><li>key = The text annotation marks or contains a key content/information.</li><li>note = The text annotation is a mere note concerning the marked content.</li><li>help = The text annotation provides helpful information concerning the marked content.</li><li>newParagraph = The text annotation suggests adding a new Paragraph at a specific point.</li><li>paragraph = The text annotation is concerning the whole paragraph.</li><li>rightArrow = The text annotation is concerning the content to the right.</li><li>rightPointer = The text annotation is concerning the content to the right.</li><li>star = The text annotation marks content as especially important.</li><li>upArrow = The text annotation is concerning the content at the top.</li><li>upLeftArrow = The text annotation is concerning the content at the top left.</li><li>unnamed = The text annotation shall not provide a predefined name.</li></ul></p>
     

    Java class for TextAnnotationIconsType

    .

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

    
     <simpleType name="TextAnnotationIconsType">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="check"/>
         <enumeration value="checkmark"/>
         <enumeration value="circle"/>
         <enumeration value="comment"/>
         <enumeration value="cross"/>
         <enumeration value="crossHair"/>
         <enumeration value="insert"/>
         <enumeration value="key"/>
         <enumeration value="note"/>
         <enumeration value="help"/>
         <enumeration value="newParagraph"/>
         <enumeration value="paragraph"/>
         <enumeration value="rightArrow"/>
         <enumeration value="rightPointer"/>
         <enumeration value="star"/>
         <enumeration value="upArrow"/>
         <enumeration value="upLeftArrow"/>
         <enumeration value="unnamed"/>
       </restriction>
     </simpleType>