You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2015/09/08 13:04:47 UTC

svn commit: r1701770 - in /poi/site/publish/apidocs: ./ org/apache/poi/hslf/dev/ org/apache/poi/hssf/converter/ org/apache/poi/hssf/record/ org/apache/poi/hssf/usermodel/ org/apache/poi/hwpf/converter/ org/apache/poi/ss/format/ org/apache/poi/util/

Author: nick
Date: Tue Sep  8 11:04:46 2015
New Revision: 1701770

URL: http://svn.apache.org/r1701770
Log:
Republish javadocs

Modified:
    poi/site/publish/apidocs/index-all.html
    poi/site/publish/apidocs/org/apache/poi/hslf/dev/PPTXMLDump.html
    poi/site/publish/apidocs/org/apache/poi/hssf/converter/ExcelToFoConverter.html
    poi/site/publish/apidocs/org/apache/poi/hssf/record/FileSharingRecord.html
    poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFSheet.html
    poi/site/publish/apidocs/org/apache/poi/hwpf/converter/WordToFoConverter.html
    poi/site/publish/apidocs/org/apache/poi/hwpf/converter/WordToHtmlConverter.html
    poi/site/publish/apidocs/org/apache/poi/hwpf/converter/WordToTextConverter.html
    poi/site/publish/apidocs/org/apache/poi/ss/format/CellDateFormatter.html
    poi/site/publish/apidocs/org/apache/poi/ss/format/CellElapsedFormatter.html
    poi/site/publish/apidocs/org/apache/poi/ss/format/CellFormatter.html
    poi/site/publish/apidocs/org/apache/poi/ss/format/CellGeneralFormatter.html
    poi/site/publish/apidocs/org/apache/poi/ss/format/CellNumberFormatter.html
    poi/site/publish/apidocs/org/apache/poi/ss/format/CellTextFormatter.html
    poi/site/publish/apidocs/org/apache/poi/util/LocaleUtil.html

Modified: poi/site/publish/apidocs/index-all.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/index-all.html?rev=1701770&r1=1701769&r2=1701770&view=diff
==============================================================================
--- poi/site/publish/apidocs/index-all.html (original)
+++ poi/site/publish/apidocs/index-all.html Tue Sep  8 11:04:46 2015
@@ -4384,6 +4384,12 @@
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hslf/model/PPFont.html#charset">charset</a></span> - Variable in class org.apache.poi.hslf.model.<a href="./org/apache/poi/hslf/model/PPFont.html" title="class in org.apache.poi.hslf.model">PPFont</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/poi/util/LocaleUtil.html#CHARSET_1252">CHARSET_1252</a></span> - Static variable in class org.apache.poi.util.<a href="./org/apache/poi/util/LocaleUtil.html" title="class in org.apache.poi.util">LocaleUtil</a></dt>
+<dd>
+<div class="block">Default encoding for unknown byte encodings of native files
+ (at least it's better than to rely on a platform dependent encoding
+ for legacy stuff ...)</div>
+</dd>
 <dt><a href="./org/apache/poi/ss/usermodel/Chart.html" title="interface in org.apache.poi.ss.usermodel"><span class="strong">Chart</span></a> - Interface in <a href="./org/apache/poi/ss/usermodel/package-summary.html">org.apache.poi.ss.usermodel</a></dt>
 <dd>
 <div class="block">High level representation of a chart.</div>
@@ -12743,7 +12749,7 @@
 <dd>
 <div class="block">Spits out a list of all the drawing records in the workbook.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/poi/hssf/usermodel/HSSFSheet.html#dumpDrawingRecords(boolean)">dumpDrawingRecords(boolean)</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="./org/apache/poi/hssf/usermodel/HSSFSheet.html" title="class in org.apache.poi.hssf.usermodel">HSSFSheet</a></dt>
+<dt><span class="strong"><a href="./org/apache/poi/hssf/usermodel/HSSFSheet.html#dumpDrawingRecords(boolean,%20java.io.PrintWriter)">dumpDrawingRecords(boolean, PrintWriter)</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="./org/apache/poi/hssf/usermodel/HSSFSheet.html" title="class in org.apache.poi.hssf.usermodel">HSSFSheet</a></dt>
 <dd>
 <div class="block">Aggregates the drawing records and dumps the escher record hierarchy
  to the standard output.</div>
@@ -41128,8 +41134,6 @@
 <dd>
 <div class="block">determines whether specified CharacterRun contains reference to a picture</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/poi/hssf/record/FileSharingRecord.html#hashPassword(java.lang.String)">hashPassword(String)</a></span> - Static method in class org.apache.poi.hssf.record.<a href="./org/apache/poi/hssf/record/FileSharingRecord.html" title="class in org.apache.poi.hssf.record">FileSharingRecord</a></dt>
-<dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/record/PasswordRecord.html#hashPassword(java.lang.String)">hashPassword(String)</a></span> - Static method in class org.apache.poi.hssf.record.<a href="./org/apache/poi/hssf/record/PasswordRecord.html" title="class in org.apache.poi.hssf.record">PasswordRecord</a></dt>
 <dd>
 <div class="block"><span class="strong">Deprecated.</span>
@@ -49014,11 +49018,6 @@
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/converter/AbstractExcelUtils.html#loadXls(java.io.File)">loadXls(File)</a></span> - Static method in class org.apache.poi.hssf.converter.<a href="./org/apache/poi/hssf/converter/AbstractExcelUtils.html" title="class in org.apache.poi.hssf.converter">AbstractExcelUtils</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="strong"><a href="./org/apache/poi/ss/format/CellFormatter.html#LOCALE">LOCALE</a></span> - Static variable in class org.apache.poi.ss.format.<a href="./org/apache/poi/ss/format/CellFormatter.html" title="class in org.apache.poi.ss.format">CellFormatter</a></dt>
-<dd>
-<div class="block">This is the locale used to get a consistent format result from which to
- work.</div>
-</dd>
 <dt><a href="./org/apache/poi/util/LocaleUtil.html" title="class in org.apache.poi.util"><span class="strong">LocaleUtil</span></a> - Class in <a href="./org/apache/poi/util/package-summary.html">org.apache.poi.util</a></dt>
 <dd>
 <div class="block">This utility class is used to set locale and time zone settings beside

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/dev/PPTXMLDump.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/dev/PPTXMLDump.html?rev=1701770&r1=1701769&r2=1701770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/dev/PPTXMLDump.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/dev/PPTXMLDump.html Tue Sep  8 11:04:46 2015
@@ -196,7 +196,7 @@ extends java.lang.Object</pre>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/dev/PPTXMLDump.html#dump(java.io.Writer)">dump</a></strong>(java.io.Writer&nbsp;out)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/dev/PPTXMLDump.html#dump(java.io.Writer)">dump</a></strong>(java.io.Writer&nbsp;outWriter)</code>
 <div class="block">Dump the structure of the supplied PPT file into XML</div>
 </td>
 </tr>
@@ -352,7 +352,7 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>dump</h4>
-<pre>public&nbsp;void&nbsp;dump(java.io.Writer&nbsp;out)
+<pre>public&nbsp;void&nbsp;dump(java.io.Writer&nbsp;outWriter)
           throws java.io.IOException</pre>
 <div class="block">Dump the structure of the supplied PPT file into XML</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>out</code> - <code>Writer</code> to write out</dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/converter/ExcelToFoConverter.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/converter/ExcelToFoConverter.html?rev=1701770&r1=1701769&r2=1701770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/converter/ExcelToFoConverter.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/converter/ExcelToFoConverter.html Tue Sep  8 11:04:46 2015
@@ -335,7 +335,8 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>main</h4>
-<pre>public static&nbsp;void&nbsp;main(java.lang.String[]&nbsp;args)</pre>
+<pre>public static&nbsp;void&nbsp;main(java.lang.String[]&nbsp;args)
+                 throws java.lang.Exception</pre>
 <div class="block">Java main() interface to interact with <a href="../../../../../org/apache/poi/hssf/converter/ExcelToFoConverter.html" title="class in org.apache.poi.hssf.converter"><code>ExcelToFoConverter</code></a>
  
  <p>
@@ -343,6 +344,8 @@ extends <a href="../../../../../org/apac
  </p>
  Where infile is an input .xls file ( Word 97-2007) which will be rendered
  as XSL FO into outfile</div>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code>java.lang.Exception</code></dd></dl>
 </li>
 </ul>
 <a name="process(java.io.File)">

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/FileSharingRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/FileSharingRecord.html?rev=1701770&r1=1701769&r2=1701770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/FileSharingRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/FileSharingRecord.html Tue Sep  8 11:04:46 2015
@@ -205,30 +205,26 @@ extends <a href="../../../../../org/apac
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/FileSharingRecord.html#getUsername()">getUsername</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static short</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/FileSharingRecord.html#hashPassword(java.lang.String)">hashPassword</a></strong>(java.lang.String&nbsp;password)</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/FileSharingRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</code>
 <div class="block">Write the data content of this BIFF record.</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/poi/hssf/record/FileSharingRecord.html#setPassword(short)">setPassword</a></strong>(short&nbsp;password)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/FileSharingRecord.html#setReadOnly(short)">setReadOnly</a></strong>(short&nbsp;readonly)</code>
 <div class="block">set the readonly flag</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/poi/hssf/record/FileSharingRecord.html#setUsername(java.lang.String)">setUsername</a></strong>(java.lang.String&nbsp;username)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/FileSharingRecord.html#toString()">toString</a></strong>()</code>
 <div class="block">get a string representation of the record (for biffview/debugging)</div>
@@ -314,15 +310,6 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="hashPassword(java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>hashPassword</h4>
-<pre>public static&nbsp;short&nbsp;hashPassword(java.lang.String&nbsp;password)</pre>
-</li>
-</ul>
 <a name="setReadOnly(short)">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFSheet.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFSheet.html?rev=1701770&r1=1701769&r2=1701770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFSheet.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFSheet.html Tue Sep  8 11:04:46 2015
@@ -258,7 +258,8 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFSheet.html#dumpDrawingRecords(boolean)">dumpDrawingRecords</a></strong>(boolean&nbsp;fat)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFSheet.html#dumpDrawingRecords(boolean,%20java.io.PrintWriter)">dumpDrawingRecords</a></strong>(boolean&nbsp;fat,
+                  java.io.PrintWriter&nbsp;pw)</code>
 <div class="block">Aggregates the drawing records and dumps the escher record hierarchy
  to the standard output.</div>
 </td>
@@ -2863,13 +2864,14 @@ implements <a href="../../../../../org/a
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>column</code> - </dd></dl>
 </li>
 </ul>
-<a name="dumpDrawingRecords(boolean)">
+<a name="dumpDrawingRecords(boolean, java.io.PrintWriter)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>dumpDrawingRecords</h4>
-<pre>public&nbsp;void&nbsp;dumpDrawingRecords(boolean&nbsp;fat)</pre>
+<pre>public&nbsp;void&nbsp;dumpDrawingRecords(boolean&nbsp;fat,
+                      java.io.PrintWriter&nbsp;pw)</pre>
 <div class="block">Aggregates the drawing records and dumps the escher record hierarchy
  to the standard output.</div>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hwpf/converter/WordToFoConverter.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwpf/converter/WordToFoConverter.html?rev=1701770&r1=1701769&r2=1701770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hwpf/converter/WordToFoConverter.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hwpf/converter/WordToFoConverter.html Tue Sep  8 11:04:46 2015
@@ -386,7 +386,8 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>main</h4>
-<pre>public static&nbsp;void&nbsp;main(java.lang.String[]&nbsp;args)</pre>
+<pre>public static&nbsp;void&nbsp;main(java.lang.String[]&nbsp;args)
+                 throws java.lang.Exception</pre>
 <div class="block">Java main() interface to interact with <a href="../../../../../org/apache/poi/hwpf/converter/WordToFoConverter.html" title="class in org.apache.poi.hwpf.converter"><code>WordToFoConverter</code></a>
  
  <p>
@@ -394,6 +395,8 @@ extends <a href="../../../../../org/apac
  </p>
  Where infile is an input .doc file ( Word 97-2007) which will be rendered
  as XSL-FO into outfile</div>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code>java.lang.Exception</code></dd></dl>
 </li>
 </ul>
 <a name="createNoteInline(java.lang.String)">

Modified: poi/site/publish/apidocs/org/apache/poi/hwpf/converter/WordToHtmlConverter.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwpf/converter/WordToHtmlConverter.html?rev=1701770&r1=1701769&r2=1701770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hwpf/converter/WordToHtmlConverter.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hwpf/converter/WordToHtmlConverter.html Tue Sep  8 11:04:46 2015
@@ -371,7 +371,8 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>main</h4>
-<pre>public static&nbsp;void&nbsp;main(java.lang.String[]&nbsp;args)</pre>
+<pre>public static&nbsp;void&nbsp;main(java.lang.String[]&nbsp;args)
+                 throws java.lang.Exception</pre>
 <div class="block">Java main() interface to interact with <a href="../../../../../org/apache/poi/hwpf/converter/WordToHtmlConverter.html" title="class in org.apache.poi.hwpf.converter"><code>WordToHtmlConverter</code></a>
  
  <p>
@@ -379,6 +380,8 @@ extends <a href="../../../../../org/apac
  </p>
  Where infile is an input .doc file ( Word 95-2007) which will be rendered
  as HTML into outfile</div>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code>java.lang.Exception</code></dd></dl>
 </li>
 </ul>
 <a name="afterProcess()">

Modified: poi/site/publish/apidocs/org/apache/poi/hwpf/converter/WordToTextConverter.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwpf/converter/WordToTextConverter.html?rev=1701770&r1=1701769&r2=1701770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hwpf/converter/WordToTextConverter.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hwpf/converter/WordToTextConverter.html Tue Sep  8 11:04:46 2015
@@ -441,7 +441,8 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>main</h4>
-<pre>public static&nbsp;void&nbsp;main(java.lang.String[]&nbsp;args)</pre>
+<pre>public static&nbsp;void&nbsp;main(java.lang.String[]&nbsp;args)
+                 throws java.lang.Exception</pre>
 <div class="block">Java main() interface to interact with <a href="../../../../../org/apache/poi/hwpf/converter/WordToTextConverter.html" title="class in org.apache.poi.hwpf.converter"><code>WordToTextConverter</code></a>
  
  <p>
@@ -449,6 +450,8 @@ extends <a href="../../../../../org/apac
  </p>
  Where infile is an input .doc file ( Word 95-2007) which will be rendered
  as plain text into outfile</div>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code>java.lang.Exception</code></dd></dl>
 </li>
 </ul>
 <a name="afterProcess()">

Modified: poi/site/publish/apidocs/org/apache/poi/ss/format/CellDateFormatter.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/format/CellDateFormatter.html?rev=1701770&r1=1701769&r2=1701770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/format/CellDateFormatter.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/format/CellDateFormatter.html Tue Sep  8 11:04:46 2015
@@ -119,7 +119,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Fields inherited from class&nbsp;org.apache.poi.ss.format.<a href="../../../../../org/apache/poi/ss/format/CellFormatter.html" title="class in org.apache.poi.ss.format">CellFormatter</a></h3>
-<code><a href="../../../../../org/apache/poi/ss/format/CellFormatter.html#format">format</a>, <a href="../../../../../org/apache/poi/ss/format/CellFormatter.html#LOCALE">LOCALE</a></code></li>
+<code><a href="../../../../../org/apache/poi/ss/format/CellFormatter.html#format">format</a></code></li>
 </ul>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/format/CellElapsedFormatter.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/format/CellElapsedFormatter.html?rev=1701770&r1=1701769&r2=1701770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/format/CellElapsedFormatter.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/format/CellElapsedFormatter.html Tue Sep  8 11:04:46 2015
@@ -121,7 +121,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Fields inherited from class&nbsp;org.apache.poi.ss.format.<a href="../../../../../org/apache/poi/ss/format/CellFormatter.html" title="class in org.apache.poi.ss.format">CellFormatter</a></h3>
-<code><a href="../../../../../org/apache/poi/ss/format/CellFormatter.html#format">format</a>, <a href="../../../../../org/apache/poi/ss/format/CellFormatter.html#LOCALE">LOCALE</a></code></li>
+<code><a href="../../../../../org/apache/poi/ss/format/CellFormatter.html#format">format</a></code></li>
 </ul>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/format/CellFormatter.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/format/CellFormatter.html?rev=1701770&r1=1701769&r2=1701770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/format/CellFormatter.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/format/CellFormatter.html Tue Sep  8 11:04:46 2015
@@ -127,13 +127,6 @@ extends java.lang.Object</pre>
 <div class="block">The original specified format.</div>
 </td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><code>static java.util.Locale</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/format/CellFormatter.html#LOCALE">LOCALE</a></strong></code>
-<div class="block">This is the locale used to get a consistent format result from which to
- work.</div>
-</td>
-</tr>
 </table>
 </li>
 </ul>
@@ -219,24 +212,13 @@ extends java.lang.Object</pre>
 <a name="format">
 <!--   -->
 </a>
-<ul class="blockList">
+<ul class="blockListLast">
 <li class="blockList">
 <h4>format</h4>
 <pre>protected final&nbsp;java.lang.String format</pre>
 <div class="block">The original specified format.</div>
 </li>
 </ul>
-<a name="LOCALE">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>LOCALE</h4>
-<pre>public static final&nbsp;java.util.Locale LOCALE</pre>
-<div class="block">This is the locale used to get a consistent format result from which to
- work.</div>
-</li>
-</ul>
 </li>
 </ul>
 <!-- ========= CONSTRUCTOR DETAIL ======== -->

Modified: poi/site/publish/apidocs/org/apache/poi/ss/format/CellGeneralFormatter.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/format/CellGeneralFormatter.html?rev=1701770&r1=1701769&r2=1701770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/format/CellGeneralFormatter.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/format/CellGeneralFormatter.html Tue Sep  8 11:04:46 2015
@@ -121,7 +121,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Fields inherited from class&nbsp;org.apache.poi.ss.format.<a href="../../../../../org/apache/poi/ss/format/CellFormatter.html" title="class in org.apache.poi.ss.format">CellFormatter</a></h3>
-<code><a href="../../../../../org/apache/poi/ss/format/CellFormatter.html#format">format</a>, <a href="../../../../../org/apache/poi/ss/format/CellFormatter.html#LOCALE">LOCALE</a></code></li>
+<code><a href="../../../../../org/apache/poi/ss/format/CellFormatter.html#format">format</a></code></li>
 </ul>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/format/CellNumberFormatter.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/format/CellNumberFormatter.html?rev=1701770&r1=1701769&r2=1701770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/format/CellNumberFormatter.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/format/CellNumberFormatter.html Tue Sep  8 11:04:46 2015
@@ -121,7 +121,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Fields inherited from class&nbsp;org.apache.poi.ss.format.<a href="../../../../../org/apache/poi/ss/format/CellFormatter.html" title="class in org.apache.poi.ss.format">CellFormatter</a></h3>
-<code><a href="../../../../../org/apache/poi/ss/format/CellFormatter.html#format">format</a>, <a href="../../../../../org/apache/poi/ss/format/CellFormatter.html#LOCALE">LOCALE</a></code></li>
+<code><a href="../../../../../org/apache/poi/ss/format/CellFormatter.html#format">format</a></code></li>
 </ul>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/format/CellTextFormatter.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/format/CellTextFormatter.html?rev=1701770&r1=1701769&r2=1701770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/format/CellTextFormatter.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/format/CellTextFormatter.html Tue Sep  8 11:04:46 2015
@@ -121,7 +121,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Fields inherited from class&nbsp;org.apache.poi.ss.format.<a href="../../../../../org/apache/poi/ss/format/CellFormatter.html" title="class in org.apache.poi.ss.format">CellFormatter</a></h3>
-<code><a href="../../../../../org/apache/poi/ss/format/CellFormatter.html#format">format</a>, <a href="../../../../../org/apache/poi/ss/format/CellFormatter.html#LOCALE">LOCALE</a></code></li>
+<code><a href="../../../../../org/apache/poi/ss/format/CellFormatter.html#format">format</a></code></li>
 </ul>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/util/LocaleUtil.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/LocaleUtil.html?rev=1701770&r1=1701769&r2=1701770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/LocaleUtil.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/util/LocaleUtil.html Tue Sep  8 11:04:46 2015
@@ -124,6 +124,14 @@ extends java.lang.Object</pre>
 <th class="colLast" scope="col">Field and Description</th>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>static java.nio.charset.Charset</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/LocaleUtil.html#CHARSET_1252">CHARSET_1252</a></strong></code>
+<div class="block">Default encoding for unknown byte encodings of native files
+ (at least it's better than to rely on a platform dependent encoding
+ for legacy stuff ...)</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>static java.util.TimeZone</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/LocaleUtil.html#TIMEZONE_UTC">TIMEZONE_UTC</a></strong></code>
 <div class="block">Excel doesn't store TimeZone information in the file, so if in doubt,
@@ -235,7 +243,7 @@ extends java.lang.Object</pre>
 <a name="TIMEZONE_UTC">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>TIMEZONE_UTC</h4>
 <pre>public static final&nbsp;java.util.TimeZone TIMEZONE_UTC</pre>
@@ -243,6 +251,18 @@ extends java.lang.Object</pre>
   use UTC to perform calculations</div>
 </li>
 </ul>
+<a name="CHARSET_1252">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>CHARSET_1252</h4>
+<pre>public static final&nbsp;java.nio.charset.Charset CHARSET_1252</pre>
+<div class="block">Default encoding for unknown byte encodings of native files
+ (at least it's better than to rely on a platform dependent encoding
+ for legacy stuff ...)</div>
+</li>
+</ul>
 </li>
 </ul>
 <!-- ========= CONSTRUCTOR DETAIL ======== -->



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org