AnnotationFlags
Vue de l’ensemble
‘AnnotationFlags’ est un enum dans Aspose.PDF FOSS pour Java.
Bits de drapeau d’annotation selon ISO 32000-1:2008 §12.5.3, Table 165.
Ce enum fournit 3 méthodes pour travailler avec les objets AnnotationFlags dans les programmes Java. Les méthodologies disponibles comprennent: fromBits, getBit et toBites. 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 : bit .
Les valeurs
| Value | Description |
|---|---|
Invisible | |
Hidden | |
Print | |
NoZoom | |
NoRotate | |
NoView | |
ReadOnly | |
Locked | |
ToggleNoView | |
LockedContents |
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
bit | int | Read | Returns the bit value for this flag (already shifted into position). |
méthodes
| Signature | Description |
|---|---|
getBit() → int | Returns the bit value for this flag (already shifted into position). |
fromBits(bits: int) → EnumSet<AnnotationFlags> | Decodes a raw {@code /F} bitfield into a typed {@link EnumSet}. |
toBits(flags: EnumSet<AnnotationFlags>) → int | Encodes an {@link EnumSet} of flags into a raw bitfield suitable for |
| {@code /F}. |
Voir aussi
- Aspose.PDF pour Java — API d’entreprise