NamedDestination
Overview
NamedDestination is a class in Aspose.Pdf FOSS for Java.
Inherits from: IAppointment.
Represents a reference to a named destination in a PDF document (ISO 32000-1:2008, §12.3.2.3).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | String | Read | Returns the name this destination references. |
document | Document | Read | Returns the document this destination is associated with. |
Methods
| Signature | Description |
|---|---|
NamedDestination(document: Document, name: String) | Creates a named destination reference. |
getName() → String | Returns the name this destination references. |
getDocument() → Document | Returns the document this destination is associated with. |
resolve() → ExplicitDestination | Resolves the name to an explicit destination via the document’s name tree. |
toCos() → COSBase | Serializes this NamedDestination as a PDF byte string for inclusion in |
| an action or outline-item dictionary. | |
toString() → String | |
equals(o: Object) → boolean | |
hashCode() → int |