NamedDestination

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

NameTypeAccessDescription
nameStringReadReturns the name this destination references.
documentDocumentReadReturns the document this destination is associated with.

Methods

SignatureDescription
NamedDestination(document: Document, name: String)Creates a named destination reference.
getName()StringReturns the name this destination references.
getDocument()DocumentReturns the document this destination is associated with.
resolve()ExplicitDestinationResolves the name to an explicit destination via the document’s name tree.
toCos()COSBaseSerializes this NamedDestination as a PDF byte string for inclusion in
an action or outline-item dictionary.
toString()String
equals(o: Object)boolean
hashCode()int

See Also