AnnotationType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class AnnotationType extends System.Enum
Annotation types
Fields
Field | Description |
---|---|
NONE | Default value |
AREA | The area annotation type that highlights rectangular area within the document page |
ARROW | The annotation type that draws an arrow on the document page |
DISTANCE | The annotation type that measures distance between elements of a document page |
ELLIPSE | The annotation of elliptic form that marks parts of document content |
LINK | The annotation type that represents a hyperlink to a remote resource |
POINT | The point annotation type that sticks a comment to an any place within document page |
POLYLINE | The polyline annotation type that allows add drawing shapes and freehand lines to a document page |
RESOURCES_REDACTION | The annotation type that hides textual content behind black rectangle |
TEXT_FIELD | The text field annotation type represents textual comment inside colored frame |
TEXT_HIGHLIGHT | The annotation type that highlights and comments selected text |
TEXT_REDACTION | The annotation type that fills part of selected text with black rectangle. |
TEXT_REPLACEMENT | The annotation type that replaces original text with other provided text fragment |
TEXT_STRIKEOUT | The annotation type that marks text fragment with a strikethrough styling |
TEXT_UNDERLINE | The annotation type that marks text with a underline styling |
WATERMARK | The annotation type that adds textual watermark over document page |
IMAGE | The annotation type that adds image overlay over document page content |
DROPDOWN | The component type that adds dropdown component for pdf document only |
CHECKBOX | The annotation type that adds checkbox for pdf document |
BUTTON | The annotation type that adds button for pdf document |
TEXT_SQUIGGLY | The annotation type that squiggly and comments selected text |
SEARCH_TEXT | The annotation type that search fragment text in document |
ALL | All |
Methods
Method | Description |
---|---|
numbers() | |
getName(int type) |
NONE
public static final int NONE
Default value
AREA
public static final int AREA
The area annotation type that highlights rectangular area within the document page
ARROW
public static final int ARROW
The annotation type that draws an arrow on the document page
DISTANCE
public static final int DISTANCE
The annotation type that measures distance between elements of a document page
ELLIPSE
public static final int ELLIPSE
The annotation of elliptic form that marks parts of document content
LINK
public static final int LINK
The annotation type that represents a hyperlink to a remote resource
POINT
public static final int POINT
The point annotation type that sticks a comment to an any place within document page
POLYLINE
public static final int POLYLINE
The polyline annotation type that allows add drawing shapes and freehand lines to a document page
RESOURCES_REDACTION
public static final int RESOURCES_REDACTION
The annotation type that hides textual content behind black rectangle
TEXT_FIELD
public static final int TEXT_FIELD
The text field annotation type represents textual comment inside colored frame
TEXT_HIGHLIGHT
public static final int TEXT_HIGHLIGHT
The annotation type that highlights and comments selected text
TEXT_REDACTION
public static final int TEXT_REDACTION
The annotation type that fills part of selected text with black rectangle.
TEXT_REPLACEMENT
public static final int TEXT_REPLACEMENT
The annotation type that replaces original text with other provided text fragment
TEXT_STRIKEOUT
public static final int TEXT_STRIKEOUT
The annotation type that marks text fragment with a strikethrough styling
TEXT_UNDERLINE
public static final int TEXT_UNDERLINE
The annotation type that marks text with a underline styling
WATERMARK
public static final int WATERMARK
The annotation type that adds textual watermark over document page
IMAGE
public static final int IMAGE
The annotation type that adds image overlay over document page content
DROPDOWN
public static final int DROPDOWN
The component type that adds dropdown component for pdf document only
CHECKBOX
public static final int CHECKBOX
The annotation type that adds checkbox for pdf document
BUTTON
public static final int BUTTON
The annotation type that adds button for pdf document
TEXT_SQUIGGLY
public static final int TEXT_SQUIGGLY
The annotation type that squiggly and comments selected text
SEARCH_TEXT
public static final int SEARCH_TEXT
The annotation type that search fragment text in document
ALL
public static final int ALL
All
numbers()
public static int[] numbers()
Returns: int[]
getName(int type)
public static String getName(int type)
Parameters:
Parameter | Type | Description |
---|---|---|
type | int |
Returns: java.lang.String