Generated by
JDiff

com.itextpdf.forms.xfa Documentation Differences

This file contains all the changes in documentation in the package com.itextpdf.forms.xfa as colored differences. Deletions are shown like this , and additions are shown like this.
If no deletions or additions are shown in an entry, the HTML tags will be what has changed. The new HTML tags are shown in the differences. If no documentation existed, and then some was added in a later version, this change is noted in the appropriate class pages of differences, but the change is not shown on this page. Only changes in existing text are shown here. Similarly, documentation which was inherited from another class or interface is not shown here.
Note that an HTML error in the new documentation may cause the display of other documentation changes to be presented incorrectly. For instance, failure to close a tag will cause all subsequent paragraphs to be displayed differently.

Class XfaForm, void fillXfaForm(File)

Replaces the XFA data under datasets/data. Accepts a file object to fill this object with XFA data. The resulting DOM document may be modified. @param file the File @throws java.io.IOException on if any I/O IO error issue occurs on the InputSource
Class XfaForm, void fillXfaForm(File, boolean)

Replaces the XFA data under datasets/data. Accepts a file object to fill this object with XFA data. @param file the File @param readOnly whether or not the resulting DOM document may be modified @throws java.io.IOException on if any I/O IO error issue occurs on the InputSource
Class XfaForm, void fillXfaForm(InputSource)

Replaces the XFA data under datasets/data. Accepts a SAX input source to fill this object with XFA data. The resulting DOM document may be modified. @param is the SAX input source @throws java.io.IOException on if any I/O IO error issue occurs on the InputSource
Class XfaForm, void fillXfaForm(InputSource, boolean)

Replaces the XFA data under datasets/data. Accepts a SAX input source to fill this object with XFA data. @param is the SAX input source @param readOnly whether or not the resulting DOM document may be modified @throws java.io.IOException on if any I/O IO error issue occurs on the InputSource
Class XfaForm, void fillXfaForm(InputStream)

Replaces the XFA data under datasets/data. Accepts an InputStream to fill this object with XFA data. The resulting DOM document may be modified. @param is the InputStream @throws java.io.IOException on if any I/O IO error issue occurs on the InputSource
Class XfaForm, void fillXfaForm(InputStream, boolean)

Replaces the XFA data under datasets/data. Accepts an InputStream to fill this object with XFA data. @param is the InputStream @param readOnly whether or not the resulting DOM document may be modified @throws java.io.IOException on if any I/O IO error issue occurs on the InputSource
Class XfaForm, void setXfaForm(XfaForm, PdfAcroForm)

Sets the XFA key from a byte array. The old XFA is erased. @param form the data @param acroForm an PdfAcroForm instance @throws java.io.IOException on IO if any error I/O issue occurs
Class XfaForm, void setXfaForm(XfaForm, PdfDocument)

Sets the XFA key from a byte array. The old XFA is erased. @param form the data @param pdfDocument pdfDocument @throws java.io.IOException on IO if any error I/O issue occurs
Class XfaForm, void write(PdfAcroForm)

Write the XfaForm to the provided PdfAcroForm. @param acroForm the PdfDocument to write the XFA Form to @throws IOException if any I/O issue occurs
Class XfaForm, void write(PdfDocument)

Write the XfaForm to the provided PdfDocument. @param document the PdfDocument to write the XFA Form to @throws IOException if any I/O issue occurs