GenericAction
Vue de l’ensemble
‘GenericAction’ est une classe dans Aspose.PDF FOSS pour Java.Déduit de: PdfAction.
Il représente une action PDF d’un type inconnu ou non soutenu.
Cette classe fournit 5 méthodes pour travailler avec des objets GenericAction dans les programmes Java. Les méthodologies disponibles comprennent: ‘Generic Action’, ‘fromDictionary’, getNext', ‘getPdfDictary’, 'getType'. Tous les membres publics sont accessibles à n'importe quelle application Java après avoir installé l'Aspose.PDF FOSS pour le package Java . Propriétés : 'next', ’pdfDictorial', ''type.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
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 |
|---|---|
GenericAction(dict: PdfDictionary) | Creates a GenericAction wrapping the given dictionary. |
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