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 2016/07/02 23:03:04 UTC

svn commit: r1751105 [2/2] - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/hssf/dev/ apidocs/org/apache/poi/hssf/model/ apidocs/org/apache/poi/hssf/usermodel/ apidocs/org/apache/poi/hssf/util/ apidocs/org/apache/poi/hssf/util/class-use/ apid...

Added: poi/site/publish/apidocs/org/apache/poi/ss/util/PaneInformation.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/PaneInformation.html?rev=1751105&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/util/PaneInformation.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/ss/util/PaneInformation.html Sat Jul  2 23:03:03 2016
@@ -0,0 +1,459 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<title>PaneInformation (POI API Documentation)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="PaneInformation (POI API Documentation)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/PaneInformation.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/poi/ss/util/NumberToTextConverter.html" title="class in org.apache.poi.ss.util"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/ss/util/RegionUtil.html" title="class in org.apache.poi.ss.util"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/poi/ss/util/PaneInformation.html" target="_top">Frames</a></li>
+<li><a href="PaneInformation.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&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><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>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.poi.ss.util</div>
+<h2 title="Class PaneInformation" class="title">Class PaneInformation</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.poi.ss.util.PaneInformation</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>Direct Known Subclasses:</dt>
+<dd><a href="../../../../../org/apache/poi/hssf/util/PaneInformation.html" title="class in org.apache.poi.hssf.util">PaneInformation</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="strong">PaneInformation</span>
+extends java.lang.Object</pre>
+<div class="block">Holds information regarding a split plane or freeze plane for a sheet.</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_summary">
+<!--   -->
+</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 byte</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/PaneInformation.html#PANE_LOWER_LEFT">PANE_LOWER_LEFT</a></strong></code>
+<div class="block">Constant for active pane being the lower left</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static byte</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/PaneInformation.html#PANE_LOWER_RIGHT">PANE_LOWER_RIGHT</a></strong></code>
+<div class="block">Constant for active pane being the lower right</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static byte</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/PaneInformation.html#PANE_UPPER_LEFT">PANE_UPPER_LEFT</a></strong></code>
+<div class="block">Constant for active pane being the upper left</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static byte</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/PaneInformation.html#PANE_UPPER_RIGHT">PANE_UPPER_RIGHT</a></strong></code>
+<div class="block">Constant for active pane being the upper right</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/util/PaneInformation.html#PaneInformation(short,%20short,%20short,%20short,%20byte,%20boolean)">PaneInformation</a></strong>(short&nbsp;x,
+               short&nbsp;y,
+               short&nbsp;top,
+               short&nbsp;left,
+               byte&nbsp;active,
+               boolean&nbsp;frozen)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>byte</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/PaneInformation.html#getActivePane()">getActivePane</a></strong>()</code>
+<div class="block">Returns the active pane</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>short</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/PaneInformation.html#getHorizontalSplitPosition()">getHorizontalSplitPosition</a></strong>()</code>
+<div class="block">Returns the horizontal position of the split.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>short</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/PaneInformation.html#getHorizontalSplitTopRow()">getHorizontalSplitTopRow</a></strong>()</code>
+<div class="block">For a horizontal split returns the top row in the BOTTOM pane.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>short</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/PaneInformation.html#getVerticalSplitLeftColumn()">getVerticalSplitLeftColumn</a></strong>()</code>
+<div class="block">For a vertical split returns the left column in the RIGHT pane.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>short</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/PaneInformation.html#getVerticalSplitPosition()">getVerticalSplitPosition</a></strong>()</code>
+<div class="block">Returns the vertical position of the split.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/PaneInformation.html#isFreezePane()">isFreezePane</a></strong>()</code>
+<div class="block">Returns true if this is a Freeze pane, false if it is a split pane.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<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="PANE_LOWER_RIGHT">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>PANE_LOWER_RIGHT</h4>
+<pre>public static final&nbsp;byte PANE_LOWER_RIGHT</pre>
+<div class="block">Constant for active pane being the lower right</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.ss.util.PaneInformation.PANE_LOWER_RIGHT">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="PANE_UPPER_RIGHT">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>PANE_UPPER_RIGHT</h4>
+<pre>public static final&nbsp;byte PANE_UPPER_RIGHT</pre>
+<div class="block">Constant for active pane being the upper right</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.ss.util.PaneInformation.PANE_UPPER_RIGHT">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="PANE_LOWER_LEFT">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>PANE_LOWER_LEFT</h4>
+<pre>public static final&nbsp;byte PANE_LOWER_LEFT</pre>
+<div class="block">Constant for active pane being the lower left</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.ss.util.PaneInformation.PANE_LOWER_LEFT">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="PANE_UPPER_LEFT">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>PANE_UPPER_LEFT</h4>
+<pre>public static final&nbsp;byte PANE_UPPER_LEFT</pre>
+<div class="block">Constant for active pane being the upper left</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.ss.util.PaneInformation.PANE_UPPER_LEFT">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="PaneInformation(short, short, short, short, byte, boolean)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>PaneInformation</h4>
+<pre>public&nbsp;PaneInformation(short&nbsp;x,
+               short&nbsp;y,
+               short&nbsp;top,
+               short&nbsp;left,
+               byte&nbsp;active,
+               boolean&nbsp;frozen)</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getVerticalSplitPosition()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getVerticalSplitPosition</h4>
+<pre>public&nbsp;short&nbsp;getVerticalSplitPosition()</pre>
+<div class="block">Returns the vertical position of the split.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>0 if there is no vertical spilt,
+         or for a freeze pane the number of columns in the TOP pane,
+         or for a split plane the position of the split in 1/20th of a point.</dd></dl>
+</li>
+</ul>
+<a name="getHorizontalSplitPosition()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getHorizontalSplitPosition</h4>
+<pre>public&nbsp;short&nbsp;getHorizontalSplitPosition()</pre>
+<div class="block">Returns the horizontal position of the split.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>0 if there is no horizontal spilt,
+         or for a freeze pane the number of rows in the LEFT pane,
+         or for a split plane the position of the split in 1/20th of a point.</dd></dl>
+</li>
+</ul>
+<a name="getHorizontalSplitTopRow()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getHorizontalSplitTopRow</h4>
+<pre>public&nbsp;short&nbsp;getHorizontalSplitTopRow()</pre>
+<div class="block">For a horizontal split returns the top row in the BOTTOM pane.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>0 if there is no horizontal split, or the top row of the bottom pane.</dd></dl>
+</li>
+</ul>
+<a name="getVerticalSplitLeftColumn()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getVerticalSplitLeftColumn</h4>
+<pre>public&nbsp;short&nbsp;getVerticalSplitLeftColumn()</pre>
+<div class="block">For a vertical split returns the left column in the RIGHT pane.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>0 if there is no vertical split, or the left column in the RIGHT pane.</dd></dl>
+</li>
+</ul>
+<a name="getActivePane()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getActivePane</h4>
+<pre>public&nbsp;byte&nbsp;getActivePane()</pre>
+<div class="block">Returns the active pane</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the active pane.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/util/PaneInformation.html#PANE_LOWER_RIGHT"><code>PANE_LOWER_RIGHT</code></a>, 
+<a href="../../../../../org/apache/poi/ss/util/PaneInformation.html#PANE_UPPER_RIGHT"><code>PANE_UPPER_RIGHT</code></a>, 
+<a href="../../../../../org/apache/poi/ss/util/PaneInformation.html#PANE_LOWER_LEFT"><code>PANE_LOWER_LEFT</code></a>, 
+<a href="../../../../../org/apache/poi/ss/util/PaneInformation.html#PANE_UPPER_LEFT"><code>PANE_UPPER_LEFT</code></a></dd></dl>
+</li>
+</ul>
+<a name="isFreezePane()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>isFreezePane</h4>
+<pre>public&nbsp;boolean&nbsp;isFreezePane()</pre>
+<div class="block">Returns true if this is a Freeze pane, false if it is a split pane.</div>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/PaneInformation.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/poi/ss/util/NumberToTextConverter.html" title="class in org.apache.poi.ss.util"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/ss/util/RegionUtil.html" title="class in org.apache.poi.ss.util"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/poi/ss/util/PaneInformation.html" target="_top">Frames</a></li>
+<li><a href="PaneInformation.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&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><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>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>
+                <i>Copyright 2016 The Apache Software Foundation or
+        its licensors, as applicable.</i>
+            </small></p>
+</body>
+</html>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/util/RegionUtil.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/RegionUtil.html?rev=1751105&r1=1751104&r2=1751105&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/util/RegionUtil.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/util/RegionUtil.html Sat Jul  2 23:03:03 2016
@@ -34,7 +34,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/poi/ss/util/NumberToTextConverter.html" title="class in org.apache.poi.ss.util"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/ss/util/PaneInformation.html" title="class in org.apache.poi.ss.util"><span class="strong">Prev Class</span></a></li>
 <li><a href="../../../../../org/apache/poi/ss/util/SheetBuilder.html" title="class in org.apache.poi.ss.util"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -563,7 +563,7 @@ extends java.lang.Object</pre>
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/poi/ss/util/NumberToTextConverter.html" title="class in org.apache.poi.ss.util"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/ss/util/PaneInformation.html" title="class in org.apache.poi.ss.util"><span class="strong">Prev Class</span></a></li>
 <li><a href="../../../../../org/apache/poi/ss/util/SheetBuilder.html" title="class in org.apache.poi.ss.util"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">

