AnnotationType
AnnotationType
Overview
AnnotationType är en enum i Aspose.PDF FOSS för Java.
Förteckning över standard PDF-annotationstyper (ISO 32000-1:2008, §12.5.6).
Denna enum ger 2 metoder för att arbeta med AnnotationType objekt i Java-program. Tillgängliga metoder inkluderar: fromSubtype, getSubtype. Alla offentliga medlemmar är tillgängliga för alla Java-applikationer efter att ha installerat Aspose.PDF FOSS för Java paket. och egenskaper: 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 | Returnerar PDF /Subtype namn för denna anteckningsform. |
Methods
| Signature | Description |
|---|---|
getSubtype() → String | Returnerar PDF /Subtype namn för denna anteckningsform. |
fromSubtype(subtype: String) → AnnotationType | Ser ut som en AnnotationType med dess PDF /Subtype namn. |