Enum TextAnnotationIconsType

  • All Implemented Interfaces:
    Serializable, Comparable<TextAnnotationIconsType>

    public enum TextAnnotationIconsType
    extends Enum<TextAnnotationIconsType>

    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>