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

Example usage for Java org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination PDPageFitDestination 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 PDPageFitDestination.

The text is from its open source code.

Constructor

PDPageFitDestination()
Default constructor.

Method

voidsetPage(PDPage page)
Set the page for a local destination.
voidsetPageNumber(int pageNumber)
Set the page number for a remote destination.