ExplicitDestination

Inheritance: java.lang.Object, com.aspose.pdf.ExplicitDestination

All Implemented Interfaces: IAppointment

public abstract class ExplicitDestination extends Object implements IAppointment

Represents the base class for explicit destinations in PDF document.

Methods

MethodDescription
createDestinationDeprecated.
createDestinationCreates instances of ExplicitDestination descendant classes.
createDestinationCreates instance of ExplicitDestination descendant classes.
createDestinationCreates instances of ExplicitDestination descendant classes.
getPageGets the destination page object
getPageNumberGets the destination page number
toStringReturns string representation of ExplicitDestination object.

createDestination

Deprecated.

createDestination

Creates instances of ExplicitDestination descendant classes.

createDestination

Creates instance of ExplicitDestination descendant classes.

createDestination

Creates instances of ExplicitDestination descendant classes.

getPage

public Page getPage()

Gets the destination page object

Returns: Page object

getPageNumber

public int getPageNumber()

Gets the destination page number

Returns: int value

toString

public abstract String toString()

Returns string representation of ExplicitDestination object.

Returns: String representation