Enum OperationTextAnnotation.IconEnum

  • All Implemented Interfaces:
    Serializable, Comparable<OperationTextAnnotation.IconEnum>
    Enclosing class:
    OperationTextAnnotation

    public static enum OperationTextAnnotation.IconEnum
    extends Enum<OperationTextAnnotation.IconEnum>
    Used to specify the icon that should be displayed for the note on the page. The following values are available: * check = The text annotation approves the content. * checkmark = The text annotation adds a gray checkmark to the content. * circle = The text annotation is a comment on the circled content. * comment = The text annotation is a comment to the marked contents. * cross = The text annotation marks the content or crosses it out. * crossHair = The text annotation targets the content in the crosshair. * insert = The text annotation is suggesting inserting some content. * key = The text annotation marks or contains a key content/information. * note = The text annotation is a mere note concerning the marked content. * help = The text annotation provides helpful information concerning the marked content. * newParagraph = The text annotation suggests adding a new Paragraph at a specific point. * paragraph = The text annotation is concerning the whole paragraph. * rightArrow = The text annotation is concerning the content to the right. * rightPointer = The text annotation is concerning the content to the right. * star = The text annotation marks content as especially important. * upArrow = The text annotation is concerning the content at the top. * upLeftArrow = The text annotation is concerning the content at the top left. * unnamed = The text annotation shall not provide a predefined name.