GoToURIAction
GoToURIAction
General
GoToURIAction és una classe en Aspose.PDF FOSS per a Java. Hereta de: ゚UriAction` .
Acció GoToURI alias per a {@link UriAction} per compatibilitat API amb Aspose.PDF.
Aquesta classe proporciona 11 mètodes per treballar amb objectes de GoToURIAction en programes Java. Els mètods disponibles inclouen: GoTourIAtion, ゚UriAction, , ⌒fromDictionary, \getNext,\getPdfDuctionary\ , \jetType\ . ,\netURI. Tots els membres públics són accessibles a qualsevol aplicació Java després d’instal·lar el paquet Aspose.PDF FOSS for Java . Propietats: \next; , \pdfDoctionary \ , type \ ? , }uRI \ i \uri \ .
Propietats
| 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ètodes
| 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. |
Vegeu també
- Aspose.PDF per Java Referència API d’empresa