public final class AnnotationType
extends com.aspose.ms.System.Enum
Annotation types
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
|
Modifier and Type | Method and Description |
---|---|
static String |
getName(int type) |
static int[] |
numbers() |
public static final int All
All
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 Image
The annotation type that adds image overlay over document page content
public static final int Link
The annotation type that represents a hyperlink to a remote resource
public static final int None
Default value
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 ResourcesRedaction
The annotation type that hides textual content behind black rectangle
public static final int TextField
The text field annotation type represents textual comment inside colored frame
public static final int TextHighlight
The annotation type that highlights and comments selected text
public static final int TextRedaction
The annotation type that fills part of selected text with black rectangle.
public static final int TextReplacement
The annotation type that replaces original text with other provided text fragment
public static final int TextStrikeout
The annotation type that marks text fragment with a strikethrough styling
public static final int TextUnderline
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 String getName(int type)
public static int[] numbers()