GoToAction
Približni podaci
VertexElementVertexColor je klasa u Aspose.3D FOSS za Java. Naslijedi od: ゚VertexElement⌒ .
U ovom slučaju, u skladu s člankom 12. stavkom 2. točkom (a) i podstavkom 3. točkama 1. i 2. ovog članka.
Ova klasa pruža 12 metoda za rad s GoToAction objektima u Java programima. Dostupne metode uključuju: GoToAction, ̋fromDictionary , ∂getAppointment,, ゚getDestination ,, ⌒getNext “, ゙getPdfDoctionaryヽ”, ̨getType " , " ̆setDestiny ̈ . Svi javni članovi su dostupni bilo kojoj aplikaciji Java nakon instalacije paketa FOSS for Java za Aspose.PDF . Priroda: ¬appointement ‘, ‘destinational', 'nexttype ‘, pdfDuctionary 』, ‘`` ‘.
Oznake i značajke
| Name | Type | Access | Description |
|---|---|---|---|
destination | ExplicitDestination | Read | Returns the destination as an {@link ExplicitDestination} when one is set |
| (either inline or already resolved during construction); for a | |||
| {@link NamedDestination}, returns the lazy-resolved explicit destination, | |||
| or {@code null} if the name cannot be resolved. | |||
appointment | IAppointment | Read | Returns the raw destination ({@link ExplicitDestination} or |
| {@link NamedDestination}). | |||
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. |
Metoda za primjenu
| Signature | Description |
|---|---|
GoToAction(page: Page) | Creates a GoToAction targeting a page with default XYZ destination. |
GoToAction() | Creates a GoToAction with no preset destination — used by callers that |
| subsequently invoke {@link #setDestination(IAppointment)}. | |
GoToAction(dest: ExplicitDestination) | Creates a GoToAction with a specific destination. |
GoToAction(dest: NamedDestination) | Creates a GoToAction with a named destination. |
GoToAction(dict: PdfDictionary, doc: Document) | Parses a GoToAction from an existing dictionary. |
getDestination() → ExplicitDestination | Returns the destination as an {@link ExplicitDestination} when one is set |
| (either inline or already resolved during construction); for a | |
| {@link NamedDestination}, returns the lazy-resolved explicit destination, | |
| or {@code null} if the name cannot be resolved. | |
getAppointment() → IAppointment | Returns the raw destination ({@link ExplicitDestination} or |
| {@link NamedDestination}). | |
setDestination(dest: IAppointment) | Sets the destination (accepts both {@link ExplicitDestination} and |
| {@link NamedDestination}). | |
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. |
Također pogledajte:
- Aspose.3D za Java Enterprise API Referencija