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
| Method | Description |
|---|---|
| createDestination | Deprecated. |
| createDestination | Creates instances of ExplicitDestination descendant classes. |
| createDestination | Creates instance of ExplicitDestination descendant classes. |
| createDestination | Creates instances of ExplicitDestination descendant classes. |
| getPage | Gets the destination page object |
| getPageNumber | Gets the destination page number |
| toString | Returns 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