|
Generated by JDiff |
||||||||
| PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | |||||||||
This file contains all the changes in documentation in the packagecom.itextpdf.forms.xfaas colored differences. Deletions are shownlike 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.
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.IOExceptionClass XfaForm, void fillXfaForm(File, boolean)onif any I/OIO errorissue occurs on the InputSource
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.IOExceptionClass XfaForm, void fillXfaForm(InputSource)onif any I/OIO errorissue occurs on the 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.IOExceptionClass XfaForm, void fillXfaForm(InputSource, boolean)onif any I/OIO errorissue occurs on the InputSource
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.IOExceptionClass XfaForm, void fillXfaForm(InputStream)onif any I/OIO errorissue occurs on the InputSource
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.IOExceptionClass XfaForm, void fillXfaForm(InputStream, boolean)onif any I/OIO errorissue occurs on the InputSource
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.IOExceptionClass XfaForm, void setXfaForm(XfaForm, PdfAcroForm)onif any I/OIO errorissue occurs on the InputSource
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.IOExceptionClass XfaForm, void setXfaForm(XfaForm, PdfDocument)on IOif anyerrorI/O issue occurs
Sets the XFA key from a byte array. The old XFA is erased. @param form the data @param pdfDocument pdfDocument @throws java.io.IOExceptionClass XfaForm, void write(PdfAcroForm)on IOif anyerrorI/O issue occurs
Write the XfaForm to the provided PdfAcroForm. @param acroForm the PdfDocument to write the XFA Form to @throws IOException if any I/O issue occursClass 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