Modified: poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/AreaReference.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/AreaReference.html?rev=1751105&r1=1751104&r2=1751105&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/AreaReference.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/AreaReference.html Sat Jul  2 23:03:03 2016
@@ -143,7 +143,11 @@ HSSF concepts.</div>
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hssf/util/AreaReference.html" title="class in org.apache.poi.hssf.util">AreaReference</a></strong></code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hssf/util/AreaReference.html" title="class in org.apache.poi.hssf.util">AreaReference</a></strong></code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.15 beta 3. Use <a href="../../../../../../org/apache/poi/ss/util/AreaReference.html" title="class in org.apache.poi.ss.util"><code>AreaReference</code></a> instead.</i></div>
+</div>
+</td>
 </tr>
 </tbody>
 </table>

Added: poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/PaneInformation.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/PaneInformation.html?rev=1751105&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/PaneInformation.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/PaneInformation.html Sat Jul  2 23:03:03 2016
@@ -0,0 +1,288 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<title>Uses of Class org.apache.poi.ss.util.PaneInformation (POI API Documentation)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class org.apache.poi.ss.util.PaneInformation (POI API Documentation)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../../org/apache/poi/ss/util/PaneInformation.html" title="class in org.apache.poi.ss.util">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/poi/ss/util/class-use/PaneInformation.html" target="_top">Frames</a></li>
+<li><a href="PaneInformation.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class org.apache.poi.ss.util.PaneInformation" class="title">Uses of Class<br>org.apache.poi.ss.util.PaneInformation</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
+<caption><span>Packages that use <a href="../../../../../../org/apache/poi/ss/util/PaneInformation.html" title="class in org.apache.poi.ss.util">PaneInformation</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.poi.hssf.model">org.apache.poi.hssf.model</a></td>
+<td class="colLast">
+<div class="block">Provides low level API structures for reading, writing, modifying XLS files.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.poi.hssf.usermodel">org.apache.poi.hssf.usermodel</a></td>
+<td class="colLast">
+<div class="block">usermodel package maps HSSF low level strutures to familiar workbook/sheet model</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.poi.hssf.util">org.apache.poi.hssf.util</a></td>
+<td class="colLast">
+<div class="block">util package contains tools needed for writing HSSF files that are not necesarily "real" 
+HSSF concepts.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.poi.ss.usermodel">org.apache.poi.ss.usermodel</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.poi.xssf.streaming">org.apache.poi.xssf.streaming</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.poi.xssf.usermodel">org.apache.poi.xssf.usermodel</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.poi.hssf.model">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../org/apache/poi/ss/util/PaneInformation.html" title="class in org.apache.poi.ss.util">PaneInformation</a> in <a href="../../../../../../org/apache/poi/hssf/model/package-summary.html">org.apache.poi.hssf.model</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../../org/apache/poi/hssf/model/package-summary.html">org.apache.poi.hssf.model</a> that return <a href="../../../../../../org/apache/poi/ss/util/PaneInformation.html" title="class in org.apache.poi.ss.util">PaneInformation</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/util/PaneInformation.html" title="class in org.apache.poi.ss.util">PaneInformation</a></code></td>
+<td class="colLast"><span class="strong">InternalSheet.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/model/InternalSheet.html#getPaneInformation()">getPaneInformation</a></strong>()</code>
+<div class="block">Returns the information regarding the currently configured pane (split or freeze).</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.poi.hssf.usermodel">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../org/apache/poi/ss/util/PaneInformation.html" title="class in org.apache.poi.ss.util">PaneInformation</a> in <a href="../../../../../../org/apache/poi/hssf/usermodel/package-summary.html">org.apache.poi.hssf.usermodel</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../../org/apache/poi/hssf/usermodel/package-summary.html">org.apache.poi.hssf.usermodel</a> that return <a href="../../../../../../org/apache/poi/ss/util/PaneInformation.html" title="class in org.apache.poi.ss.util">PaneInformation</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/util/PaneInformation.html" title="class in org.apache.poi.ss.util">PaneInformation</a></code></td>
+<td class="colLast"><span class="strong">HSSFSheet.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFSheet.html#getPaneInformation()">getPaneInformation</a></strong>()</code>
+<div class="block">Returns the information regarding the currently configured pane (split or freeze).</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.poi.hssf.util">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../org/apache/poi/ss/util/PaneInformation.html" title="class in org.apache.poi.ss.util">PaneInformation</a> in <a href="../../../../../../org/apache/poi/hssf/util/package-summary.html">org.apache.poi.hssf.util</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
+<caption><span>Subclasses of <a href="../../../../../../org/apache/poi/ss/util/PaneInformation.html" title="class in org.apache.poi.ss.util">PaneInformation</a> in <a href="../../../../../../org/apache/poi/hssf/util/package-summary.html">org.apache.poi.hssf.util</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hssf/util/PaneInformation.html" title="class in org.apache.poi.hssf.util">PaneInformation</a></strong></code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.15 beta 3. Use <a href="../../../../../../org/apache/poi/ss/util/PaneInformation.html" title="class in org.apache.poi.ss.util"><code>PaneInformation</code></a> instead.</i></div>
+</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.poi.ss.usermodel">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../org/apache/poi/ss/util/PaneInformation.html" title="class in org.apache.poi.ss.util">PaneInformation</a> in <a href="../../../../../../org/apache/poi/ss/usermodel/package-summary.html">org.apache.poi.ss.usermodel</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../../org/apache/poi/ss/usermodel/package-summary.html">org.apache.poi.ss.usermodel</a> that return <a href="../../../../../../org/apache/poi/ss/util/PaneInformation.html" title="class in org.apache.poi.ss.util">PaneInformation</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/util/PaneInformation.html" title="class in org.apache.poi.ss.util">PaneInformation</a></code></td>
+<td class="colLast"><span class="strong">Sheet.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/Sheet.html#getPaneInformation()">getPaneInformation</a></strong>()</code>
+<div class="block">Returns the information regarding the currently configured pane (split or freeze)</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.poi.xssf.streaming">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../org/apache/poi/ss/util/PaneInformation.html" title="class in org.apache.poi.ss.util">PaneInformation</a> in <a href="../../../../../../org/apache/poi/xssf/streaming/package-summary.html">org.apache.poi.xssf.streaming</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../../org/apache/poi/xssf/streaming/package-summary.html">org.apache.poi.xssf.streaming</a> that return <a href="../../../../../../org/apache/poi/ss/util/PaneInformation.html" title="class in org.apache.poi.ss.util">PaneInformation</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/util/PaneInformation.html" title="class in org.apache.poi.ss.util">PaneInformation</a></code></td>
+<td class="colLast"><span class="strong">SXSSFSheet.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/streaming/SXSSFSheet.html#getPaneInformation()">getPaneInformation</a></strong>()</code>
+<div class="block">Returns the information regarding the currently configured pane (split or freeze)</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.poi.xssf.usermodel">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../org/apache/poi/ss/util/PaneInformation.html" title="class in org.apache.poi.ss.util">PaneInformation</a> in <a href="../../../../../../org/apache/poi/xssf/usermodel/package-summary.html">org.apache.poi.xssf.usermodel</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../../org/apache/poi/xssf/usermodel/package-summary.html">org.apache.poi.xssf.usermodel</a> that return <a href="../../../../../../org/apache/poi/ss/util/PaneInformation.html" title="class in org.apache.poi.ss.util">PaneInformation</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/util/PaneInformation.html" title="class in org.apache.poi.ss.util">PaneInformation</a></code></td>
+<td class="colLast"><span class="strong">XSSFSheet.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#getPaneInformation()">getPaneInformation</a></strong>()</code>
+<div class="block">Returns the information regarding the currently configured pane (split or freeze).</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../../org/apache/poi/ss/util/PaneInformation.html" title="class in org.apache.poi.ss.util">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/poi/ss/util/class-use/PaneInformation.html" target="_top">Frames</a></li>
+<li><a href="PaneInformation.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>
+                <i>Copyright 2016 The Apache Software Foundation or
+        its licensors, as applicable.</i>
+            </small></p>
+</body>
+</html>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/util/package-frame.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/package-frame.html?rev=1751105&r1=1751104&r2=1751105&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/util/package-frame.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/util/package-frame.html Sat Jul  2 23:03:03 2016
@@ -23,6 +23,7 @@
 <li><a href="ImageUtils.html" title="class in org.apache.poi.ss.util" target="classFrame">ImageUtils</a></li>
 <li><a href="NumberComparer.html" title="class in org.apache.poi.ss.util" target="classFrame">NumberComparer</a></li>
 <li><a href="NumberToTextConverter.html" title="class in org.apache.poi.ss.util" target="classFrame">NumberToTextConverter</a></li>
