|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pdfbox.pdmodel.interactive.documentnavigation.destination.PDDestination
public abstract class PDDestination
This represents a destination in a PDF document.
Constructor Summary | |
---|---|
PDDestination()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.pdfbox.pdmodel.common.COSObjectable |
---|
getCOSObject |
Constructor Detail |
---|
public PDDestination()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |