NamedAction
Vue de l’ensemble
‘NamedAction’ est une classe dans Aspose.PDF FOSS pour Java.Déduit de: PdfAction.
Action nommée : action prédéfini (ISO 32000-1:2008, §12.6.4.11).
Cette classe fournit 7 méthodes pour travailler avec des objets NamedAction dans les programmes Java. Les méthodologies disponibles comprennent: NamedAction, fromDictionary , getActionName ; ‘getNext; getPdfDictary‘ ; ghetType. Tous les membres publics sont accessibles à toute application Java après avoir installé l’Aspose.PDF FOSS pour le package Java . Propriétés : actionNamen : suivant, pdfDictorial` et type.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
actionName | String | Read | Returns the action name. |
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 |
|---|---|
NamedAction(name: String) | Creates a NamedAction with the given name. |
NamedAction(dict: PdfDictionary) | Parses a NamedAction from a dictionary. |
getActionName() → String | Returns the action name. |
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