Frames | No Frames |
Classes derived from org.pdfbox.pdmodel.interactive.documentnavigation.destination.PDDestination | |
class | This represents a destination to a page by referencing it with a name.
|
class | This represents a destination to a page, see subclasses for specific parameters.
|
class | This represents a destination to a page and the page contents will be magnified to just
fit on the screen.
|
class | This represents a destination to a page at a x location and the height is magnified
to just fit on the screen.
|
class | This represents a destination to a page at a y location and the width is magnified
to just fit on the screen.
|
class | This represents a destination to a page at a y location and the width is magnified
to just fit on the screen.
|
class | This represents a destination to a page at an x,y coordinate with a zoom setting.
|
Methods with return type org.pdfbox.pdmodel.interactive.documentnavigation.destination.PDDestination | |
PDDestination | This will create a new destination depending on the type of COSBase
that is passed in.
|
Methods with parameter type org.pdfbox.pdmodel.interactive.documentnavigation.destination.PDDestination | |
void | This will set the destination to jump to.
|
Methods with return type org.pdfbox.pdmodel.interactive.documentnavigation.destination.PDDestination | |
PDDestination | This will get the destination to jump to.
|
Methods with parameter type org.pdfbox.pdmodel.interactive.documentnavigation.destination.PDDestination | |
void | The new destination value.
|
Methods with return type org.pdfbox.pdmodel.interactive.documentnavigation.destination.PDDestination | |
PDDestination | Get the destination to be displayed when the annotation is activated. |
Methods with parameter type org.pdfbox.pdmodel.interactive.documentnavigation.destination.PDDestination | |
void | Set the page destination for this node.
|
Methods with return type org.pdfbox.pdmodel.interactive.documentnavigation.destination.PDDestination | |
PDDestination | Get the page destination of this node.
|