You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ms...@apache.org on 2016/12/09 20:47:44 UTC

svn commit: r1773466 - /pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.java

Author: msahyoun
Date: Fri Dec  9 20:47:44 2016
New Revision: 1773466

URL: http://svn.apache.org/viewvc?rev=1773466&view=rev
Log:
PDFBOX-3262: add information about skipping to Javadoc

Modified:
    pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.java

Modified: pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.java?rev=1773466&r1=1773465&r2=1773466&view=diff
==============================================================================
--- pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.java (original)
+++ pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.java Fri Dec  9 20:47:44 2016
@@ -167,6 +167,9 @@ public final class PDAcroForm implements
      * <p>Flattening a form field will take the current appearance and make that part
      * of the pages content stream. All form fields and annotations associated are removed.</p>
      * 
+     * <p>Invisible and hidden fields will be skipped and will not become part of the
+     * page content stream</p>
+     * 
      * <p>The appearances for the form fields widgets will <strong>not</strong> be generated<p>
      * 
      * @throws IOException 
@@ -196,6 +199,9 @@ public final class PDAcroForm implements
      * <p>Flattening a form field will take the current appearance and make that part
      * of the pages content stream. All form fields and annotations associated are removed.</p>
      * 
+     * <p>Invisible and hidden fields will be skipped and will not become part of the
+     * page content stream</p>
+     * 
      * @param fields
      * @param refreshAppearances if set to true the appearances for the form field widgets will be updated
      * @throws IOException