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

NameTypeAccessDescription
transitionPdfDictionaryReadReturns the transition dictionary (/Trans).
pdfDictionaryPdfDictionaryReadReturns the underlying action dictionary.
typeStringReadReturns the action type (/S entry).
nextPdfActionReadReturns the next action (/Next), if any.

méthodes

SignatureDescription
TransitionAction(dict: PdfDictionary)Parses a TransitionAction from an existing dictionary.
getTransition()PdfDictionaryReturns the transition dictionary (/Trans).
getPdfDictionary()PdfDictionaryReturns the underlying action dictionary.
getType()StringReturns the action type (/S entry).
getNext()PdfActionReturns the next action (/Next), if any.
fromDictionary(dict: PdfDictionary, doc: Document)PdfActionFactory: creates the appropriate PdfAction subclass from a dictionary.

Voir aussi

  • Aspose.PDF pour Java — API d’entreprise
 Français