AnnotationType
Leave feedback
On this page
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class AnnotationType extends System.Enum
Annotation types
| 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 |
| Method | Description |
|---|---|
| numbers() | |
| getName(int type) |
public static final int NONE
Default value
public static final int AREA
The area annotation type that highlights rectangular area within the document page
public static final int ARROW
The annotation type that draws an arrow on the document page
public static final int DISTANCE
The annotation type that measures distance between elements of a document page
public static final int ELLIPSE
The annotation of elliptic form that marks parts of document content
public static final int LINK
The annotation type that represents a hyperlink to a remote resource
public static final int POINT
The point annotation type that sticks a comment to an any place within document page
public static final int POLYLINE
The polyline annotation type that allows add drawing shapes and freehand lines to a document page
public static final int RESOURCES_REDACTION
The annotation type that hides textual content behind black rectangle
public static final int TEXT_FIELD
The text field annotation type represents textual comment inside colored frame
public static final int TEXT_HIGHLIGHT
The annotation type that highlights and comments selected text
public static final int TEXT_REDACTION
The annotation type that fills part of selected text with black rectangle.
public static final int TEXT_REPLACEMENT
The annotation type that replaces original text with other provided text fragment
public static final int TEXT_STRIKEOUT
The annotation type that marks text fragment with a strikethrough styling
public static final int TEXT_UNDERLINE
The annotation type that marks text with a underline styling
public static final int WATERMARK
The annotation type that adds textual watermark over document page
public static final int IMAGE
The annotation type that adds image overlay over document page content
public static final int DROPDOWN
The component type that adds dropdown component for pdf document only
public static final int CHECKBOX
The annotation type that adds checkbox for pdf document
public static final int BUTTON
The annotation type that adds button for pdf document
public static final int TEXT_SQUIGGLY
The annotation type that squiggly and comments selected text
public static final int SEARCH_TEXT
The annotation type that search fragment text in document
public static final int ALL
All
public static int[] numbers()
Returns: int[]
public static String getName(int type)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| type | int |
Returns: java.lang.String
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.