Uses of Class org.pdfbox.pdmodel.interactive.documentnavigation.destination.PDDestination

Uses in package org.pdfbox.pdmodel.interactive.documentnavigation.destination

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.

Uses in package org.pdfbox.pdmodel.interactive.action.type

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.

Uses in package org.pdfbox.pdmodel.interactive.annotation

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.

Uses in package org.pdfbox.pdmodel.interactive.documentnavigation.outline

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.