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

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

Introduction

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

The text is from its open source code.

Field

intSUBMIT_HTML_FORMAT
a possible submitvalue
intSUBMIT_PDF
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.
PdfAction()
Create an empty action.
PdfAction(URL url, boolean isMap)
Construct a new PdfAction of Subtype URI that accepts the x and y coordinate of the position that was clicked.
PdfAction(String url, boolean isMap)
Construct a new PdfAction of Subtype URI that accepts the x and y coordinate of the position that was clicked.
PdfAction(String filename, String name)
Constructs a new PdfAction of Subtype GoToR.
PdfAction(String filename, int page)
Constructs a new PdfAction of Subtype GoToR.

Method

PdfActioncreateResetForm(Object names[], int flags)
Creates a resetform.
PdfActioncreateSubmitForm(String file, Object names[], int flags)
Creates a submit form.
PdfActiongotoLocalPage(String dest, boolean isName)
Creates a GoTo action to a named destination.
PdfActiongotoLocalPage(int page, PdfDestination dest, PdfWriter writer)
Creates a GoTo action to an internal page.
PdfActiongotoRemotePage(String filename, String dest, boolean isName, boolean newWindow)
Creates a GoToR action to a named destination.
PdfActionjavaScript(String code, PdfWriter writer)
Creates a JavaScript action.
PdfActionjavaScript(String code, PdfWriter writer, boolean unicode)
Creates a JavaScript action.