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

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

The text is from its open source code.

Constructor

PDPageFitWidthDestination()
Default constructor.

Method

intgetTop()
Get the top y coordinate.
voidsetPage(PDPage page)
Set the page for a local destination.
voidsetTop(int y)
Set the top y-coordinate, a value of -1 implies that the current y-coordinate will be used.