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

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

Introduction

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

The text is from its open source code.

Constructor

XfaForm(PdfReader reader)
A constructor from a PdfReader.

Method

org.w3c.dom.DocumentgetDomDocument()
Gets the top level DOM document.
booleanisXfaPresent()
Returns true if it is a XFA form.
byte[]serializeDoc(Node n)
Serializes a XML document to a byte array.
voidsetChanged(boolean changed)
Sets the changed status of this XFA instance.
voidsetDomDocument(org.w3c.dom.Document domDocument)
Sets the top DOM document.
voidsetXfa(XfaForm form, PdfReader reader, PdfWriter writer)
Sets the XFA key from a byte array.