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 |
BUTTON
The annotation type that adds button for pdf document
|
static int |
CHECKBOX
The annotation type that adds checkbox for pdf document
|
static int |
DISTANCE
The annotation type that measures distance between elements of a document
page
|
static int |
DROPDOWN
The component type that adds dropdown component for pdf document
<b>only</b> |
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 |
RESOURCES_REDACTION
The annotation type that hides textual content behind black rectangle
|
static int |
SEARCH_TEXT
The annotation type that search fragment text in document
|
static int |
TEXT_FIELD
The text field annotation type represents textual comment inside colored
frame
|
static int |
TEXT_HIGHLIGHT
The annotation type that highlights and comments selected text
|
static int |
TEXT_REDACTION
The annotation type that fills part of selected text with black
rectangle.
|
static int |
TEXT_REPLACEMENT
The annotation type that replaces original text with other provided text
fragment
|
static int |
TEXT_SQUIGGLY
The annotation type that squiggly and comments selected text
|
static int |
TEXT_STRIKEOUT
The annotation type that marks text fragment with a strikethrough styling
|
static int |
TEXT_UNDERLINE
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() |
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toStringpublic 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 BUTTON
The annotation type that adds button for pdf document
public static final int CHECKBOX
The annotation type that adds checkbox for pdf document
public static final int DISTANCE
The annotation type that measures distance between elements of a document page
public static final int DROPDOWN
The component type that adds dropdown component for pdf document <b>only</b>
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 RESOURCES_REDACTION
The annotation type that hides textual content behind black rectangle
public static final int SEARCH_TEXT
The annotation type that search fragment text in document
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_SQUIGGLY
The annotation type that squiggly and comments selected text
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 String getName(int type)
public static int[] numbers()
Copyright © 2024. All rights reserved.