Author: nick
Date: Fri Jan 27 09:28:45 2017
New Revision: 1780526
URL: http://svn.apache.org/viewvc?rev=1780526&view=rev
Log:
Republish site except for changes
Modified:
poi/site/publish/apidocs/index-all.html
poi/site/publish/apidocs/org/apache/poi/hssf/record/aggregates/PageSettingsBlock.html
poi/site/publish/apidocs/org/apache/poi/hssf/util/HSSFColor.html
poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/Picture.html
poi/site/publish/apidocs/org/apache/poi/util/HexRead.html
poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFWorkbook.html
poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html
poi/site/publish/document/projectplan.html
poi/site/publish/hpsf/how-to.html
poi/site/publish/hpsf/todo.html
poi/site/publish/poifs/usecases.html
Modified: poi/site/publish/apidocs/index-all.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/index-all.html?rev=1780526&r1=1780525&r2=1780526&view=diff
==============================================================================
--- poi/site/publish/apidocs/index-all.html (original)
+++ poi/site/publish/apidocs/index-all.html Fri Jan 27 09:28:45 2017
@@ -34912,7 +34912,7 @@
<dd> </dd>
<dt><span class="strong"><a href="./org/apache/poi/hwpf/usermodel/Picture.html#getRawContent()">getRawContent()</a></span>
- Method in class org.apache.poi.hwpf.usermodel.<a href="./org/apache/poi/hwpf/usermodel/Picture.html"
title="class in org.apache.poi.hwpf.usermodel">Picture</a></dt>
<dd>
-<div class="block">Returns picture's content as it stored in Word file, i.e.</div>
+<div class="block">Returns picture's content as stored in the Word file, i.e.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/poi/hmef/attribute/MAPIRtfAttribute.html#getRawData()">getRawData()</a></span>
- Method in class org.apache.poi.hmef.attribute.<a href="./org/apache/poi/hmef/attribute/MAPIRtfAttribute.html"
title="class in org.apache.poi.hmef.attribute">MAPIRtfAttribute</a></dt>
<dd>
Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/aggregates/PageSettingsBlock.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/aggregates/PageSettingsBlock.html?rev=1780526&r1=1780525&r2=1780526&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/aggregates/PageSettingsBlock.html
(original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/aggregates/PageSettingsBlock.html
Fri Jan 27 09:28:45 2017
@@ -704,7 +704,7 @@ extends <a href="../../../../../../org/a
were when they were originally read.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>rs</code>
- the RecordStream to read from</dd>
<dt><span class="strong">Throws:</span></dt>
-<dd><code><a href="../../../../../../org/apache/poi/hssf/record/RecordFormatException.html"
title="class in org.apache.poi.hssf.record">RecordFormatException</a></code>
- if any PSB record encountered has the same type (sid) as
+<dd><code><a href="../../../../../../org/apache/poi/util/RecordFormatException.html"
title="class in org.apache.poi.util">RecordFormatException</a></code> - if
any PSB record encountered has the same type (sid) as
a record that is already part of this PageSettingsBlock</dd></dl>
</li>
</ul>
Modified: poi/site/publish/apidocs/org/apache/poi/hssf/util/HSSFColor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/util/HSSFColor.html?rev=1780526&r1=1780525&r2=1780526&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/util/HSSFColor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/util/HSSFColor.html Fri Jan 27 09:28:45 2017
@@ -695,7 +695,7 @@ implements <a href="../../../../../org/a
<ul class="blockList">
<li class="blockList">
<h4>getTripletHash</h4>
-<pre>public static final java.util.Map<java.lang.String,<a href="../../../../../org/apache/poi/hssf/util/HSSFColor.html"
title="class in org.apache.poi.hssf.util">HSSFColor</a>> getTripletHash()</pre>
+<pre>public static java.util.Map<java.lang.String,<a href="../../../../../org/apache/poi/hssf/util/HSSFColor.html"
title="class in org.apache.poi.hssf.util">HSSFColor</a>> getTripletHash()</pre>
<div class="block">this function returns all colors in a hastable. Its not implemented
as a
static member/staticly initialized because that would be dirty in a
server environment as it is intended. This means you'll eat the time
Modified: poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/Picture.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/Picture.html?rev=1780526&r1=1780525&r2=1780526&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/Picture.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/Picture.html Fri Jan 27 09:28:45
2017
@@ -250,7 +250,7 @@ extends java.lang.Object</pre>
<tr class="rowColor">
<td class="colFirst"><code>byte[]</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hwpf/usermodel/Picture.html#getRawContent()">getRawContent</a></strong>()</code>
-<div class="block">Returns picture's content as it stored in Word file, i.e.</div>
+<div class="block">Returns picture's content as stored in the Word file, i.e.</div>
</td>
</tr>
<tr class="altColor">
@@ -509,9 +509,10 @@ public int getDyaCropTop()</pr
<li class="blockList">
<h4>getRawContent</h4>
<pre>public byte[] getRawContent()</pre>
-<div class="block">Returns picture's content as it stored in Word file, i.e. possibly
in
+<div class="block">Returns picture's content as stored in the Word file, i.e. possibly
in
compressed form.</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>picture's
content as it stored in Word file</dd></dl>
+<dl><dt><span class="strong">Returns:</span></dt><dd>picture's
content as it stored in Word file or an empty byte array
+ if it cannot be read.</dd></dl>
</li>
</ul>
<a name="getSize()">
Modified: poi/site/publish/apidocs/org/apache/poi/util/HexRead.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/HexRead.html?rev=1780526&r1=1780525&r2=1780526&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/HexRead.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/util/HexRead.html Fri Jan 27 09:28:45 2017
@@ -213,7 +213,7 @@ extends java.lang.Object</pre>
<pre>public static byte[] readData(java.lang.String filename)
throws java.io.IOException</pre>
<div class="block">This method reads hex data from a filename and returns a byte array.
- The file may contain line comments that are preceeded with a # symbol.</div>
+ The file may contain line comments that are preceded with a # symbol.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>filename</code>
- The filename to read</dd>
<dt><span class="strong">Returns:</span></dt><dd>The bytes
read from the file.</dd>
<dt><span class="strong">Throws:</span></dt>
Modified: poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFWorkbook.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFWorkbook.html?rev=1780526&r1=1780525&r2=1780526&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFWorkbook.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFWorkbook.html Fri Jan 27 09:28:45
2017
@@ -1996,11 +1996,15 @@ public int linkExternalWorkboo
Adds the LinkTable records required to allow formulas referencing
the specified external workbook to be added to this one. Allows
formulas such as "[MyOtherWorkbook]Sheet3!$A$5" to be added to the
- file, for workbooks not already referenced.</div>
+ file, for workbooks not already referenced.
+
+ Note: this is not implemented and thus currently throws an Exception stating this.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html#linkExternalWorkbook(java.lang.String,%20org.apache.poi.ss.usermodel.Workbook)">linkExternalWorkbook</a></code> in
interface <code><a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html"
title="interface in org.apache.poi.ss.usermodel">Workbook</a></code></dd>
-<dt><span class="strong">Parameters:</span></dt><dd><code>name</code>
- The name the workbook will be referenced as in formulas</dd><dd><code>workbook</code>
- The open workbook to fetch the link required information from</dd></dl>
+<dt><span class="strong">Parameters:</span></dt><dd><code>name</code>
- The name the workbook will be referenced as in formulas</dd><dd><code>workbook</code>
- The open workbook to fetch the link required information from</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.lang.RuntimeException</code> - stating that this method
is not implemented yet.</dd></dl>
</li>
</ul>
<a name="addToolPack(org.apache.poi.ss.formula.udf.UDFFinder)">
Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html?rev=1780526&r1=1780525&r2=1780526&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html Fri Jan 27 09:28:45
2017
@@ -2501,11 +2501,15 @@ public int linkExternalWorkboo
<div class="block">Adds the External Link Table part and relations required to allow
formulas
referencing the specified external workbook to be added to this one. Allows
formulas such as "[MyOtherWorkbook.xlsx]Sheet3!$A$5" to be added to the
- file, for workbooks not already linked / referenced.</div>
+ file, for workbooks not already linked / referenced.
+
+ Note: this is not implemented and thus currently throws an Exception stating this.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html#linkExternalWorkbook(java.lang.String,%20org.apache.poi.ss.usermodel.Workbook)">linkExternalWorkbook</a></code> in
interface <code><a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html"
title="interface in org.apache.poi.ss.usermodel">Workbook</a></code></dd>
-<dt><span class="strong">Parameters:</span></dt><dd><code>name</code>
- The name the workbook will be referenced as in formulas</dd><dd><code>workbook</code>
- The open workbook to fetch the link required information from</dd></dl>
+<dt><span class="strong">Parameters:</span></dt><dd><code>name</code>
- The name the workbook will be referenced as in formulas</dd><dd><code>workbook</code>
- The open workbook to fetch the link required information from</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.lang.RuntimeException</code> - stating that this method
is not implemented yet.</dd></dl>
</li>
</ul>
<a name="isStructureLocked()">
Modified: poi/site/publish/document/projectplan.html
URL: http://svn.apache.org/viewvc/poi/site/publish/document/projectplan.html?rev=1780526&r1=1780525&r2=1780526&view=diff
==============================================================================
--- poi/site/publish/document/projectplan.html (original)
+++ poi/site/publish/document/projectplan.html Fri Jan 27 09:28:45 2017
@@ -76,27 +76,35 @@ if (VERSION > 3) {
<div class="menuBar">
<div class="menu">
<span class="menuLabel">Apache POI</span>
+
<div class="menuItem">
<a href="../index.html">Top</a>
</div>
+
</div>
<div class="menu">
<span class="menuLabel">HWPF+XWPF</span>
+
<div class="menuItem">
<a href="index.html">Overview</a>
</div>
+
<div class="menuItem">
<a href="quick-guide.html">HWPF Quick Guide</a>
</div>
+
<div class="menuItem">
<a href="quick-guide-xwpf.html">XWPF Quick Guide</a>
</div>
+
<div class="menuItem">
<a href="docoverview.html">HWPF Format</a>
</div>
+
<div class="menuItem">
<span class="menuSelected">HWPF Project plan</span>
</div>
+
</div>
</div>
</div>
Modified: poi/site/publish/hpsf/how-to.html
URL: http://svn.apache.org/viewvc/poi/site/publish/hpsf/how-to.html?rev=1780526&r1=1780525&r2=1780526&view=diff
==============================================================================
--- poi/site/publish/hpsf/how-to.html (original)
+++ poi/site/publish/hpsf/how-to.html Fri Jan 27 09:28:45 2017
@@ -76,35 +76,27 @@ if (VERSION > 3) {
<div class="menuBar">
<div class="menu">
<span class="menuLabel">Apache POI</span>
-
<div class="menuItem">
<a href="../index.html">Top</a>
</div>
-
</div>
<div class="menu">
<span class="menuLabel">HPSF</span>
-
<div class="menuItem">
<a href="index.html">Overview</a>
</div>
-
<div class="menuItem">
<span class="menuSelected">How To</span>
</div>
-
<div class="menuItem">
<a href="thumbnails.html">Thumbnails</a>
</div>
-
<div class="menuItem">
<a href="internals.html">Internals</a>
</div>
-
<div class="menuItem">
<a href="todo.html">To Do</a>
</div>
-
</div>
</div>
</div>
Modified: poi/site/publish/hpsf/todo.html
URL: http://svn.apache.org/viewvc/poi/site/publish/hpsf/todo.html?rev=1780526&r1=1780525&r2=1780526&view=diff
==============================================================================
--- poi/site/publish/hpsf/todo.html (original)
+++ poi/site/publish/hpsf/todo.html Fri Jan 27 09:28:45 2017
@@ -76,27 +76,35 @@ if (VERSION > 3) {
<div class="menuBar">
<div class="menu">
<span class="menuLabel">Apache POI</span>
+
<div class="menuItem">
<a href="../index.html">Top</a>
</div>
+
</div>
<div class="menu">
<span class="menuLabel">HPSF</span>
+
<div class="menuItem">
<a href="index.html">Overview</a>
</div>
+
<div class="menuItem">
<a href="how-to.html">How To</a>
</div>
+
<div class="menuItem">
<a href="thumbnails.html">Thumbnails</a>
</div>
+
<div class="menuItem">
<a href="internals.html">Internals</a>
</div>
+
<div class="menuItem">
<span class="menuSelected">To Do</span>
</div>
+
</div>
</div>
</div>
Modified: poi/site/publish/poifs/usecases.html
URL: http://svn.apache.org/viewvc/poi/site/publish/poifs/usecases.html?rev=1780526&r1=1780525&r2=1780526&view=diff
==============================================================================
--- poi/site/publish/poifs/usecases.html (original)
+++ poi/site/publish/poifs/usecases.html Fri Jan 27 09:28:45 2017
@@ -76,35 +76,27 @@ if (VERSION > 3) {
<div class="menuBar">
<div class="menu">
<span class="menuLabel">Apache POI</span>
-
<div class="menuItem">
<a href="../index.html">Top</a>
</div>
-
</div>
<div class="menu">
<span class="menuLabel">POIFS</span>
-
<div class="menuItem">
<a href="index.html">Overview</a>
</div>
-
<div class="menuItem">
<a href="how-to.html">How To</a>
</div>
-
<div class="menuItem">
<a href="embeded.html">Embedded Documents</a>
</div>
-
<div class="menuItem">
<a href="fileformat.html">File System Documentation</a>
</div>
-
<div class="menuItem">
<span class="menuSelected">Use Cases</span>
</div>
-
</div>
</div>
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org
|