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
| Name | Type | Access | Description |
|---|---|---|---|
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 |
|---|---|
UriAction(uri: String) | Creates a UriAction for the given URI string. |
UriAction(dict: PdfDictionary) | Parses a UriAction from an existing dictionary. |
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