+<li><a href="PaneInformation.html" title="class in org.apache.poi.ss.util" target="classFrame">PaneInformation</a></li>
 <li><a href="RegionUtil.html" title="class in org.apache.poi.ss.util" target="classFrame">RegionUtil</a></li>
 <li><a href="SheetBuilder.html" title="class in org.apache.poi.ss.util" target="classFrame">SheetBuilder</a></li>
 <li><a href="SheetReferences.html" title="class in org.apache.poi.ss.util" target="classFrame">SheetReferences</a></li>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/util/package-summary.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/package-summary.html?rev=1751105&r1=1751104&r2=1751105&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/util/package-summary.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/util/package-summary.html Sat Jul  2 23:03:03 2016
@@ -159,38 +159,44 @@
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><a href="../../../../../org/apache/poi/ss/util/PaneInformation.html" title="class in org.apache.poi.ss.util">PaneInformation</a></td>
+<td class="colLast">
+<div class="block">Holds information regarding a split plane or freeze plane for a sheet.</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/ss/util/RegionUtil.html" title="class in org.apache.poi.ss.util">RegionUtil</a></td>
 <td class="colLast">
 <div class="block">Various utility functions that make working with a region of cells easier.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/ss/util/SheetBuilder.html" title="class in org.apache.poi.ss.util">SheetBuilder</a></td>
 <td class="colLast">
 <div class="block">Class <code>SheetBuilder</code> provides an easy way of building workbook sheets
  from 2D array of Objects.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/ss/util/SheetReferences.html" title="class in org.apache.poi.ss.util">SheetReferences</a></td>
 <td class="colLast">
 <div class="block">Holds a collection of Sheet names and their associated
  reference numbers.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/ss/util/SheetUtil.html" title="class in org.apache.poi.ss.util">SheetUtil</a></td>
 <td class="colLast">
 <div class="block">Helper methods for when working with Usermodel sheets</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/ss/util/SSCellRange.html" title="class in org.apache.poi.ss.util">SSCellRange</a>&lt;K extends <a href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a>&gt;</td>
 <td class="colLast">
 <div class="block">For POI internal use only</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/ss/util/WorkbookUtil.html" title="class in org.apache.poi.ss.util">WorkbookUtil</a></td>
 <td class="colLast">
 <div class="block">Helper methods for when working with Usermodel Workbooks</div>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/util/package-tree.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/package-tree.html?rev=1751105&r1=1751104&r2=1751105&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/util/package-tree.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/util/package-tree.html Sat Jul  2 23:03:03 2016
