Overview
AnnotationType is a enum in Aspose.Pdf FOSS for Java.
Enumerates the standard PDF annotation types (ISO 32000-1:2008, §12.5.6).
Values
| Value | Description |
|---|
Text | |
Link | |
FreeText | |
Line | |
Square | |
Circle | |
Polygon | |
PolyLine | |
Highlight | |
Underline | |
Squiggly | |
StrikeOut | |
Stamp | |
Caret | |
Ink | |
Popup | |
FileAttachment | |
Widget | |
Redact | |
Watermark | |
Screen | |
Properties
| Name | Type | Access | Description |
|---|
subtype | String | Read | Returns the PDF /Subtype name for this annotation type. |
Methods
| Signature | Description |
|---|
getSubtype() → String | Returns the PDF /Subtype name for this annotation type. |
fromSubtype(subtype: String) → AnnotationType | Looks up an AnnotationType by its PDF /Subtype name. |
See Also