org.pdfbox.pdmodel.interactive.documentnavigation.destination

Class PDDestination

Implemented Interfaces:
COSObjectable, PDDestinationOrAction
Known Direct Subclasses:
PDNamedDestination, PDPageDestination

public abstract class PDDestination
extends java.lang.Object
implements PDDestinationOrAction

This represents a destination in a PDF document.
Version:
$Revision: 1.6 $
Author:
Ben Litchfield

Method Summary

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.

Method Details

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.
Parameters:
base - The base level object.
Returns:
A new destination.

toString

public String toString()
Return a string representation of this class.
Returns:
A human readable string.