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

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

Introduction

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

The text is from its open source code.

Field

intSUBMIT_HTML_FORMAT
a possible submitvalue
intSUBMIT_EXCL_NON_USER_ANNOTS
a possible submitvalue

Constructor

PdfAction(URL url)
Constructs a new PdfAction of Subtype URI.
PdfAction(String url)
Constructs a new PdfAction of Subtype URI.
PdfAction(PdfIndirectReference destination)
Constructs a new PdfAction of Subtype GoTo.
PdfAction(int named)
Implements name actions.

Method