GoToEmbeddedAction
Vue de l’ensemble
‘GoToEmbeddedAction’ est une classe dans Aspose.PDF FOSS pour Java.Déduit de: PdfAction.
Action GoToE (Go-to-Emmbedded) – navigue vers un endroit dans un PDF intégré (ISO 32000-1:2008, §12.6.4.4).
Cette classe fournit 8 méthodes pour travailler avec les objets GoToEmbeddedAction dans les programmes Java. Les méthodologies disponibles comprennent: ‘GoToEmbeddadAction’, ‘fromDictionary’, getDestination', ‘getNext’, 'getPdfDictary, ‘GetTarget’, ’getType et 'isNewWindow'. 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 : 'destinations', ''newWinDow , ’next ; 'pdfDictionaire; ’target` ou ’type’.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
destination | PdfBase | Read | Returns the destination in the embedded document (/D). |
target | PdfDictionary | Read | Returns the target specification for the embedded file (/T). |
newWindow | boolean | Read | Returns whether a new window should be opened. |
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 |
|---|---|
GoToEmbeddedAction(dict: PdfDictionary) | Parses a GoToEmbeddedAction from an existing dictionary. |
getDestination() → PdfBase | Returns the destination in the embedded document (/D). |
getTarget() → PdfDictionary | Returns the target specification for the embedded file (/T). |
isNewWindow() → boolean | Returns whether a new window should be opened. |
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