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

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

Introduction

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

The text is from its open source code.

Constructor

XfaForm(PdfReader reader)
A constructor from a PdfReader.

Method

voidfillXfaForm(File file)
voidfillXfaForm(InputStream is)
voidfillXfaForm(InputSource is)
voidfillXfaForm(Node node)
NodegetDatasetsNode()
Gets the Node that corresponds to the datasets part.
booleanisXfaPresent()
Returns true if it is a XFA form.