com.groupdocs.annotation.options.export

Class AnnotationType

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.groupdocs.annotation.options.export.AnnotationType


  • public final class AnnotationType
    extends com.aspose.ms.System.Enum

    Annotation types

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.EnumMap, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int All
      All
      static int Area
      The area annotation type that highlights rectangular area within the document page
      static int Arrow
      The annotation type that draws an arrow on the document page
      static int Distance
      The annotation type that measures distance between elements of a document page
      static int Ellipse
      The annotation of elliptic form that marks parts of document content
      static int Image
      The annotation type that adds image overlay over document page content
      static int Link
      The annotation type that represents a hyperlink to a remote resource
      static int None
      Default value
      static int Point
      The point annotation type that sticks a comment to an any place within document page
      static int Polyline
      The polyline annotation type that allows add drawing shapes and freehand lines to a document page
      static int ResourcesRedaction
      The annotation type that hides textual content behind black rectangle
      static int TextField
      The text field annotation type represents textual comment inside colored frame
      static int TextHighlight
      The annotation type that highlights and comments selected text
      static int TextRedaction
      The annotation type that fills part of selected text with black rectangle.
      static int TextReplacement
      The annotation type that replaces original text with other provided text fragment
      static int TextStrikeout
      The annotation type that marks text fragment with a strikethrough styling
      static int TextUnderline
      The annotation type that marks text with a underline styling
      static int Watermark
      The annotation type that adds textual watermark over document page
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      static String getName(int type) 
      static int[] numbers() 
      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
    • Field Detail

      • Area

        public static final int Area

        The area annotation type that highlights rectangular area within the document page

        See Also:
        Constant Field Values
      • Arrow

        public static final int Arrow

        The annotation type that draws an arrow on the document page

        See Also:
        Constant Field Values
      • Distance

        public static final int Distance

        The annotation type that measures distance between elements of a document page

        See Also:
        Constant Field Values
      • Ellipse

        public static final int Ellipse

        The annotation of elliptic form that marks parts of document content

        See Also:
        Constant Field Values
      • Image

        public static final int Image

        The annotation type that adds image overlay over document page content

        See Also:
        Constant Field Values
      • Link

        public static final int Link

        The annotation type that represents a hyperlink to a remote resource

        See Also:
        Constant Field Values
      • Point

        public static final int Point

        The point annotation type that sticks a comment to an any place within document page

        See Also:
        Constant Field Values
      • Polyline

        public static final int Polyline

        The polyline annotation type that allows add drawing shapes and freehand lines to a document page

        See Also:
        Constant Field Values
      • ResourcesRedaction

        public static final int ResourcesRedaction

        The annotation type that hides textual content behind black rectangle

        See Also:
        Constant Field Values
      • TextField

        public static final int TextField

        The text field annotation type represents textual comment inside colored frame

        See Also:
        Constant Field Values
      • TextHighlight

        public static final int TextHighlight

        The annotation type that highlights and comments selected text

        See Also:
        Constant Field Values
      • TextRedaction

        public static final int TextRedaction

        The annotation type that fills part of selected text with black rectangle.

        See Also:
        Constant Field Values
      • TextReplacement

        public static final int TextReplacement

        The annotation type that replaces original text with other provided text fragment

        See Also:
        Constant Field Values
      • TextStrikeout

        public static final int TextStrikeout

        The annotation type that marks text fragment with a strikethrough styling

        See Also:
        Constant Field Values
      • TextUnderline

        public static final int TextUnderline

        The annotation type that marks text with a underline styling

        See Also:
        Constant Field Values
      • Watermark

        public static final int Watermark

        The annotation type that adds textual watermark over document page

        See Also:
        Constant Field Values
    • Method Detail

      • getName

        public static String getName(int type)
      • numbers

        public static int[] numbers()