You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by bu...@apache.org on 2015/03/30 07:53:23 UTC

svn commit: r945586 [43/47] - in /websites/staging/pdfbox/trunk/content: ./ docs/2.0.0-SNAPSHOT/javadocs/ docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/ docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/class-use/ docs/2.0.0-S...

Modified: websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/interactive/form/PDPushButton.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/interactive/form/PDPushButton.html (original)
+++ websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/interactive/form/PDPushButton.html Mon Mar 30 05:53:07 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:38 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:00 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>PDPushButton (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -139,7 +139,7 @@ extends <a href="../../../../../../org/a
 <!--   -->
 </a>
 <h3>Fields inherited from class&nbsp;org.apache.pdfbox.pdmodel.interactive.form.<a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDButton</a></h3>
-<code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#FLAG_NO_TOGGLE_TO_OFF">FLAG_NO_TOGGLE_TO_OFF</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#FLAG_PUSHBUTTON">FLAG_PUSHBUTTON</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#FLAG_RADIO">FLAG_RADIO</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#FLAG_RADIOS_IN_UNISON">FLAG_RADIOS_IN_UNISON</a></code></li>
+<code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#FLAG_PUSHBUTTON">FLAG_PUSHBUTTON</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#FLAG_RADIO">FLAG_RADIO</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#FLAG_RADIOS_IN_UNISON">FLAG_RADIOS_IN_UNISON</a></code></li>
 </ul>
 </li>
 </ul>
@@ -155,6 +155,9 @@ extends <a href="../../../../../../org/a
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDPushButton.html#PDPushButton(org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm)">PDPushButton</a></strong>(<a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDAcroForm</a>&nbsp;theAcroForm)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colOne"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDPushButton.html#PDPushButton(org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm, org.apache.pdfbox.cos.COSDictionary, org.apache.pdfbox.pdmodel.interactive.form.PDFieldTreeNode)">PDPushButton</a></strong>(<a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDAcroForm</a>&nbsp;theAcroForm,
             <a href="../../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;field,
             <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDFieldTreeNode.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDFieldTreeNode</a>&nbsp;parentNode)</code>
@@ -177,27 +180,39 @@ extends <a href="../../../../../../org/a
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
+<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDPushButton.html#getDefaultValue()">getDefaultValue</a></strong>()</code>
-<div class="block">Get the value of the "DV" entry.</div>
+<div class="block">Get the fields default value.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDPushButton.html#getValue()">getValue</a></strong>()</code>
-<div class="block">Get the value of the "V" entry.</div>
+<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDPushButton.html#getOptions()">getOptions</a></strong>()</code>
+<div class="block">Get the fields options.</div>
 </td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDPushButton.html#getValue()">getValue</a></strong>()</code>
+<div class="block">Get the fields value.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDPushButton.html#setDefaultValue(java.lang.String)">setDefaultValue</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultValue)</code>
-<div class="block">Set the value of the "DV" entry.</div>
+<div class="block">Set the fields default value.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDPushButton.html#setOptions(java.util.List)">setOptions</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;values)</code>
+<div class="block">Set the fields options.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDPushButton.html#setValue(java.lang.String)">setValue</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fieldValue)</code>
-<div class="block">Set the value of the "V" entry.</div>
+<div class="block">Set the fields value.</div>
 </td>
 </tr>
 </table>
@@ -206,7 +221,7 @@ extends <a href="../../../../../../org/a
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.pdfbox.pdmodel.interactive.form.<a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDButton</a></h3>
-<code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#getOptions()">getOptions</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#setOptions(java.util.List)">setOptions</a></code></li>
+<code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#isPushButton()">isPushButton</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#isRadioButton()">isRadioButton</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#setPushButton(boolean)">setPushButton</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#setRadioButton(boolean)">setRadioButton</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_org.apache.pdfbox.pdmodel.interactive.form.PDField">
@@ -243,6 +258,16 @@ extends <a href="../../../../../../org/a
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
+<a name="PDPushButton(org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>PDPushButton</h4>
+<pre>public&nbsp;PDPushButton(<a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDAcroForm</a>&nbsp;theAcroForm)</pre>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>theAcroForm</code> - The acroform.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDFieldTreeNode.html#PDFieldTreeNode(org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm)"><code>PDFieldTreeNode.PDFieldTreeNode(PDAcroForm)</code></a></dd></dl>
+</li>
+</ul>
 <a name="PDPushButton(org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm, org.apache.pdfbox.cos.COSDictionary, org.apache.pdfbox.pdmodel.interactive.form.PDFieldTreeNode)">
 <!--   -->
 </a>
@@ -270,22 +295,14 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getDefaultValue</h4>
-<pre>public&nbsp;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;getDefaultValue()</pre>
-<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDFieldTreeNode.html#getDefaultValue()">PDFieldTreeNode</a></code></strong></div>
-<div class="block">Get the value of the "DV" entry. The "DV" entry is an inheritable attribute.
- 
- This will return null if the "DV" entry doesn't exist or if it has no value assigned.
+<pre>public&nbsp;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getDefaultValue()</pre>
+<div class="block">Get the fields default value.
  
