org.pdfbox.pdmodel.interactive.documentnavigation.destination
Class PDDestination
java.lang.Object
org.pdfbox.pdmodel.interactive.documentnavigation.destination.PDDestination
- COSObjectable, PDDestinationOrAction
public abstract class PDDestination
extends java.lang.Object
This represents a destination in a PDF document.
static PDDestination | create(COSBase base) - This will create a new destination depending on the type of COSBase
that is passed in.
|
String | toString() - Return a string representation of this class.
|
create
public static PDDestination create(COSBase base)
throws IOException
This will create a new destination depending on the type of COSBase
that is passed in.
base
- The base level object.
toString
public String toString()
Return a string representation of this class.