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

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

The text is from its open source code.

Constructor

PDPageXYZDestination()
Default constructor.

Method

intgetLeft()
Get the left x coordinate.
PDPagegetPage()
This will get the page for this destination.
intgetPageNumber()
This will get the page number for this destination.
intgetTop()
Get the top y coordinate.
floatgetZoom()
Get the zoom value.
voidsetPage(PDPage page)
Set the page for a local destination.
voidsetTop(int y)
Set the top y-coordinate, values 0 or -1 imply that the current y-coordinate will be used.
voidsetZoom(float zoom)
Set the zoom value for the page, values 0 or -1 imply that the current zoom will be used.