AnnotationType
Vue de l’ensemble
‘AnnotationType’ est un enum dans Aspose.PDF FOSS pour Java.
Il enregistre les types d’annonces PDF standard (ISO 32000-1:2008, §12.5.6).
Ce enum fournit 2 méthodes pour travailler avec les objets AnnotationType dans les programmes Java. Les méthodologies disponibles comprennent: fromSubtype, getSubtyp. Tous les membres publics sont accessibles à n’importe quelle application Java après l’installation de l’Aspose.PDF FOSS pour le package Java . Propriétés : subtyp
Les valeurs
| Value | Description |
|---|---|
Text | |
Link | |
FreeText | |
Line | |
Square | |
Circle | |
Polygon | |
PolyLine | |
Highlight | |
Underline | |
Squiggly | |
StrikeOut | |
Stamp | |
Caret | |
Ink | |
Popup | |
FileAttachment | |
Widget | |
Redact | |
Watermark | |
Screen |
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
subtype | String | Read | Returns the PDF /Subtype name for this annotation type. |
méthodes
| 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. |
Voir aussi
- Aspose.PDF pour Java — API d’entreprise