TransitionAction
Vue de l’ensemble
‘TransitionAction’ est une classe dans Aspose.PDF FOSS pour Java.Déduit de: PdfAction.
Action de transition : contrôle les transitions des pages lors des présentations (ISO 32000-1:2008, §12.6.4.14).
Cette classe fournit 6 méthodes pour travailler avec les objets TransitionAction dans les programmes Java. Les méthodologies disponibles comprennent: ‘Transitionaction’, ‘fromDictionary’, getNext', ‘getPdfDictary’, 'getTranstion', ’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', ''pdfDictorial',transition’,‘’type`.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
transition | PdfDictionary | Read | Returns the transition dictionary (/Trans). |
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 |
|---|---|
TransitionAction(dict: PdfDictionary) | Parses a TransitionAction from an existing dictionary. |
getTransition() → PdfDictionary | Returns the transition dictionary (/Trans). |
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