Goeurage
Vue de l’ensemble
‘GoToURIAction’ est une classe dans Aspose.PDF FOSS pour Java.Déduit de: UriAction.
Action GoToURI — alias pour {@link UriAction} pour la compatibilité API avec Aspose.PDF.
Cette classe fournit 11 méthodes pour travailler avec les objets GoToURIAction dans les programmes Java. Les méthodologies disponibles comprennent: ‘GoTouriaction’, ‘UriAction’, fromDictionary', ‘getNext’, 'getPdfDictary’, ‘getType’, ’getURI’, getUry’, ‚setURI, 'setURI. 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 : ’next’, ’pdfDictorial’, ‘’type’, ‘‘uRI‘, ‘‘uri`..
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
uRI | String | Read | Returns the URI string. |
uri | String | Read | Returns the URI string. |
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 |
|---|---|
GoToURIAction(uri: String) | Creates a GoToURIAction for the given URI string. |
GoToURIAction(dict: PdfDictionary) | Parses a GoToURIAction from an existing dictionary. |
getURI() → String | Returns the URI string. |
setURI(uri: String) | Sets the URI string. |
UriAction(uri: String) | Creates a UriAction for the given URI string. |
getUri() → String | Returns the URI string. |
setUri(uri: String) | Sets the URI string. |
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