GoToRemoteAction

Vue de l’ensemble

‘GoToRemoteAction’ est une classe dans Aspose.PDF FOSS pour Java.Déduit de: PdfAction.

Actions Go-To Remote — naviguer vers un endroit dans un autre PDF (ISO 32000-1:2008, §12.6.4.3).

Cette classe fournit 11 méthodes pour travailler avec les objets GoToRemoteAction dans les programmes Java. Les méthodologies disponibles comprennent: ‘GoTo RemotiAction’, ‘fromDictionary’, getFile', ‘getNext’, 'getPdfDictary, ‘getType , 'isNewWindow,, ‘setFide et ' setNewVindows'. 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 : 'file ; ’newWendow’ ; next; ‘pdfDictory : type.

Propriétés

NameTypeAccessDescription
fileStringReadReturns the file specification (/F entry).
newWindowbooleanReadReturns whether the destination document should be opened in a new window.
pdfDictionaryPdfDictionaryReadReturns the underlying action dictionary.
typeStringReadReturns the action type (/S entry).
nextPdfActionReadReturns the next action (/Next), if any.

méthodes

SignatureDescription
GoToRemoteAction(dict: PdfDictionary)Parses a GoToRemoteAction from a dictionary.
GoToRemoteAction(file: String, pageNumber: int)Creates a GoToRemoteAction pointing to a specific page in another PDF file.
GoToRemoteAction(file: String, destination: ExplicitDestination)Creates a GoToRemoteAction pointing to a specific destination in another PDF file.
getFile()StringReturns the file specification (/F entry).
setFile(file: String)Sets the file specification.
isNewWindow()booleanReturns whether the destination document should be opened in a new window.
setNewWindow(newWindow: boolean)Sets whether the destination document should be opened in a new window.
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