Class PDDestination
java.lang.Object
org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination.PDDestination
- All Implemented Interfaces:
COSObjectable,PDDestinationOrAction
- Direct Known Subclasses:
PDNamedDestination,PDPageDestination
This represents a destination in a PDF document.
- Version:
- $Revision: 1.6 $
- Author:
- Ben Litchfield
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PDDestinationThis will create a new destination depending on the type of COSBase that is passed in.toString()Return a string representation of this class.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.pdfbox.pdmodel.common.COSObjectable
getCOSObject
-
Constructor Details
-
PDDestination
public PDDestination()
-
-
Method Details
-
create
This will create a new destination depending on the type of COSBase that is passed in.- Parameters:
base- The base level object.- Returns:
- A new destination.
- Throws:
IOException- If the base cannot be converted to a Destination.
-
toString
Return a string representation of this class.
-