Java org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination PDPageDestination fields, constructors, methods, implement or subclass

Example usage for Java org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination PDPageDestination fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination PDPageDestination.

The text is from its open source code.

Method

PDPagegetPage()
This will get the page for this destination.
intretrievePageNumber()
Returns the page number for this destination, regardless of whether this is a page number or a reference to a page.
voidsetPageNumber(int pageNumber)
Set the page number for a remote destination.