@@ -88,6 +88,7 @@
 <li type="circle">org.apache.poi.ss.util.<a href="../../../../../org/apache/poi/ss/util/ImageUtils.html" title="class in org.apache.poi.ss.util"><span class="strong">ImageUtils</span></a></li>
 <li type="circle">org.apache.poi.ss.util.<a href="../../../../../org/apache/poi/ss/util/NumberComparer.html" title="class in org.apache.poi.ss.util"><span class="strong">NumberComparer</span></a></li>
 <li type="circle">org.apache.poi.ss.util.<a href="../../../../../org/apache/poi/ss/util/NumberToTextConverter.html" title="class in org.apache.poi.ss.util"><span class="strong">NumberToTextConverter</span></a></li>
+<li type="circle">org.apache.poi.ss.util.<a href="../../../../../org/apache/poi/ss/util/PaneInformation.html" title="class in org.apache.poi.ss.util"><span class="strong">PaneInformation</span></a></li>
 <li type="circle">org.apache.poi.ss.util.<a href="../../../../../org/apache/poi/ss/util/RegionUtil.html" title="class in org.apache.poi.ss.util"><span class="strong">RegionUtil</span></a></li>
 <li type="circle">org.apache.poi.ss.util.<a href="../../../../../org/apache/poi/ss/util/SheetBuilder.html" title="class in org.apache.poi.ss.util"><span class="strong">SheetBuilder</span></a></li>
 <li type="circle">org.apache.poi.ss.util.<a href="../../../../../org/apache/poi/ss/util/SheetReferences.html" title="class in org.apache.poi.ss.util"><span class="strong">SheetReferences</span></a></li>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/util/package-use.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/package-use.html?rev=1751105&r1=1751104&r2=1751105&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/util/package-use.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/util/package-use.html Sat Jul  2 23:03:03 2016