- The different field types do require specific object types for their value
- e.g. for RadioButtons the DV entry needs to be a name object.
- If the value doesn't match the expected type an IOException is thrown. Such a wrong entry might
- have been set with a different library or by using PDFBox low level COS model.
- 
- To get the value in such cases the lower level COS model can be used.</div>
+ A push button field does not have a field value.</div>
 <dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDFieldTreeNode.html#getDefaultValue()">getDefaultValue</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDFieldTreeNode.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDFieldTreeNode</a></code></dd>
-<dt><span class="strong">Returns:</span></dt><dd>The value of this field.</dd></dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#getDefaultValue()">getDefaultValue</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDButton</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>This will always return an empty string.</dd></dl>
 </li>
 </ul>
 <a name="setDefaultValue(java.lang.String)">
@@ -295,23 +312,49 @@ extends <a href="../../../../../../org/a
 <li class="blockList">
 <h4>setDefaultValue</h4>
 <pre>public&nbsp;void&nbsp;setDefaultValue(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultValue)</pre>
-<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDFieldTreeNode.html#setDefaultValue(java.lang.String)">PDFieldTreeNode</a></code></strong></div>
-<div class="block">Set the value of the "DV" entry. The "DV" entry is an inheritable attribute.
+<div class="block">Set the fields default value.
  
- The different field types do require specific object types for their value
- e.g. for RadioButtons the DV entry needs to be a name object. This needs to be handled by the
- individual classes.
+ A push button field does not have a field value.</div>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#setDefaultValue(java.lang.String)">setDefaultValue</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDButton</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>defaultValue</code> - The field doesn't support setting any value</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - when trying to set a value other than null</dd></dl>
+</li>
+</ul>
+<a name="getOptions()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getOptions</h4>
+<pre>public&nbsp;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;getOptions()</pre>
+<div class="block">Get the fields options.
  
- Trying to set the default value for a <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDPushButton.html" title="class in org.apache.pdfbox.pdmodel.interactive.form"><code>PDPushButton</code></a> field will lead to an 
- <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang"><code>IllegalArgumentException</code></a> as PDPushButton fields do not support setting the 
- entry although, common to all field types, the DV entry shall not be set.
+ A push button field does not have option value.</div>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#getOptions()">getOptions</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDButton</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>This will always return an empty List.</dd></dl>
+</li>
+</ul>
+<a name="setOptions(java.util.List)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setOptions</h4>
+<pre>public&nbsp;void&nbsp;setOptions(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;values)</pre>
+<div class="block">Set the fields options.
  
- As a result it might be necessary to check the type of the value before
- reusing it.</div>
+ A push button field does not have a option values.</div>
 <dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDFieldTreeNode.html#setDefaultValue(java.lang.String)">setDefaultValue</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDFieldTreeNode.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDFieldTreeNode</a></code></dd>
-<dt><span class="strong">Parameters:</span></dt><dd><code>defaultValue</code> - The new default field value.</dd></dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#setOptions(java.util.List)">setOptions</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDButton</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>values</code> - The field doesn't support setting any option value</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - when trying to set the a value other than null or an empty list.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#getOptions()"><code>PDButton.getOptions()</code></a></dd></dl>
 </li>
 </ul>
 <a name="getValue()">
@@ -320,25 +363,14 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getValue</h4>
-<pre>public&nbsp;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;getValue()</pre>
-<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDFieldTreeNode.html#getValue()">PDFieldTreeNode</a></code></strong></div>
-<div class="block">Get the value of the "V" entry. The "V" entry is an inheritable attribute.
+<pre>public&nbsp;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getValue()</pre>
+<div class="block">Get the fields value.
  
- This will return null if the "V" entry doesn't exist or if it has no value assigned.
- 
- The different field types do require specific object types for their value
- e.g. for RadioButtons the V entry needs to be a name object.
- If the value doesn't match the expected type an IOException is thrown. Such a wrong entry might
- have been set with a different library or by using PDFBox low level COS model.
- 
- To get the value in such cases the lower level COS model can be used.
- 
- As a result it might be necessary to check the type of the value before
- reusing it.</div>
+ A push button field does not have field value.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDFieldTreeNode.html#getValue()">getValue</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDFieldTreeNode.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDFieldTreeNode</a></code></dd>
-<dt><span class="strong">Returns:</span></dt><dd>The value of this entry.</dd></dl>
+<dt><span class="strong">Returns:</span></dt><dd>This will always return an empty String.</dd></dl>
 </li>
 </ul>
 <a name="setValue(java.lang.String)">
@@ -348,23 +380,15 @@ extends <a href="../../../../../../org/a
 <li class="blockList">
 <h4>setValue</h4>
 <pre>public&nbsp;void&nbsp;setValue(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fieldValue)</pre>
-<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDFieldTreeNode.html#setValue(java.lang.String)">PDFieldTreeNode</a></code></strong></div>
-<div class="block">Set the value of the "V" entry. The "V" entry is an inheritable attribute.
- 
- The different field types do require specific object types for their value
- e.g. for RadioButtons the V entry needs to be a name object. This needs to be handled by the
- individual classes.
- 
- Trying to set the value for a <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDPushButton.html" title="class in org.apache.pdfbox.pdmodel.interactive.form"><code>PDPushButton</code></a> field will lead to an
- <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang"><code>IllegalArgumentException</code></a> as PDPushButton fields do not support setting the
- entry although, common to all field types, the DV entry shall not be set.
+<div class="block">Set the fields value.
  
