Java com.lowagie.text.pdf PdfDestination fields, constructors, methods, implement or subclass

Example usage for Java com.lowagie.text.pdf PdfDestination fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.lowagie.text.pdf PdfDestination.

The text is from its open source code.

Field

intXYZ
This is a possible destination type
intFIT
This is a possible destination type
intFITH
This is a possible destination type
intFITBH
This is a possible destination type

Constructor

PdfDestination(int type)
Constructs a new PdfDestination.
PdfDestination(int type, float left, float top, float zoom)
Constructs a new PdfDestination.
PdfDestination(int type, float parameter)
Constructs a new PdfDestination.

Method

booleanaddPage(PdfIndirectReference page)
Adds the indirect reference of the destination page.