NamedDestination

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.pdf.IAppointment

public final class NamedDestination implements IAppointment

Instead of being defined directly with the explicit syntax, a destination may be referred to indirectly by means of a name object or a byte string.

Constructors

ConstructorDescription
NamedDestination(Document doc, String name)Create named destination.

Methods

MethodDescription
getName()Represent getName method
toString()Converts destination to string value.

NamedDestination(Document doc, String name)

public NamedDestination(Document doc, String name)

Create named destination.

Parameters:

ParameterTypeDescription
docDocumentDocument where named destination should be created.
namejava.lang.StringName to which destination refers.

getName()

public String getName()

Represent getName method

Returns: java.lang.String - String value

toString()

public String toString()

Converts destination to string value.

Returns: java.lang.String - String value.