@@ -198,6 +198,11 @@ HSSF concepts.</div>
 <div class="block">See OOO documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address'<p/></div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colOne"><a href="../../../../../org/apache/poi/ss/util/class-use/PaneInformation.html#org.apache.poi.hssf.model">PaneInformation</a>
+<div class="block">Holds information regarding a split plane or freeze plane for a sheet.</div>
+</td>
+</tr>
 </tbody>
 </table>
 </li>
@@ -315,6 +320,11 @@ HSSF concepts.</div>
   style references.</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colOne"><a href="../../../../../org/apache/poi/ss/util/class-use/PaneInformation.html#org.apache.poi.hssf.usermodel">PaneInformation</a>
+<div class="block">Holds information regarding a split plane or freeze plane for a sheet.</div>
+</td>
+</tr>
 </tbody>
 </table>
 </li>
@@ -349,6 +359,11 @@ HSSF concepts.</div>
   style references.</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colOne"><a href="../../../../../org/apache/poi/ss/util/class-use/PaneInformation.html#org.apache.poi.hssf.util">PaneInformation</a>
+<div class="block">Holds information regarding a split plane or freeze plane for a sheet.</div>
+</td>
+</tr>
 </tbody>
 </table>
 </li>
@@ -425,6 +440,11 @@ HSSF concepts.</div>
  several records (not formulas).</div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colOne"><a href="../../../../../org/apache/poi/ss/util/class-use/PaneInformation.html#org.apache.poi.ss.usermodel">PaneInformation</a>
+<div class="block">Holds information regarding a split plane or freeze plane for a sheet.</div>
+</td>
+</tr>
 </tbody>
 </table>
 </li>
@@ -584,6 +604,11 @@ HSSF concepts.</div>
 <div class="block">See OOO documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address'<p/></div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colOne"><a href="../../../../../org/apache/poi/ss/util/class-use/PaneInformation.html#org.apache.poi.xssf.streaming">PaneInformation</a>
+<div class="block">Holds information regarding a split plane or freeze plane for a sheet.</div>
+</td>
+</tr>
 </tbody>
 </table>
 </li>
@@ -626,6 +651,11 @@ HSSF concepts.</div>
   style references.</div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colOne"><a href="../../../../../org/apache/poi/ss/util/class-use/PaneInformation.html#org.apache.poi.xssf.usermodel">PaneInformation</a>
+<div class="block">Holds information regarding a split plane or freeze plane for a sheet.</div>
+</td>
+</tr>
 </tbody>
 </table>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFSheet.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFSheet.html?rev=1751105&r1=1751104&r2=1751105&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFSheet.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFSheet.html Sat Jul  2 23:03:03 2016
@@ -94,13 +94,13 @@
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd>java.lang.Cloneable, java.lang.Iterable&lt;<a href="../../../../../org/apache/poi/ss/usermodel/Row.html" title="interface in org.apache.poi.ss.usermodel">Row</a>&gt;, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a></dd>
+<dd>java.lang.Iterable&lt;<a href="../../../../../org/apache/poi/ss/usermodel/Row.html" title="interface in org.apache.poi.ss.usermodel">Row</a>&gt;, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a></dd>
 </dl>
 <hr>
 <br>
 <pre>public class <span class="strong">SXSSFSheet</span>
 extends java.lang.Object
-implements <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a>, java.lang.Cloneable</pre>
+implements <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a></pre>
 <div class="block">Streaming version of XSSFSheet implementing the "BigGridDemo" strategy.</div>
 </li>
 </ul>
@@ -446,7 +446,7 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/util/PaneInformation.html" title="class in org.apache.poi.hssf.util">PaneInformation</a></code></td>
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/util/PaneInformation.html" title="class in org.apache.poi.ss.util">PaneInformation</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFSheet.html#getPaneInformation()">getPaneInformation</a></strong>()</code>
 <div class="block">Returns the information regarding the currently configured pane (split or freeze)</div>
 </td>
