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

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

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.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

Constructor

PdfDestination(PdfDestination d)
PdfDestination(int type)
Constructs a new PdfDestination.
PdfDestination(String dest)
Creates a PdfDestination based on a String.
PdfDestination(int type, float left, float top, float zoom)
Constructs a new PdfDestination.