- As a result it might be necessary to check the type of the value before
- reusing it.</div>
+ A push button field does not have a field value.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDFieldTreeNode.html#setValue(java.lang.String)">setValue</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDFieldTreeNode.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDFieldTreeNode</a></code></dd>
-<dt><span class="strong">Parameters:</span></dt><dd><code>fieldValue</code> - The new field value.</dd></dl>
+<dt><span class="strong">Parameters:</span></dt><dd><code>fieldValue</code> - The field doesn't support setting any field value.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - when trying to set the a value other than null or an empty String.</dd></dl>
 </li>
 </ul>
 </li>

Modified: websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/interactive/form/PDRadioButton.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/interactive/form/PDRadioButton.html (original)
+++ websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/interactive/form/PDRadioButton.html Mon Mar 30 05:53:07 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:38 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:00 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>PDRadioButton (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -63,13 +63,13 @@
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#fields_inherited_from_class_org.apache.pdfbox.pdmodel.interactive.form.PDButton">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_detail">Method</a></li>
 </ul>
@@ -133,12 +133,25 @@ extends <a href="../../../../../../org/a
 <!--   -->
 </a>
 <h3>Field Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
+<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDRadioButton.html#FLAG_NO_TOGGLE_TO_OFF">FLAG_NO_TOGGLE_TO_OFF</a></strong></code>
+<div class="block">A Ff flag.</div>
+</td>
+</tr>
+</table>
 <ul class="blockList">
 <li class="blockList"><a name="fields_inherited_from_class_org.apache.pdfbox.pdmodel.interactive.form.PDButton">
 <!--   -->
 </a>
 <h3>Fields inherited from class&nbsp;org.apache.pdfbox.pdmodel.interactive.form.<a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDButton</a></h3>
-<code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#FLAG_NO_TOGGLE_TO_OFF">FLAG_NO_TOGGLE_TO_OFF</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#FLAG_PUSHBUTTON">FLAG_PUSHBUTTON</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#FLAG_RADIO">FLAG_RADIO</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#FLAG_RADIOS_IN_UNISON">FLAG_RADIOS_IN_UNISON</a></code></li>
+<code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#FLAG_PUSHBUTTON">FLAG_PUSHBUTTON</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#FLAG_RADIO">FLAG_RADIO</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#FLAG_RADIOS_IN_UNISON">FLAG_RADIOS_IN_UNISON</a></code></li>
 </ul>
 </li>
 </ul>
@@ -154,6 +167,9 @@ extends <a href="../../../../../../org/a
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDRadioButton.html#PDRadioButton(org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm)">PDRadioButton</a></strong>(<a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDAcroForm</a>&nbsp;theAcroForm)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colOne"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDRadioButton.html#PDRadioButton(org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm, org.apache.pdfbox.cos.COSDictionary, org.apache.pdfbox.pdmodel.interactive.form.PDFieldTreeNode)">PDRadioButton</a></strong>(<a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDAcroForm</a>&nbsp;theAcroForm,
              <a href="../../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;field,
              <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDFieldTreeNode.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDFieldTreeNode</a>&nbsp;parentNode)</code>
@@ -176,9 +192,9 @@ extends <a href="../../../../../../org/a
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/pdfbox/cos/COSName.html" title="class in org.apache.pdfbox.cos">COSName</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDRadioButton.html#getDefaultValue()">getDefaultValue</a></strong>()</code>
-<div class="block">Get the value of the "DV" entry.</div>
+<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDRadioButton.html#getExportValue()">getExportValue</a></strong>()</code>
+<div class="block">This will get the export value.</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -193,19 +209,13 @@ extends <a href="../../../../../../org/a
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDRadioButton.html#setDefaultValue(java.lang.String)">setDefaultValue</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultValue)</code>
-<div class="block">Set the fields default value.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDRadioButton.html#setRadiosInUnison(boolean)">setRadiosInUnison</a></strong>(boolean&nbsp;radiosInUnison)</code>
 <div class="block">From the PDF Spec <br/>
  If set, a group of radio buttons within a radio button field that use the same value for the on state will turn
  on and off in unison; that is if one is checked, they are all checked.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDRadioButton.html#setValue(java.lang.String)">setValue</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fieldValue)</code>
 <div class="block">Set the field value.</div>
@@ -217,7 +227,7 @@ extends <a href="../../../../../../org/a
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.pdfbox.pdmodel.interactive.form.<a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDButton</a></h3>
-<code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#getOptions()">getOptions</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#setOptions(java.util.List)">setOptions</a></code></li>
+<code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#getDefaultValue()">getDefaultValue</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#getOptions()">getOptions</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#isPushButton()">isPushButton</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#isRadioButton()">isRadioButton</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#setDefaultValue(java.lang.String)">setDefaultValue</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#setOptions(java.util.List)">setOptions</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#setPushButton(boolean)">setPushButton</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#setRadioButton(boolean)">setRadioBut
 ton</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_org.apache.pdfbox.pdmodel.interactive.form.PDField">
@@ -248,12 +258,41 @@ extends <a href="../../../../../../org/a
 <div class="details">
 <ul class="blockList">
 <li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="FLAG_NO_TOGGLE_TO_OFF">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>FLAG_NO_TOGGLE_TO_OFF</h4>
+<pre>public static final&nbsp;int FLAG_NO_TOGGLE_TO_OFF</pre>
+<div class="block">A Ff flag.</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.pdfbox.pdmodel.interactive.form.PDRadioButton.FLAG_NO_TOGGLE_TO_OFF">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+</li>
+</ul>
 <!-- ========= CONSTRUCTOR DETAIL ======== -->
 <ul class="blockList">
 <li class="blockList"><a name="constructor_detail">
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
+<a name="PDRadioButton(org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>PDRadioButton</h4>
+<pre>public&nbsp;PDRadioButton(<a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDAcroForm</a>&nbsp;theAcroForm)</pre>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>theAcroForm</code> - The acroform.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDFieldTreeNode.html#PDFieldTreeNode(org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm)"><code>PDFieldTreeNode.PDFieldTreeNode(PDAcroForm)</code></a></dd></dl>
+</li>
+</ul>
 <a name="PDRadioButton(org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm, org.apache.pdfbox.cos.COSDictionary, org.apache.pdfbox.pdmodel.interactive.form.PDFieldTreeNode)">
 <!--   -->
 </a>
@@ -299,53 +338,27 @@ extends <a href="../../../../../../org/a
 <dl><dt><span class="strong">Returns:</span></dt><dd>true If the flag is set for radios in unison.</dd></dl>
 </li>
 </ul>
-<a name="getDefaultValue()">
+<a name="getExportValue()">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>getDefaultValue</h4>
-<pre>public&nbsp;<a href="../../../../../../org/apache/pdfbox/cos/COSName.html" title="class in org.apache.pdfbox.cos">COSName</a>&nbsp;getDefaultValue()
-                        throws <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
-<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDFieldTreeNode.html#getDefaultValue()">PDFieldTreeNode</a></code></strong></div>
-<div class="block">Get the value of the "DV" entry. The "DV" entry is an inheritable attribute.
- 
- This will return null if the "DV" entry doesn't exist or if it has no value assigned.
- 
- The different field types do require specific object types for their value
- e.g. for RadioButtons the DV entry needs to be a name object.
- If the value doesn't match the expected type an IOException is thrown. Such a wrong entry might
- have been set with a different library or by using PDFBox low level COS model.
- 
- To get the value in such cases the lower level COS model can be used.</div>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDFieldTreeNode.html#getDefaultValue()">getDefaultValue</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDFieldTreeNode.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDFieldTreeNode</a></code></dd>
-<dt><span class="strong">Returns:</span></dt><dd>The value of this field.</dd>
+<h4>getExportValue</h4>
+<pre>public&nbsp;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getExportValue()
+                      throws <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">This will get the export value.
+ <p>
+ A RadioButton might have an export value to allow field values
+ which can not be encoded as PDFDocEncoding or for the same export value 
+ being assigned to multiple RadioButtons in a group.<br/>
+ To define an export value the RadioButton must define options <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#setOptions(java.util.List)"><code>PDButton.setOptions(List)</code></a>
+ which correspond to the individual items within the RadioButton.</p>
+ <p>
+ The method will either return the value from the options entry or in case there
+ is no such entry the fields value</p></div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the export value of the field.</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If there is an error reading the data for this field
-      or the type is not in line with the fields required type.</dd></dl>
-</li>
-</ul>
-<a name="setDefaultValue(java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setDefaultValue</h4>
-<pre>public&nbsp;void&nbsp;setDefaultValue(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultValue)</pre>
-<div class="block">Set the fields default value.
- 
- The field value holds a name object which is corresponding to the 
- appearance state representing the corresponding appearance 
- from the appearance directory.
-
- The default value is used to represent the initial state of the
- checkbox or to revert when resetting the form.</div>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDFieldTreeNode.html#setDefaultValue(java.lang.String)">setDefaultValue</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDFieldTreeNode.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDFieldTreeNode</a></code></dd>
-<dt><span class="strong">Parameters:</span></dt><dd><code>defaultValue</code> - the string to set the field value.</dd></dl>
+<dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - in case the fields value can not be retrieved</dd></dl>
 </li>
 </ul>
 <a name="getValue()">
@@ -450,13 +463,13 @@ extends <a href="../../../../../../org/a
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#fields_inherited_from_class_org.apache.pdfbox.pdmodel.interactive.form.PDButton">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_detail">Method</a></li>
 </ul>

Modified: websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/interactive/form/PDSignatureField.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/interactive/form/PDSignatureField.html (original)
+++ websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/interactive/form/PDSignatureField.html Mon Mar 30 05:53:07 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:38 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:00 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>PDSignatureField (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/interactive/form/PDTextField.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/interactive/form/PDTextField.html (original)
+++ websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/interactive/form/PDTextField.html Mon Mar 30 05:53:07 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:38 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:00 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>PDTextField (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -206,79 +206,91 @@ extends <a href="../../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/pdfbox/pdmodel/common/PDTextStream.html" title="class in org.apache.pdfbox.pdmodel.common">PDTextStream</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDTextField.html#getValueAsStream()">getValueAsStream</a></strong>()</code>
+<div class="block">Get the fields value.</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDTextField.html#isComb()">isComb</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDTextField.html#isFileSelect()">isFileSelect</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDTextField.html#isMultiline()">isMultiline</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDTextField.html#isPassword()">isPassword</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDTextField.html#isRichText()">isRichText</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDTextField.html#setComb(boolean)">setComb</a></strong>(boolean&nbsp;comb)</code>
 <div class="block">Set the comb bit.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDTextField.html#setDefaultValue(java.lang.String)">setDefaultValue</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>
 <div class="block">Sets the default value for the field.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDTextField.html#setDoNotScroll(boolean)">setDoNotScroll</a></strong>(boolean&nbsp;doNotScroll)</code>
 <div class="block">Set the doNotScroll bit.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDTextField.html#setDoNotSpellCheck(boolean)">setDoNotSpellCheck</a></strong>(boolean&nbsp;doNotSpellCheck)</code>
 <div class="block">Set the doNotSpellCheck bit.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDTextField.html#setFileSelect(boolean)">setFileSelect</a></strong>(boolean&nbsp;fileSelect)</code>
 <div class="block">Set the file select bit.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDTextField.html#setMaxLen(int)">setMaxLen</a></strong>(int&nbsp;maxLen)</code>
 <div class="block">Sets the maximum number of characters of the text field.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDTextField.html#setMultiline(boolean)">setMultiline</a></strong>(boolean&nbsp;multiline)</code>
 <div class="block">Set the multiline bit.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDTextField.html#setPassword(boolean)">setPassword</a></strong>(boolean&nbsp;password)</code>
 <div class="block">Set the password bit.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDTextField.html#setRichText(boolean)">setRichText</a></strong>(boolean&nbsp;richText)</code>
 <div class="block">Set the richText bit.</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDTextField.html#setValue(org.apache.pdfbox.pdmodel.common.PDTextStream)">setValue</a></strong>(<a href="../../../../../../org/apache/pdfbox/pdmodel/common/PDTextStream.html" title="class in org.apache.pdfbox.pdmodel.common">PDTextStream</a>&nbsp;textStream)</code>
+<div class="block">Set the fields value.</div>
+</td>
+</tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDTextField.html#setValue(java.lang.String)">setValue</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>
@@ -291,7 +303,7 @@ extends <a href="../../../../../../org/a
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.pdfbox.pdmodel.interactive.form.<a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDVariableText</a></h3>
-<code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.html#getDefaultAppearance()">getDefaultAppearance</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.html#getDefaultStyleString()">getDefaultStyleString</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.html#getQ()">getQ</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.html#getRichTextValue()">getRichTextValue</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.html#setDefaultAppearance(java.lang.String)">setDefaultAppearance</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.html#setDefaultStyleString(java.lang.String)">setDefaultStyleString</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.html#setQ(int)">setQ</a>, <a href="../../../../../../org/apache/pdfbox
 /pdmodel/interactive/form/PDVariableText.html#setRichTextValue(java.lang.String)">setRichTextValue</a></code></li>
+<code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.html#getDefaultAppearance()">getDefaultAppearance</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.html#getDefaultStyleString()">getDefaultStyleString</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.html#getQ()">getQ</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.html#getRichTextValue()">getRichTextValue</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.html#getRichTextValueAsStream()">getRichTextValueAsStream</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.html#setDefaultAppearance(java.lang.String)">setDefaultAppearance</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.html#setDefaultStyleString(java.lang.String)">setDefaultStyleString</a>, <a href
 ="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.html#setQ(int)">setQ</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.html#setRichTextValue(org.apache.pdfbox.pdmodel.common.PDTextStream)">setRichTextValue</a>, <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.html#setRichTextValue(java.lang.String)">setRichTextValue</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_org.apache.pdfbox.pdmodel.interactive.form.PDField">
@@ -566,20 +578,43 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>setValue</h4>
-<pre>public&nbsp;void&nbsp;setValue(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
+<pre>public&nbsp;void&nbsp;setValue(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)
+              throws <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Set the fields value.
  
- The value is stored in the field dictionaries "V" entry.</div>
+ The value is stored in the field dictionaries "V" entry.
+ <p>
+ For long text it's more efficient to provide the text content as a
+ text stream <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDTextField.html#setValue(org.apache.pdfbox.pdmodel.common.PDTextStream)"><code>setValue(PDTextStream)</code></a>
+ </p></div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDFieldTreeNode.html#setValue(java.lang.String)">setValue</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDFieldTreeNode.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDFieldTreeNode</a></code></dd>
-<dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - the value</dd></dl>
+<dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - the value</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there is an error setting the field value</dd></dl>
+</li>
+</ul>
+<a name="setValue(org.apache.pdfbox.pdmodel.common.PDTextStream)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setValue</h4>
+<pre>public&nbsp;void&nbsp;setValue(<a href="../../../../../../org/apache/pdfbox/pdmodel/common/PDTextStream.html" title="class in org.apache.pdfbox.pdmodel.common">PDTextStream</a>&nbsp;textStream)
+              throws <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">Set the fields value.
+ 
+ The value is stored in the field dictionaries "V" entry.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textStream</code> - the value</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there is an error setting the field value</dd></dl>
 </li>
 </ul>
 <a name="getValue()">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>getValue</h4>
 <pre>public&nbsp;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getValue()
@@ -594,6 +629,22 @@ extends <a href="../../../../../../org/a
 <dt><span class="strong">Throws:</span></dt>
 <dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if the field dictionary entry is not a text type</dd></dl>
 </li>
+</ul>
+<a name="getValueAsStream()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getValueAsStream</h4>
+<pre>public&nbsp;<a href="../../../../../../org/apache/pdfbox/pdmodel/common/PDTextStream.html" title="class in org.apache.pdfbox.pdmodel.common">PDTextStream</a>&nbsp;getValueAsStream()
+                              throws <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">Get the fields value.
+ 
+ The value is stored in the field dictionaries "V" entry.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>The value of this entry.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if the field dictionary entry is not a text type</dd></dl>
+</li>
 </ul>
 </li>
 </ul>

Modified: websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.html (original)
+++ websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.html Mon Mar 30 05:53:07 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:38 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:00 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>PDVariableText (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -196,7 +196,7 @@ extends <a href="../../../../../../org/a
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/pdfbox/cos/COSString.html" title="class in org.apache.pdfbox.cos">COSString</a></code></td>
+<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.html#getDefaultAppearance()">getDefaultAppearance</a></strong>()</code>
 <div class="block">Get the default appearance.</div>
 </td>
@@ -220,23 +220,35 @@ extends <a href="../../../../../../org/a
 </td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/pdfbox/pdmodel/common/PDTextStream.html" title="class in org.apache.pdfbox.pdmodel.common">PDTextStream</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.html#getRichTextValueAsStream()">getRichTextValueAsStream</a></strong>()</code>
+<div class="block">Get the fields rich text value.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.html#setDefaultAppearance(java.lang.String)">setDefaultAppearance</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;daValue)</code>
 <div class="block">Set the default appearance.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.html#setDefaultStyleString(java.lang.String)">setDefaultStyleString</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultStyleString)</code>
 <div class="block">Set the default style string.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.html#setQ(int)">setQ</a></strong>(int&nbsp;q)</code>
 <div class="block">This will set the quadding/justification of the text.</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.html#setRichTextValue(org.apache.pdfbox.pdmodel.common.PDTextStream)">setRichTextValue</a></strong>(<a href="../../../../../../org/apache/pdfbox/pdmodel/common/PDTextStream.html" title="class in org.apache.pdfbox.pdmodel.common">PDTextStream</a>&nbsp;richTextValue)</code>
+<div class="block">Set the fields rich text value.</div>
+</td>
+</tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.html#setRichTextValue(java.lang.String)">setRichTextValue</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;richTextValue)</code>
@@ -347,7 +359,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getDefaultAppearance</h4>
-<pre>public&nbsp;<a href="../../../../../../org/apache/pdfbox/cos/COSString.html" title="class in org.apache.pdfbox.cos">COSString</a>&nbsp;getDefaultAppearance()</pre>
+<pre>public&nbsp;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getDefaultAppearance()</pre>
 <div class="block">Get the default appearance.
  
  This is an inheritable attribute.
@@ -435,20 +447,64 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getRichTextValue</h4>
-<pre>public&nbsp;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getRichTextValue()</pre>
+<pre>public&nbsp;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getRichTextValue()
+                        throws <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Get the fields rich text value.</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>the rich text value string</dd></dl>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the rich text value string</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if the field dictionary entry is not a text type</dd></dl>
+</li>
+</ul>
+<a name="getRichTextValueAsStream()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getRichTextValueAsStream</h4>
+<pre>public&nbsp;<a href="../../../../../../org/apache/pdfbox/pdmodel/common/PDTextStream.html" title="class in org.apache.pdfbox.pdmodel.common">PDTextStream</a>&nbsp;getRichTextValueAsStream()
+                                      throws <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">Get the fields rich text value.
+ 
+ The value is stored in the field dictionaries "V" entry.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>The value of this entry.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if the field dictionary entry is not a text type</dd></dl>
 </li>
 </ul>
 <a name="setRichTextValue(java.lang.String)">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>setRichTextValue</h4>
 <pre>public&nbsp;void&nbsp;setRichTextValue(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;richTextValue)</pre>
 <div class="block">Set the fields rich text value.
  
+ <p>
+ Setting the rich text value will not generate the appearance
+ for the field.
+ <br/>
+ You can set <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.html#setNeedAppearances(java.lang.Boolean)"><code>PDAcroForm.setNeedAppearances(Boolean)</code></a> to
+ signal a conforming reader to generate the appearance stream.
+ </p>
+ <p>
+ For long text it's more efficient to provide the text content as a
+ text stream <a href="../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.html#setRichTextValue(org.apache.pdfbox.pdmodel.common.PDTextStream)"><code>setRichTextValue(PDTextStream)</code></a>
+ </p>
+ 
+ Providing null as the value will remove the default style string.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>richTextValue</code> - a rich text string</dd></dl>
+</li>
+</ul>
+<a name="setRichTextValue(org.apache.pdfbox.pdmodel.common.PDTextStream)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>setRichTextValue</h4>
+<pre>public&nbsp;void&nbsp;setRichTextValue(<a href="../../../../../../org/apache/pdfbox/pdmodel/common/PDTextStream.html" title="class in org.apache.pdfbox.pdmodel.common">PDTextStream</a>&nbsp;richTextValue)</pre>
+<div class="block">Set the fields rich text value.
+ 
  Setting the rich text value will not generate the appearance
  for the field.
  

Modified: websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/interactive/form/PDXFAResource.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/interactive/form/PDXFAResource.html (original)
+++ websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/interactive/form/PDXFAResource.html Mon Mar 30 05:53:07 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:38 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:00 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>PDXFAResource (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/interactive/form/class-use/PDAcroForm.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/interactive/form/class-use/PDAcroForm.html (original)
+++ websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/interactive/form/class-use/PDAcroForm.html Mon Mar 30 05:53:07 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:39 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:02 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Class org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -94,12 +94,6 @@
 <div class="block">The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".</div>
 </td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="#org.apache.pdfbox.service.interactive.form">org.apache.pdfbox.service.interactive.form</a></td>
-<td class="colLast">
-<div class="block">Domain classes used to generate the Appearances content for Annotations.</div>
-</td>
-</tr>
 </tbody>
 </table>
 </li>
@@ -246,12 +240,18 @@
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#PDButton(org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm)">PDButton</a></strong>(<a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDAcroForm</a>&nbsp;theAcroForm)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDButton.html#PDButton(org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm, org.apache.pdfbox.cos.COSDictionary, org.apache.pdfbox.pdmodel.interactive.form.PDFieldTreeNode)">PDButton</a></strong>(<a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDAcroForm</a>&nbsp;acroForm,
         <a href="../../../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;field,
         <a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDFieldTreeNode.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDFieldTreeNode</a>&nbsp;parentNode)</code>
 <div class="block">Constructor.</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDCheckbox.html#PDCheckbox(org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm)">PDCheckbox</a></strong>(<a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDAcroForm</a>&nbsp;theAcroForm)</code>&nbsp;</td>
+</tr>
 <tr class="rowColor">
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDCheckbox.html#PDCheckbox(org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm, org.apache.pdfbox.cos.COSDictionary, org.apache.pdfbox.pdmodel.interactive.form.PDFieldTreeNode)">PDCheckbox</a></strong>(<a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDAcroForm</a>&nbsp;theAcroForm,
           <a href="../../../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;field,
@@ -260,12 +260,18 @@
 </td>
 </tr>
 <tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDChoice.html#PDChoice(org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm)">PDChoice</a></strong>(<a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDAcroForm</a>&nbsp;theAcroForm)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDChoice.html#PDChoice(org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm, org.apache.pdfbox.cos.COSDictionary, org.apache.pdfbox.pdmodel.interactive.form.PDFieldTreeNode)">PDChoice</a></strong>(<a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDAcroForm</a>&nbsp;acroForm,
         <a href="../../../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;field,
         <a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDFieldTreeNode.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDFieldTreeNode</a>&nbsp;parentNode)</code>
 <div class="block">Constructor.</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDComboBox.html#PDComboBox(org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm)">PDComboBox</a></strong>(<a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDAcroForm</a>&nbsp;theAcroForm)</code>&nbsp;</td>
+</tr>
 <tr class="rowColor">
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDComboBox.html#PDComboBox(org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm, org.apache.pdfbox.cos.COSDictionary, org.apache.pdfbox.pdmodel.interactive.form.PDFieldTreeNode)">PDComboBox</a></strong>(<a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDAcroForm</a>&nbsp;acroForm,
           <a href="../../../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;field,
@@ -298,24 +304,30 @@
 </td>
 </tr>
 <tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDListBox.html#PDListBox(org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm)">PDListBox</a></strong>(<a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDAcroForm</a>&nbsp;theAcroForm)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDListBox.html#PDListBox(org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm, org.apache.pdfbox.cos.COSDictionary, org.apache.pdfbox.pdmodel.interactive.form.PDFieldTreeNode)">PDListBox</a></strong>(<a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDAcroForm</a>&nbsp;acroForm,
          <a href="../../../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;field,
          <a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDFieldTreeNode.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDFieldTreeNode</a>&nbsp;parentNode)</code>
 <div class="block">Constructor.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDNonTerminalField.html#PDNonTerminalField(org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm)">PDNonTerminalField</a></strong>(<a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDAcroForm</a>&nbsp;theAcroForm)</code>
 <div class="block">Constructor.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDNonTerminalField.html#PDNonTerminalField(org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm, org.apache.pdfbox.cos.COSDictionary, org.apache.pdfbox.pdmodel.interactive.form.PDFieldTreeNode)">PDNonTerminalField</a></strong>(<a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDAcroForm</a>&nbsp;theAcroForm,
                   <a href="../../../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;field,
                   <a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDFieldTreeNode.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDFieldTreeNode</a>&nbsp;parentNode)</code>
 <div class="block">Constructor.</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDPushButton.html#PDPushButton(org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm)">PDPushButton</a></strong>(<a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDAcroForm</a>&nbsp;theAcroForm)</code>&nbsp;</td>
+</tr>
 <tr class="rowColor">
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDPushButton.html#PDPushButton(org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm, org.apache.pdfbox.cos.COSDictionary, org.apache.pdfbox.pdmodel.interactive.form.PDFieldTreeNode)">PDPushButton</a></strong>(<a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDAcroForm</a>&nbsp;theAcroForm,
             <a href="../../../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;field,
@@ -324,33 +336,36 @@
 </td>
 </tr>
 <tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDRadioButton.html#PDRadioButton(org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm)">PDRadioButton</a></strong>(<a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDAcroForm</a>&nbsp;theAcroForm)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDRadioButton.html#PDRadioButton(org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm, org.apache.pdfbox.cos.COSDictionary, org.apache.pdfbox.pdmodel.interactive.form.PDFieldTreeNode)">PDRadioButton</a></strong>(<a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDAcroForm</a>&nbsp;theAcroForm,
              <a href="../../../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;field,
              <a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDFieldTreeNode.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDFieldTreeNode</a>&nbsp;parentNode)</code>
 <div class="block">Constructor.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDSignatureField.html#PDSignatureField(org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm)">PDSignatureField</a></strong>(<a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDAcroForm</a>&nbsp;theAcroForm)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDSignatureField.html#PDSignatureField(org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm, org.apache.pdfbox.cos.COSDictionary, org.apache.pdfbox.pdmodel.interactive.form.PDFieldTreeNode)">PDSignatureField</a></strong>(<a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDAcroForm</a>&nbsp;theAcroForm,
                 <a href="../../../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;field,
                 <a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDFieldTreeNode.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDFieldTreeNode</a>&nbsp;parentNode)</code>
 <div class="block">Constructor.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDTextField.html#PDTextField(org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm)">PDTextField</a></strong>(<a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDAcroForm</a>&nbsp;theAcroForm)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDTextField.html#PDTextField(org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm, org.apache.pdfbox.cos.COSDictionary, org.apache.pdfbox.pdmodel.interactive.form.PDFieldTreeNode)">PDTextField</a></strong>(<a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDAcroForm</a>&nbsp;theAcroForm,
            <a href="../../../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;field,
            <a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDFieldTreeNode.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDFieldTreeNode</a>&nbsp;parentNode)</code>
 <div class="block">Constructor.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.html#PDVariableText(org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm, org.apache.pdfbox.cos.COSDictionary, org.apache.pdfbox.pdmodel.interactive.form.PDFieldTreeNode)">PDVariableText</a></strong>(<a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDAcroForm</a>&nbsp;theAcroForm,
               <a href="../../../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;field,
               <a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDFieldTreeNode.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDFieldTreeNode</a>&nbsp;parentNode)</code>
