ResetFormAction
Vue de l’ensemble
‘ResetFormAction’ est une classe dans Aspose.PDF FOSS pour Java.Déduit de: PdfAction.
Action ResetForm — réinitialiser les champs à valeurs par défaut (ISO 32000-1:2008, §12.6.4.15).
Cette classe fournit 10 méthodes pour travailler avec des objets ResetFormAction dans les programmes Java. Les méthodologies disponibles comprennent: ‘ResetFact’, ‘fromDictionary’, getFields', ‘getFlags’, 'getNext', ’getPdfDictator', ‚getType, ‘setFiels et 'setsFlag'. Tous les membres publics sont accessibles à toute application Java après l'installation de l’Aspose.PDF FOSS pour le package Java . Propriétés : 'FLAG_INCLUDE_EXCLUTE , ‘fields ; 'flags; ’next : pdfDictoral.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
flags | int | Read | Returns the flags (bit 0 = include/exclude semantics). |
fields | PdfArray | Read | Returns the field list, or {@code null} for all fields. |
FLAG_INCLUDE_EXCLUDE | int | Read | Include/Exclude flag (bit 1 of /Flags). |
pdfDictionary | PdfDictionary | Read | Returns the underlying action dictionary. |
type | String | Read | Returns the action type (/S entry). |
next | PdfAction | Read | Returns the next action (/Next), if any. |
méthodes
| Signature | Description |
|---|---|
ResetFormAction(dict: PdfDictionary) | Parses a ResetFormAction from an existing dictionary. |
ResetFormAction() | Creates a ResetFormAction that resets all fields. |
getFlags() → int | Returns the flags (bit 0 = include/exclude semantics). |
setFlags(flags: int) | Sets the flags. |
getFields() → PdfArray | Returns the field list, or {@code null} for all fields. |
setFields(fields: PdfArray) | Sets the field list. |
getPdfDictionary() → PdfDictionary | Returns the underlying action dictionary. |
getType() → String | Returns the action type (/S entry). |
getNext() → PdfAction | Returns the next action (/Next), if any. |
fromDictionary(dict: PdfDictionary, doc: Document) → PdfAction | Factory: creates the appropriate PdfAction subclass from a dictionary. |
Voir aussi
- Aspose.PDF pour Java — API d’entreprise