UriAction

Vue de l’ensemble

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

Action URI : ouvrir un identifiant de ressources uniforme (ISO 32000-1:2008, §12.6.4.7).

Cette classe fournit 8 méthodes pour travailler avec les objets UriAction dans les programmes Java. Les méthodologies disponibles comprennent: ‘Uriaction’, ‘fromDictionary’, getNext', ‘getPdfDictary’, 'getType', ’getUre, ‘setUry’. 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’, “type’’ et ‘uri’.

Propriétés

NameTypeAccessDescription
uriStringReadReturns the URI string.
pdfDictionaryPdfDictionaryReadReturns the underlying action dictionary.
typeStringReadReturns the action type (/S entry).
nextPdfActionReadReturns the next action (/Next), if any.

méthodes

SignatureDescription
UriAction(uri: String)Creates a UriAction for the given URI string.
UriAction(dict: PdfDictionary)Parses a UriAction from an existing dictionary.
getUri()StringReturns the URI string.
setUri(uri: String)Sets the URI string.
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