COSObjectable
, PDDestinationOrAction
PDNamedDestination
, PDPageDestination
public abstract class PDDestination extends java.lang.Object implements PDDestinationOrAction
Constructor | Description |
---|---|
PDDestination() |
Modifier and Type | Method | Description |
---|---|---|
static PDDestination |
create(COSBase base) |
This will create a new destination depending on the type of COSBase
that is passed in.
|
java.lang.String |
toString() |
Return a string representation of this class.
|
getCOSObject
public static PDDestination create(COSBase base) throws java.io.IOException
base
- The base level object.java.io.IOException
- If the base cannot be converted to a Destination.public java.lang.String toString()
toString
in class java.lang.Object