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

NameTypeAccessDescription
flagsintReadReturns the flags (bit 0 = include/exclude semantics).
fieldsPdfArrayReadReturns the field list, or {@code null} for all fields.
FLAG_INCLUDE_EXCLUDEintReadInclude/Exclude flag (bit 1 of /Flags).
pdfDictionaryPdfDictionaryReadReturns the underlying action dictionary.
typeStringReadReturns the action type (/S entry).
nextPdfActionReadReturns the next action (/Next), if any.

méthodes

SignatureDescription
ResetFormAction(dict: PdfDictionary)Parses a ResetFormAction from an existing dictionary.
ResetFormAction()Creates a ResetFormAction that resets all fields.
getFlags()intReturns the flags (bit 0 = include/exclude semantics).
setFlags(flags: int)Sets the flags.
getFields()PdfArrayReturns the field list, or {@code null} for all fields.
setFields(fields: PdfArray)Sets the field list.
getPdfDictionary()PdfDictionaryReturns the underlying action dictionary.
getType()StringReturns the action type (/S entry).
getNext()PdfActionReturns the next action (/Next), if any.
fromDictionary(dict: PdfDictionary, doc: Document)PdfActionFactory: creates the appropriate PdfAction subclass from a dictionary.

Voir aussi

  • Aspose.PDF pour Java — API d’entreprise
 Français