PdfAction
Vue de l’ensemble
‘PdfAction’ est une classe dans Aspose.PDF FOSS pour Java.
Base abstraite pour toutes les actions PDF (ISO 32000-1:2008, §12.6, p.414).
Cette classe fournit 4 méthodes pour travailler avec des objets PdfAction dans les programmes Java. Les méthodologies disponibles comprennent: fromDictionary, getNext , getPdfDictary‘, 'getType. 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 : next ; pdfDictoire; `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 |
|---|---|
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