Uses of Interface org.pdfbox.pdmodel.common.PDDestinationOrAction

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

Classes implementing org.pdfbox.pdmodel.common.PDDestinationOrAction

class
This represents a destination in a PDF document.
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.

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

Classes implementing org.pdfbox.pdmodel.common.PDDestinationOrAction

class
This represents an action that can be executed in a PDF document.
class
This represents a go-to action that can be executed in a PDF document.
class
This represents a JavaScript action.
class
This represents a launch action that can be executed in a PDF document.
class
This represents a remote go-to action that can be executed in a PDF document.
class
This represents a URI action that can be executed in a PDF document.

Uses in package org.pdfbox.pdmodel

Methods with parameter type org.pdfbox.pdmodel.common.PDDestinationOrAction

void
Set the Document Open Action for this object.

Methods with return type org.pdfbox.pdmodel.common.PDDestinationOrAction

PDDestinationOrAction
Get the Document Open Action for this object.