@@ -2233,7 +2233,7 @@ public&nbsp;void&nbsp;shiftRows(int&nbsp
 <ul class="blockList">
 <li class="blockList">
 <h4>getPaneInformation</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/poi/hssf/util/PaneInformation.html" title="class in org.apache.poi.hssf.util">PaneInformation</a>&nbsp;getPaneInformation()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/ss/util/PaneInformation.html" title="class in org.apache.poi.ss.util">PaneInformation</a>&nbsp;getPaneInformation()</pre>
 <div class="block">Returns the information regarding the currently configured pane (split or freeze)</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/streaming/package-tree.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/streaming/package-tree.html?rev=1751105&r1=1751104&r2=1751105&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/streaming/package-tree.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/streaming/package-tree.html Sat Jul  2 23:03:03 2016
@@ -92,7 +92,7 @@
 <li type="circle">org.apache.poi.xssf.streaming.<a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html" title="class in org.apache.poi.xssf.streaming"><span class="strong">SXSSFRow</span></a> (implements java.lang.Comparable&lt;T&gt;, org.apache.poi.ss.usermodel.<a href="../../../../../org/apache/poi/ss/usermodel/Row.html" title="interface in org.apache.poi.ss.usermodel">Row</a>)</li>
 <li type="circle">org.apache.poi.xssf.streaming.<a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.CellIterator.html" title="class in org.apache.poi.xssf.streaming"><span class="strong">SXSSFRow.CellIterator</span></a> (implements java.util.Iterator&lt;E&gt;)</li>
 <li type="circle">org.apache.poi.xssf.streaming.<a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.FilledCellIterator.html" title="class in org.apache.poi.xssf.streaming"><span class="strong">SXSSFRow.FilledCellIterator</span></a> (implements java.util.Iterator&lt;E&gt;)</li>
-<li type="circle">org.apache.poi.xssf.streaming.<a href="../../../../../org/apache/poi/xssf/streaming/SXSSFSheet.html" title="class in org.apache.poi.xssf.streaming"><span class="strong">SXSSFSheet</span></a> (implements java.lang.Cloneable, org.apache.poi.ss.usermodel.<a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a>)</li>
+<li type="circle">org.apache.poi.xssf.streaming.<a href="../../../../../org/apache/poi/xssf/streaming/SXSSFSheet.html" title="class in org.apache.poi.xssf.streaming"><span class="strong">SXSSFSheet</span></a> (implements org.apache.poi.ss.usermodel.<a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a>)</li>
 <li type="circle">org.apache.poi.xssf.streaming.<a href="../../../../../org/apache/poi/xssf/streaming/SXSSFWorkbook.html" title="class in org.apache.poi.xssf.streaming"><span class="strong">SXSSFWorkbook</span></a> (implements org.apache.poi.ss.usermodel.<a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a>)</li>
 <li type="circle">java.lang.Throwable (implements java.io.Serializable)
 <ul>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFGraphicFrame.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFGraphicFrame.html?rev=1751105&r1=1751104&r2=1751105&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFGraphicFrame.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFGraphicFrame.html Sat Jul  2 23:03:03 2016
@@ -121,7 +121,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Fields inherited from class&nbsp;org.apache.poi.xssf.usermodel.<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html" title="class in org.apache.poi.xssf.usermodel">XSSFShape</a></h3>
-<code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#EMU_PER_PIXEL">EMU_PER_PIXEL</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#EMU_PER_POINT">EMU_PER_POINT</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#parent">parent</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#PIXEL_DPI">PIXEL_DPI</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#POINT_DPI">POINT_DPI</a></code></li>
+<code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#drawing">drawing</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#EMU_PER_PIXEL">EMU_PER_PIXEL</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#EMU_PER_POINT">EMU_PER_POINT</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#parent">parent</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#PIXEL_DPI">PIXEL_DPI</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#POINT_DPI">POINT_DPI</a></code></li>
 </ul>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSheet.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSheet.html?rev=1751105&r1=1751104&r2=1751105&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSheet.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSheet.html Sat Jul  2 23:03:03 2016
@@ -654,7 +654,7 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/util/PaneInformation.html" title="class in org.apache.poi.hssf.util">PaneInformation</a></code></td>
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/util/PaneInformation.html" title="class in org.apache.poi.ss.util">PaneInformation</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#getPaneInformation()">getPaneInformation</a></strong>()</code>
 <div class="block">Returns the information regarding the currently configured pane (split or freeze).</div>
 </td>
@@ -2412,7 +2412,7 @@ public&nbsp;org.openxmlformats.schemas.s
 <ul class="blockList">
 <li class="blockList">
 <h4>getPaneInformation</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/poi/hssf/util/PaneInformation.html" title="class in org.apache.poi.hssf.util">PaneInformation</a>&nbsp;getPaneInformation()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/ss/util/PaneInformation.html" title="class in org.apache.poi.ss.util">PaneInformation</a>&nbsp;getPaneInformation()</pre>
 <div class="block">Returns the information regarding the currently configured pane (split or freeze).</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>

Modified: poi/site/publish/apidocs/overview-tree.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/overview-tree.html?rev=1751105&r1=1751104&r2=1751105&view=diff
==============================================================================
--- poi/site/publish/apidocs/overview-tree.html (original)
+++ poi/site/publish/apidocs/overview-tree.html Sat Jul  2 23:03:03 2016
@@ -824,7 +824,7 @@
 <li type="circle">org.apache.poi.hwpf.usermodel.<a href="org/apache/poi/hwpf/usermodel/FieldsImpl.html" title="class in org.apache.poi.hwpf.usermodel"><span class="strong">FieldsImpl</span></a> (implements org.apache.poi.hwpf.usermodel.<a href="org/apache/poi/hwpf/usermodel/Fields.html" title="interface in org.apache.poi.hwpf.usermodel">Fields</a>)</li>
 <li type="circle">org.apache.poi.hwpf.model.<a href="org/apache/poi/hwpf/model/FieldsTables.html" title="class in org.apache.poi.hwpf.model"><span class="strong">FieldsTables</span></a></li>
 <li type="circle">org.apache.poi.openxml4j.opc.internal.<a href="org/apache/poi/openxml4j/opc/internal/FileHelper.html" title="class in org.apache.poi.openxml4j.opc.internal"><span class="strong">FileHelper</span></a></li>
-<li type="circle">org.apache.poi.hwpf.model.<a href="org/apache/poi/hwpf/model/FileInformationBlock.html" title="class in org.apache.poi.hwpf.model"><span class="strong">FileInformationBlock</span></a> (implements java.lang.Cloneable)</li>
+<li type="circle">org.apache.poi.hwpf.model.<a href="org/apache/poi/hwpf/model/FileInformationBlock.html" title="class in org.apache.poi.hwpf.model"><span class="strong">FileInformationBlock</span></a></li>
 <li type="circle">org.apache.poi.hssf.record.<a href="org/apache/poi/hssf/record/FilePassRecord.Rc4KeyData.html" title="class in org.apache.poi.hssf.record"><span class="strong">FilePassRecord.Rc4KeyData</span></a> (implements java.lang.Cloneable)</li>
 <li type="circle">org.apache.poi.hssf.record.<a href="org/apache/poi/hssf/record/FilePassRecord.XorKeyData.html" title="class in org.apache.poi.hssf.record"><span class="strong">FilePassRecord.XorKeyData</span></a> (implements java.lang.Cloneable)</li>
 <li type="circle">org.apache.poi.poifs.filesystem.<a href="org/apache/poi/poifs/filesystem/FilteringDirectoryNode.html" title="class in org.apache.poi.poifs.filesystem"><span class="strong">FilteringDirectoryNode</span></a> (implements org.apache.poi.poifs.filesystem.<a href="org/apache/poi/poifs/filesystem/DirectoryEntry.html" title="interface in org.apache.poi.poifs.filesystem">DirectoryEntry</a>)</li>
@@ -1531,7 +1531,11 @@
 <li type="circle">org.apache.poi.openxml4j.opc.<a href="org/apache/poi/openxml4j/opc/PackageRelationshipCollection.html" title="class in org.apache.poi.openxml4j.opc"><span class="strong">PackageRelationshipCollection</span></a> (implements java.lang.Iterable&lt;T&gt;)</li>
 <li type="circle">org.apache.poi.openxml4j.opc.<a href="org/apache/poi/openxml4j/opc/PackagingURIHelper.html" title="class in org.apache.poi.openxml4j.opc"><span class="strong">PackagingURIHelper</span></a></li>
 <li type="circle">org.apache.poi.hssf.record.<a href="org/apache/poi/hssf/record/PageBreakRecord.Break.html" title="class in org.apache.poi.hssf.record"><span class="strong">PageBreakRecord.Break</span></a></li>
+<li type="circle">org.apache.poi.ss.util.<a href="org/apache/poi/ss/util/PaneInformation.html" title="class in org.apache.poi.ss.util"><span class="strong">PaneInformation</span></a>
+<ul>
 <li type="circle">org.apache.poi.hssf.util.<a href="org/apache/poi/hssf/util/PaneInformation.html" title="class in org.apache.poi.hssf.util"><span class="strong">PaneInformation</span></a></li>
+</ul>
+</li>
 <li type="circle">org.apache.poi.hwpf.model.types.<a href="org/apache/poi/hwpf/model/types/PAPAbstractType.html" title="class in org.apache.poi.hwpf.model.types"><span class="strong">PAPAbstractType</span></a>
 <ul>
 <li type="circle">org.apache.poi.hwpf.usermodel.<a href="org/apache/poi/hwpf/usermodel/ParagraphProperties.html" title="class in org.apache.poi.hwpf.usermodel"><span class="strong">ParagraphProperties</span></a> (implements java.lang.Cloneable)</li>
@@ -2474,7 +2478,7 @@
 <li type="circle">org.apache.poi.xssf.streaming.<a href="org/apache/poi/xssf/streaming/SXSSFRow.html" title="class in org.apache.poi.xssf.streaming"><span class="strong">SXSSFRow</span></a> (implements java.lang.Comparable&lt;T&gt;, org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/Row.html" title="interface in org.apache.poi.ss.usermodel">Row</a>)</li>
 <li type="circle">org.apache.poi.xssf.streaming.<a href="org/apache/poi/xssf/streaming/SXSSFRow.CellIterator.html" title="class in org.apache.poi.xssf.streaming"><span class="strong">SXSSFRow.CellIterator</span></a> (implements java.util.Iterator&lt;E&gt;)</li>
 <li type="circle">org.apache.poi.xssf.streaming.<a href="org/apache/poi/xssf/streaming/SXSSFRow.FilledCellIterator.html" title="class in org.apache.poi.xssf.streaming"><span class="strong">SXSSFRow.FilledCellIterator</span></a> (implements java.util.Iterator&lt;E&gt;)</li>
-<li type="circle">org.apache.poi.xssf.streaming.<a href="org/apache/poi/xssf/streaming/SXSSFSheet.html" title="class in org.apache.poi.xssf.streaming"><span class="strong">SXSSFSheet</span></a> (implements java.lang.Cloneable, org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a>)</li>
+<li type="circle">org.apache.poi.xssf.streaming.<a href="org/apache/poi/xssf/streaming/SXSSFSheet.html" title="class in org.apache.poi.xssf.streaming"><span class="strong">SXSSFSheet</span></a> (implements org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a>)</li>
 <li type="circle">org.apache.poi.xssf.streaming.<a href="org/apache/poi/xssf/streaming/SXSSFWorkbook.html" title="class in org.apache.poi.xssf.streaming"><span class="strong">SXSSFWorkbook</span></a> (implements org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a>)</li>
 <li type="circle">org.apache.poi.hslf.util.<a href="org/apache/poi/hslf/util/SystemTimeUtils.html" title="class in org.apache.poi.hslf.util"><span class="strong">SystemTimeUtils</span></a></li>
 <li type="circle">org.apache.poi.hwpf.usermodel.<a href="org/apache/poi/hwpf/usermodel/TableIterator.html" title="class in org.apache.poi.hwpf.usermodel"><span class="strong">TableIterator</span></a></li>

Modified: poi/site/publish/changes.html
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1751105&r1=1751104&r2=1751105&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Sat Jul  2 23:03:03 2016
@@ -265,6 +265,9 @@ if (VERSION > 3) {
 <ul>
         
 <li>
+<img class="icon" alt="add" src="images/add.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59781">59781</a> - Common SS: Move PaneInformation from HSSF to SS package</li>
+        
+<li>
 <img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59766">59766</a> - When setting SAX features, handle Error too (eg from Google AppEngine)</li>
     
 </ul>

Modified: poi/site/publish/changes.rss
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1751105&r1=1751104&r2=1751105&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Sat Jul  2 23:03:03 2016
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
 <rss version="0.91"><channel><title>Apache POI Changes</title><link>http://poi.apache.org/changes.html</link><description>Apache POI Changes</description><language>en-us</language>
+<item><title> add(bug 59781)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59781) - Common SS: Move PaneInformation from HSSF to SS package</description></item>
 <item><title> fix(bug 59766)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59766) - When setting SAX features, handle Error too (eg from Google AppEngine)</description></item>
 </channel></rss>
\ No newline at end of file



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