Enum AbstractAnnotation.AnnotationProperty

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      BORDER
      Text border.
      COLOR
      Color of text or arrow.
      CUSTOMPROPERTY
      Customproperty set by backend.
      EDIT
      Whether the annotation can be edited (1 or 0).
      FILLCOLOR
      Fill-color of a highlight.
      FONT_BOLD
      Bold text (0 or 1).
      FONT_HEIGHT
      Text fontheight.
      FONT_ITALIC
      Italic text (0 or 1).
      FONT_NAME
      Font name.
      FONT_STRIKETHROUGH
      Strike through text (0 or 1).
      FONT_UNDERLINE
      Underline text (0 or 1).
      HEIGHT
      Annotation height.
      LABEL
      Label of the annotation.
      LINEWIDTH
      An arrow's line width.
      PAGE
      Page number.
      READONLY
      Readonly mode (0 or 1).
      SEMITRANSPARENT
      Semitransparent mode of text.
      SIMPLELINE
      Simpleline for arrow set by backend (0 or 1)
      TEXT
      Text content.
      TRANSPARENT
      Transparent mode of text or highlight (1 or 0).
      WIDTH
      Annotation width.
      X
      X-coordinate.
      X1
      X-coordinate of an arrow's start-point.
      X2
      X-coordinate of an arrow's end-point.
      Y
      Y-coordinate.
      Y1
      Y-coordinate of an arrow's start-point.
      Y2
      Y-coordinate of an arrow's end-point.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static AbstractAnnotation.AnnotationProperty valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static AbstractAnnotation.AnnotationProperty[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait