AnnotationType
AnnotationType
Overview
AnnotationType 是Java的Aspose.PDF FOSS中的一个enum.
列出标准PDF注释类型 (ISO 32000-1:2008,第12.5.6).
这个enum提供了2种方法,用于在Java程序中使用AnnotationType对象. 有的方法包括: fromSubtype, getSubtype. 所有公众成员在安装了Java的FOSS包后,可以访问任何 Java应用程序. 特性: subtype.
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 | 返回此注释类型的PDF/子类别名称. |
Methods
| Signature | Description |
|---|---|
getSubtype() → String | 返回此注释类型的PDF/子类别名称. |
fromSubtype(subtype: String) → AnnotationType | 根据其PDF/子类型名称查找AnnotationType. |