@@ -358,25 +373,6 @@
 </td>
 </tr>
 </tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.pdfbox.service.interactive.form">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDAcroForm</a> in <a href="../../../../../../../org/apache/pdfbox/service/interactive/form/package-summary.html">org.apache.pdfbox.service.interactive.form</a></h3>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
-<caption><span>Constructors in <a href="../../../../../../../org/apache/pdfbox/service/interactive/form/package-summary.html">org.apache.pdfbox.service.interactive.form</a> with parameters of type <a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDAcroForm</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Constructor and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colLast"><code><strong><a href="../../../../../../../org/apache/pdfbox/service/interactive/form/PDAppearanceString.html#PDAppearanceString(org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm, org.apache.pdfbox.pdmodel.interactive.form.PDVariableText)">PDAppearanceString</a></strong>(<a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDAcroForm.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDAcroForm</a>&nbsp;theAcroForm,
-                  <a href="../../../../../../../org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDVariableText</a>&nbsp;field)</code>
-<div class="block">Constructs a COSAppearance from the given field.</div>
-</td>
-</tr>
-</tbody>
 </table>
 </li>
 </ul>

Modified: websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/interactive/form/class-use/PDButton.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/interactive/form/class-use/PDButton.html (original)
+++ websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/interactive/form/class-use/PDButton.html Mon Mar 30 05:53:07 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:39 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:02 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Class org.apache.pdfbox.pdmodel.interactive.form.PDButton (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/interactive/form/class-use/PDCheckbox.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/interactive/form/class-use/PDCheckbox.html (original)
+++ websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/interactive/form/class-use/PDCheckbox.html Mon Mar 30 05:53:07 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:39 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:02 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Class org.apache.pdfbox.pdmodel.interactive.form.PDCheckbox (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/interactive/form/class-use/PDChoice.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/interactive/form/class-use/PDChoice.html (original)
+++ websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/interactive/form/class-use/PDChoice.html Mon Mar 30 05:53:07 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:39 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:02 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Class org.apache.pdfbox.pdmodel.interactive.form.PDChoice (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/interactive/form/class-use/PDComboBox.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/interactive/form/class-use/PDComboBox.html (original)
+++ websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/interactive/form/class-use/PDComboBox.html Mon Mar 30 05:53:07 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:39 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:02 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Class org.apache.pdfbox.pdmodel.interactive.form.PDComboBox (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>