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 2014/02/15 13:17:14 UTC

svn commit: r1568629 [2/3] - in /poi/site/publish/apidocs: ./ org/apache/poi/ org/apache/poi/extractor/ org/apache/poi/hdgf/chunks/ org/apache/poi/hpsf/ org/apache/poi/hslf/dev/ org/apache/poi/hslf/model/ org/apache/poi/hslf/model/class-use/ org/apache...

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/model/TextPainter.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/model/TextPainter.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/model/TextPainter.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/model/TextPainter.html Sat Feb 15 12:17:12 2014
@@ -35,7 +35,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/poi/hslf/model/TextBox.html" title="class in org.apache.poi.hslf.model"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../../org/apache/poi/hslf/model/TextPainter.TextElement.html" title="class in org.apache.poi.hslf.model"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/hslf/model/TextPainter.Key.html" title="class in org.apache.poi.hslf.model"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/poi/hslf/model/TextPainter.html" target="_top">Frames</a></li>
@@ -119,6 +119,10 @@ extends java.lang.Object</pre>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/model/TextPainter.Key.html" title="class in org.apache.poi.hslf.model">TextPainter.Key</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/model/TextPainter.TextElement.html" title="class in org.apache.poi.hslf.model">TextPainter.TextElement</a></strong></code>&nbsp;</td>
 </tr>
 </table>
@@ -148,6 +152,14 @@ extends java.lang.Object</pre>
 </td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../org/apache/poi/hslf/model/TextPainter.Key.html" title="class in org.apache.poi.hslf.model">TextPainter.Key</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/model/TextPainter.html#KEY_FONTFALLBACK">KEY_FONTFALLBACK</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../org/apache/poi/hslf/model/TextPainter.Key.html" title="class in org.apache.poi.hslf.model">TextPainter.Key</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/model/TextPainter.html#KEY_FONTMAP">KEY_FONTMAP</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code>protected <a href="../../../../../org/apache/poi/util/POILogger.html" title="class in org.apache.poi.util">POILogger</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/model/TextPainter.html#logger">logger</a></strong></code>&nbsp;</td>
 </tr>
@@ -185,15 +197,26 @@ extends java.lang.Object</pre>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>java.text.AttributedString</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/model/TextPainter.html#getAttributedString(org.apache.poi.hslf.model.TextRun)">getAttributedString</a></strong>(<a href="../../../../../org/apache/poi/hslf/model/TextRun.html" title="class in org.apache.poi.hslf.model">TextRun</a>&nbsp;txrun)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/model/TextPainter.html#getAttributedString(org.apache.poi.hslf.model.TextRun)">getAttributedString</a></strong>(<a href="../../../../../org/apache/poi/hslf/model/TextRun.html" title="class in org.apache.poi.hslf.model">TextRun</a>&nbsp;txrun)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.text.AttributedString</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/model/TextPainter.html#getAttributedString(org.apache.poi.hslf.model.TextRun, java.awt.Graphics2D)">getAttributedString</a></strong>(<a href="../../../../../org/apache/poi/hslf/model/TextRun.html" title="class in org.apache.poi.hslf.model">TextRun</a>&nbsp;txrun,
+                   java.awt.Graphics2D&nbsp;graphics)</code>
 <div class="block">Convert the underlying set of rich text runs into java.text.AttributedString</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hslf/model/TextPainter.TextElement.html" title="class in org.apache.poi.hslf.model">TextPainter.TextElement</a>[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/model/TextPainter.html#getTextElements(float, java.awt.font.FontRenderContext)">getTextElements</a></strong>(float&nbsp;textWidth,
                java.awt.font.FontRenderContext&nbsp;frc)</code>&nbsp;</td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/hslf/model/TextPainter.TextElement.html" title="class in org.apache.poi.hslf.model">TextPainter.TextElement</a>[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/model/TextPainter.html#getTextElements(float, java.awt.font.FontRenderContext, java.awt.Graphics2D)">getTextElements</a></strong>(float&nbsp;textWidth,
+               java.awt.font.FontRenderContext&nbsp;frc,
+               java.awt.Graphics2D&nbsp;graphics)</code>&nbsp;</td>
+</tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/model/TextPainter.html#paint(java.awt.Graphics2D)">paint</a></strong>(java.awt.Graphics2D&nbsp;graphics)</code>&nbsp;</td>
@@ -220,6 +243,24 @@ extends java.lang.Object</pre>
 <!--   -->
 </a>
 <h3>Field Detail</h3>
+<a name="KEY_FONTFALLBACK">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>KEY_FONTFALLBACK</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/hslf/model/TextPainter.Key.html" title="class in org.apache.poi.hslf.model">TextPainter.Key</a> KEY_FONTFALLBACK</pre>
+</li>
+</ul>
+<a name="KEY_FONTMAP">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>KEY_FONTMAP</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/hslf/model/TextPainter.Key.html" title="class in org.apache.poi.hslf.model">TextPainter.Key</a> KEY_FONTMAP</pre>
+</li>
+</ul>
 <a name="logger">
 <!--   -->
 </a>
@@ -283,6 +324,16 @@ extends java.lang.Object</pre>
 <li class="blockList">
 <h4>getAttributedString</h4>
 <pre>public&nbsp;java.text.AttributedString&nbsp;getAttributedString(<a href="../../../../../org/apache/poi/hslf/model/TextRun.html" title="class in org.apache.poi.hslf.model">TextRun</a>&nbsp;txrun)</pre>
+</li>
+</ul>
+<a name="getAttributedString(org.apache.poi.hslf.model.TextRun, java.awt.Graphics2D)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAttributedString</h4>
+<pre>public&nbsp;java.text.AttributedString&nbsp;getAttributedString(<a href="../../../../../org/apache/poi/hslf/model/TextRun.html" title="class in org.apache.poi.hslf.model">TextRun</a>&nbsp;txrun,
+                                             java.awt.Graphics2D&nbsp;graphics)</pre>
 <div class="block">Convert the underlying set of rich text runs into java.text.AttributedString</div>
 </li>
 </ul>
@@ -298,13 +349,24 @@ extends java.lang.Object</pre>
 <a name="getTextElements(float, java.awt.font.FontRenderContext)">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>getTextElements</h4>
 <pre>public&nbsp;<a href="../../../../../org/apache/poi/hslf/model/TextPainter.TextElement.html" title="class in org.apache.poi.hslf.model">TextPainter.TextElement</a>[]&nbsp;getTextElements(float&nbsp;textWidth,
                                         java.awt.font.FontRenderContext&nbsp;frc)</pre>
 </li>
 </ul>
+<a name="getTextElements(float, java.awt.font.FontRenderContext, java.awt.Graphics2D)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getTextElements</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/hslf/model/TextPainter.TextElement.html" title="class in org.apache.poi.hslf.model">TextPainter.TextElement</a>[]&nbsp;getTextElements(float&nbsp;textWidth,
+                                        java.awt.font.FontRenderContext&nbsp;frc,
+                                        java.awt.Graphics2D&nbsp;graphics)</pre>
+</li>
+</ul>
 </li>
 </ul>
 </li>
@@ -332,7 +394,7 @@ extends java.lang.Object</pre>
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/poi/hslf/model/TextBox.html" title="class in org.apache.poi.hslf.model"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../../org/apache/poi/hslf/model/TextPainter.TextElement.html" title="class in org.apache.poi.hslf.model"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/hslf/model/TextPainter.Key.html" title="class in org.apache.poi.hslf.model"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/poi/hslf/model/TextPainter.html" target="_top">Frames</a></li>

Added: poi/site/publish/apidocs/org/apache/poi/hslf/model/class-use/TextPainter.Key.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/model/class-use/TextPainter.Key.html?rev=1568629&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/model/class-use/TextPainter.Key.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/model/class-use/TextPainter.Key.html Sat Feb 15 12:17:12 2014
@@ -0,0 +1,161 @@
+<!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.hslf.model.TextPainter.Key (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.hslf.model.TextPainter.Key (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/hslf/model/TextPainter.Key.html" title="class in org.apache.poi.hslf.model">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/hslf/model/class-use/TextPainter.Key.html" target="_top">Frames</a></li>
+<li><a href="TextPainter.Key.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.hslf.model.TextPainter.Key" class="title">Uses of Class<br>org.apache.poi.hslf.model.TextPainter.Key</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/hslf/model/TextPainter.Key.html" title="class in org.apache.poi.hslf.model">TextPainter.Key</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.hslf.model">org.apache.poi.hslf.model</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.hslf.model">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../org/apache/poi/hslf/model/TextPainter.Key.html" title="class in org.apache.poi.hslf.model">TextPainter.Key</a> in <a href="../../../../../../org/apache/poi/hslf/model/package-summary.html">org.apache.poi.hslf.model</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
+<caption><span>Fields in <a href="../../../../../../org/apache/poi/hslf/model/package-summary.html">org.apache.poi.hslf.model</a> declared as <a href="../../../../../../org/apache/poi/hslf/model/TextPainter.Key.html" title="class in org.apache.poi.hslf.model">TextPainter.Key</a></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>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/hslf/model/TextPainter.Key.html" title="class in org.apache.poi.hslf.model">TextPainter.Key</a></code></td>
+<td class="colLast"><span class="strong">TextPainter.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/model/TextPainter.html#KEY_FONTFALLBACK">KEY_FONTFALLBACK</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/hslf/model/TextPainter.Key.html" title="class in org.apache.poi.hslf.model">TextPainter.Key</a></code></td>
+<td class="colLast"><span class="strong">TextPainter.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/model/TextPainter.html#KEY_FONTMAP">KEY_FONTMAP</a></strong></code>&nbsp;</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/hslf/model/TextPainter.Key.html" title="class in org.apache.poi.hslf.model">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/hslf/model/class-use/TextPainter.Key.html" target="_top">Frames</a></li>
+<li><a href="TextPainter.Key.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 2014 The Apache Software Foundation or
+        its licensors, as applicable.</i>
+            </small></p>
+</body>
+</html>

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/model/class-use/TextPainter.TextElement.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/model/class-use/TextPainter.TextElement.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/model/class-use/TextPainter.TextElement.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/model/class-use/TextPainter.TextElement.html Sat Feb 15 12:17:12 2014
@@ -98,6 +98,12 @@
 <td class="colLast"><span class="strong">TextPainter.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/model/TextPainter.html#getTextElements(float, java.awt.font.FontRenderContext)">getTextElements</a></strong>(float&nbsp;textWidth,
                java.awt.font.FontRenderContext&nbsp;frc)</code>&nbsp;</td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/hslf/model/TextPainter.TextElement.html" title="class in org.apache.poi.hslf.model">TextPainter.TextElement</a>[]</code></td>
+<td class="colLast"><span class="strong">TextPainter.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/model/TextPainter.html#getTextElements(float, java.awt.font.FontRenderContext, java.awt.Graphics2D)">getTextElements</a></strong>(float&nbsp;textWidth,
+               java.awt.font.FontRenderContext&nbsp;frc,
+               java.awt.Graphics2D&nbsp;graphics)</code>&nbsp;</td>
+</tr>
 </tbody>
 </table>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/model/class-use/TextRun.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/model/class-use/TextRun.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/model/class-use/TextRun.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/model/class-use/TextRun.html Sat Feb 15 12:17:12 2014
@@ -173,19 +173,24 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>java.text.AttributedString</code></td>
-<td class="colLast"><span class="strong">TextPainter.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/model/TextPainter.html#getAttributedString(org.apache.poi.hslf.model.TextRun)">getAttributedString</a></strong>(<a href="../../../../../../org/apache/poi/hslf/model/TextRun.html" title="class in org.apache.poi.hslf.model">TextRun</a>&nbsp;txrun)</code>
+<td class="colLast"><span class="strong">TextPainter.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/model/TextPainter.html#getAttributedString(org.apache.poi.hslf.model.TextRun)">getAttributedString</a></strong>(<a href="../../../../../../org/apache/poi/hslf/model/TextRun.html" title="class in org.apache.poi.hslf.model">TextRun</a>&nbsp;txrun)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.text.AttributedString</code></td>
+<td class="colLast"><span class="strong">TextPainter.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/model/TextPainter.html#getAttributedString(org.apache.poi.hslf.model.TextRun, java.awt.Graphics2D)">getAttributedString</a></strong>(<a href="../../../../../../org/apache/poi/hslf/model/TextRun.html" title="class in org.apache.poi.hslf.model">TextRun</a>&nbsp;txrun,
+                   java.awt.Graphics2D&nbsp;graphics)</code>
 <div class="block">Convert the underlying set of rich text runs into java.text.AttributedString</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><span class="strong">AutoShape.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/model/AutoShape.html#setDefaultTextProperties(org.apache.poi.hslf.model.TextRun)">setDefaultTextProperties</a></strong>(<a href="../../../../../../org/apache/poi/hslf/model/TextRun.html" title="class in org.apache.poi.hslf.model">TextRun</a>&nbsp;_txtrun)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><span class="strong">TextBox.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/model/TextBox.html#setDefaultTextProperties(org.apache.poi.hslf.model.TextRun)">setDefaultTextProperties</a></strong>(<a href="../../../../../../org/apache/poi/hslf/model/TextRun.html" title="class in org.apache.poi.hslf.model">TextRun</a>&nbsp;_txtrun)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><span class="strong">TextShape.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/model/TextShape.html#setDefaultTextProperties(org.apache.poi.hslf.model.TextRun)">setDefaultTextProperties</a></strong>(<a href="../../../../../../org/apache/poi/hslf/model/TextRun.html" title="class in org.apache.poi.hslf.model">TextRun</a>&nbsp;_txtrun)</code>
 <div class="block">Set default properties for the  TextRun.</div>

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/model/package-frame.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/model/package-frame.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/model/package-frame.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/model/package-frame.html Sat Feb 15 12:17:12 2014
@@ -46,6 +46,7 @@
 <li><a href="TableCell.html" title="class in org.apache.poi.hslf.model" target="classFrame">TableCell</a></li>
 <li><a href="TextBox.html" title="class in org.apache.poi.hslf.model" target="classFrame">TextBox</a></li>
 <li><a href="TextPainter.html" title="class in org.apache.poi.hslf.model" target="classFrame">TextPainter</a></li>
+<li><a href="TextPainter.Key.html" title="class in org.apache.poi.hslf.model" target="classFrame">TextPainter.Key</a></li>
 <li><a href="TextPainter.TextElement.html" title="class in org.apache.poi.hslf.model" target="classFrame">TextPainter.TextElement</a></li>
 <li><a href="TextRun.html" title="class in org.apache.poi.hslf.model" target="classFrame">TextRun</a></li>
 <li><a href="TextShape.html" title="class in org.apache.poi.hslf.model" target="classFrame">TextShape</a></li>

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/model/package-summary.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/model/package-summary.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/model/package-summary.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/model/package-summary.html Sat Feb 15 12:17:12 2014
@@ -283,22 +283,26 @@
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a href="../../../../../org/apache/poi/hslf/model/TextPainter.TextElement.html" title="class in org.apache.poi.hslf.model">TextPainter.TextElement</a></td>
+<td class="colFirst"><a href="../../../../../org/apache/poi/hslf/model/TextPainter.Key.html" title="class in org.apache.poi.hslf.model">TextPainter.Key</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><a href="../../../../../org/apache/poi/hslf/model/TextPainter.TextElement.html" title="class in org.apache.poi.hslf.model">TextPainter.TextElement</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/hslf/model/TextRun.html" title="class in org.apache.poi.hslf.model">TextRun</a></td>
 <td class="colLast">
 <div class="block">This class represents a run of text in a powerpoint document.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/hslf/model/TextShape.html" title="class in org.apache.poi.hslf.model">TextShape</a></td>
 <td class="colLast">
 <div class="block">A common superclass of all shapes that can hold text.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/hslf/model/TitleMaster.html" title="class in org.apache.poi.hslf.model">TitleMaster</a></td>
 <td class="colLast">
 <div class="block">Title masters define the design template for slides with a Title Slide layout.</div>

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/model/package-tree.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/model/package-tree.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/model/package-tree.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/model/package-tree.html Sat Feb 15 12:17:12 2014
@@ -87,6 +87,11 @@
 <li type="circle">org.apache.poi.hslf.model.<a href="../../../../../org/apache/poi/hslf/model/HeadersFooters.html" title="class in org.apache.poi.hslf.model"><span class="strong">HeadersFooters</span></a></li>
 <li type="circle">org.apache.poi.hslf.model.<a href="../../../../../org/apache/poi/hslf/model/Hyperlink.html" title="class in org.apache.poi.hslf.model"><span class="strong">Hyperlink</span></a></li>
 <li type="circle">org.apache.poi.hslf.model.<a href="../../../../../org/apache/poi/hslf/model/PPFont.html" title="class in org.apache.poi.hslf.model"><span class="strong">PPFont</span></a></li>
+<li type="circle">java.awt.RenderingHints.Key
+<ul>
+<li type="circle">org.apache.poi.hslf.model.<a href="../../../../../org/apache/poi/hslf/model/TextPainter.Key.html" title="class in org.apache.poi.hslf.model"><span class="strong">TextPainter.Key</span></a></li>
+</ul>
+</li>
 <li type="circle">org.apache.poi.hslf.model.<a href="../../../../../org/apache/poi/hslf/model/Shape.html" title="class in org.apache.poi.hslf.model"><span class="strong">Shape</span></a>
 <ul>
 <li type="circle">org.apache.poi.hslf.model.<a href="../../../../../org/apache/poi/hslf/model/Background.html" title="class in org.apache.poi.hslf.model"><span class="strong">Background</span></a></li>

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/model/package-use.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/model/package-use.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/model/package-use.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/model/package-use.html Sat Feb 15 12:17:12 2014
@@ -231,14 +231,17 @@
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><a href="../../../../../org/apache/poi/hslf/model/class-use/TextPainter.TextElement.html#org.apache.poi.hslf.model">TextPainter.TextElement</a>&nbsp;</td>
+<td class="colOne"><a href="../../../../../org/apache/poi/hslf/model/class-use/TextPainter.Key.html#org.apache.poi.hslf.model">TextPainter.Key</a>&nbsp;</td>
 </tr>
 <tr class="altColor">
+<td class="colOne"><a href="../../../../../org/apache/poi/hslf/model/class-use/TextPainter.TextElement.html#org.apache.poi.hslf.model">TextPainter.TextElement</a>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/hslf/model/class-use/TextRun.html#org.apache.poi.hslf.model">TextRun</a>
 <div class="block">This class represents a run of text in a powerpoint document.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/hslf/model/class-use/TextShape.html#org.apache.poi.hslf.model">TextShape</a>
 <div class="block">A common superclass of all shapes that can hold text.</div>
 </td>

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/model/textproperties/CharFlagsTextProp.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/model/textproperties/CharFlagsTextProp.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/model/textproperties/CharFlagsTextProp.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/model/textproperties/CharFlagsTextProp.html Sat Feb 15 12:17:12 2014
@@ -334,7 +334,8 @@ extends <a href="../../../../../../org/a
 <ul class="blockListLast">
 <li class="blockList">
 <h4>NAME</h4>
-<pre>public static&nbsp;java.lang.String NAME</pre>
+<pre>public static final&nbsp;java.lang.String NAME</pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.poi.hslf.model.textproperties.CharFlagsTextProp.NAME">Constant Field Values</a></dd></dl>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/model/textproperties/ParagraphFlagsTextProp.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/model/textproperties/ParagraphFlagsTextProp.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/model/textproperties/ParagraphFlagsTextProp.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/model/textproperties/ParagraphFlagsTextProp.html Sat Feb 15 12:17:12 2014
@@ -265,7 +265,8 @@ extends <a href="../../../../../../org/a
 <ul class="blockListLast">
 <li class="blockList">
 <h4>NAME</h4>
-<pre>public static&nbsp;java.lang.String NAME</pre>
+<pre>public static final&nbsp;java.lang.String NAME</pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.poi.hslf.model.textproperties.ParagraphFlagsTextProp.NAME">Constant Field Values</a></dd></dl>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/record/Record.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/record/Record.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/record/Record.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/record/Record.html Sat Feb 15 12:17:12 2014
@@ -264,7 +264,7 @@ extends java.lang.Object</pre>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>logger</h4>
-<pre>protected static&nbsp;<a href="../../../../../org/apache/poi/util/POILogger.html" title="class in org.apache.poi.util">POILogger</a> logger</pre>
+<pre>protected static final&nbsp;<a href="../../../../../org/apache/poi/util/POILogger.html" title="class in org.apache.poi.util">POILogger</a> logger</pre>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/record/RecordTypes.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/record/RecordTypes.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/record/RecordTypes.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/record/RecordTypes.html Sat Feb 15 12:17:12 2014
@@ -894,7 +894,7 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>typeToName</h4>
-<pre>public static&nbsp;java.util.HashMap&lt;java.lang.Integer,java.lang.String&gt; typeToName</pre>
+<pre>public static final&nbsp;java.util.HashMap&lt;java.lang.Integer,java.lang.String&gt; typeToName</pre>
 </li>
 </ul>
 <a name="typeToClass">
@@ -903,7 +903,7 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>typeToClass</h4>
-<pre>public static&nbsp;java.util.HashMap&lt;java.lang.Integer,java.lang.Class&lt;? extends <a href="../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</a>&gt;&gt; typeToClass</pre>
+<pre>public static final&nbsp;java.util.HashMap&lt;java.lang.Integer,java.lang.Class&lt;? extends <a href="../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</a>&gt;&gt; typeToClass</pre>
 </li>
 </ul>
 <a name="Unknown">

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/record/SSSlideInfoAtom.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/record/SSSlideInfoAtom.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/record/SSSlideInfoAtom.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/record/SSSlideInfoAtom.html Sat Feb 15 12:17:12 2014
@@ -364,9 +364,10 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>MANUAL_ADVANCE_BIT</h4>
-<pre>public static&nbsp;int MANUAL_ADVANCE_BIT</pre>
+<pre>public static final&nbsp;int MANUAL_ADVANCE_BIT</pre>
 <div class="block">A bit that specifies whether the presentation slide can be
  manually advanced by the user during the slide show.</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.hslf.record.SSSlideInfoAtom.MANUAL_ADVANCE_BIT">Constant Field Values</a></dd></dl>
 </li>
 </ul>
 <a name="HIDDEN_BIT">
@@ -375,9 +376,10 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>HIDDEN_BIT</h4>
-<pre>public static&nbsp;int HIDDEN_BIT</pre>
+<pre>public static final&nbsp;int HIDDEN_BIT</pre>
 <div class="block">A bit that specifies whether the corresponding slide is 
  hidden and is not displayed during the slide show.</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.hslf.record.SSSlideInfoAtom.HIDDEN_BIT">Constant Field Values</a></dd></dl>
 </li>
 </ul>
 <a name="SOUND_BIT">
@@ -386,8 +388,9 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>SOUND_BIT</h4>
-<pre>public static&nbsp;int SOUND_BIT</pre>
+<pre>public static final&nbsp;int SOUND_BIT</pre>
 <div class="block">A bit that specifies whether to play the sound specified by soundIfRef.</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.hslf.record.SSSlideInfoAtom.SOUND_BIT">Constant Field Values</a></dd></dl>
 </li>
 </ul>
 <a name="LOOP_SOUND_BIT">
@@ -396,9 +399,10 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>LOOP_SOUND_BIT</h4>
-<pre>public static&nbsp;int LOOP_SOUND_BIT</pre>
+<pre>public static final&nbsp;int LOOP_SOUND_BIT</pre>
 <div class="block">A bit that specifies whether the sound specified by soundIdRef is
  looped continuously when playing until the next sound plays.</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.hslf.record.SSSlideInfoAtom.LOOP_SOUND_BIT">Constant Field Values</a></dd></dl>
 </li>
 </ul>
 <a name="STOP_SOUND_BIT">
@@ -407,9 +411,10 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>STOP_SOUND_BIT</h4>
-<pre>public static&nbsp;int STOP_SOUND_BIT</pre>
+<pre>public static final&nbsp;int STOP_SOUND_BIT</pre>
 <div class="block">A bit that specifies whether to stop any currently playing 
  sound when the transition starts.</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.hslf.record.SSSlideInfoAtom.STOP_SOUND_BIT">Constant Field Values</a></dd></dl>
 </li>
 </ul>
 <a name="AUTO_ADVANCE_BIT">
@@ -418,9 +423,10 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>AUTO_ADVANCE_BIT</h4>
-<pre>public static&nbsp;int AUTO_ADVANCE_BIT</pre>
+<pre>public static final&nbsp;int AUTO_ADVANCE_BIT</pre>
 <div class="block">A bit that specifies whether the slide will automatically
  advance after slideTime milliseconds during the slide show.</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.hslf.record.SSSlideInfoAtom.AUTO_ADVANCE_BIT">Constant Field Values</a></dd></dl>
 </li>
 </ul>
 <a name="CURSOR_VISIBLE_BIT">
@@ -429,9 +435,10 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>CURSOR_VISIBLE_BIT</h4>
-<pre>public static&nbsp;int CURSOR_VISIBLE_BIT</pre>
+<pre>public static final&nbsp;int CURSOR_VISIBLE_BIT</pre>
 <div class="block">A bit that specifies whether to display the cursor during
  the slide show.</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.hslf.record.SSSlideInfoAtom.CURSOR_VISIBLE_BIT">Constant Field Values</a></dd></dl>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/record/SlideAtom.SSlideLayoutAtom.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/record/SlideAtom.SSlideLayoutAtom.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/record/SlideAtom.SSlideLayoutAtom.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/record/SlideAtom.SSlideLayoutAtom.html Sat Feb 15 12:17:12 2014
@@ -98,7 +98,7 @@
 </dl>
 <hr>
 <br>
-<pre>public class <span class="strong">SlideAtom.SSlideLayoutAtom</span>
+<pre>public static class <span class="strong">SlideAtom.SSlideLayoutAtom</span>
 extends java.lang.Object</pre>
 <div class="block">Holds the geometry of the Slide, and the ID of the placeholders
   on the slide.

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/record/SlideAtom.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/record/SlideAtom.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/record/SlideAtom.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/record/SlideAtom.html Sat Feb 15 12:17:12 2014
@@ -130,7 +130,7 @@ extends <a href="../../../../../org/apac
 <th class="colLast" scope="col">Class and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colFirst"><code>static class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/record/SlideAtom.SSlideLayoutAtom.html" title="class in org.apache.poi.hslf.record">SlideAtom.SSlideLayoutAtom</a></strong></code>
 <div class="block">Holds the geometry of the Slide, and the ID of the placeholders
   on the slide.</div>

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/record/SlideListWithText.SlideAtomsSet.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/record/SlideListWithText.SlideAtomsSet.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/record/SlideListWithText.SlideAtomsSet.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/record/SlideListWithText.SlideAtomsSet.html Sat Feb 15 12:17:12 2014
@@ -98,7 +98,7 @@
 </dl>
 <hr>
 <br>
-<pre>public class <span class="strong">SlideListWithText.SlideAtomsSet</span>
+<pre>public static class <span class="strong">SlideListWithText.SlideAtomsSet</span>
 extends java.lang.Object</pre>
 <div class="block">Inner class to wrap up a matching set of records that hold the
   text for a given sheet. Contains the leading SlidePersistAtom,

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/record/SlideListWithText.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/record/SlideListWithText.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/record/SlideListWithText.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/record/SlideListWithText.html Sat Feb 15 12:17:12 2014
@@ -143,7 +143,7 @@ extends <a href="../../../../../org/apac
 <th class="colLast" scope="col">Class and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colFirst"><code>static class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/record/SlideListWithText.SlideAtomsSet.html" title="class in org.apache.poi.hslf.record">SlideListWithText.SlideAtomsSet</a></strong></code>
 <div class="block">Inner class to wrap up a matching set of records that hold the
   text for a given sheet.</div>

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/record/StyleTextPropAtom.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/record/StyleTextPropAtom.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/record/StyleTextPropAtom.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/record/StyleTextPropAtom.html Sat Feb 15 12:17:12 2014
@@ -317,7 +317,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>paragraphTextPropTypes</h4>
-<pre>public static&nbsp;<a href="../../../../../org/apache/poi/hslf/model/textproperties/TextProp.html" title="class in org.apache.poi.hslf.model.textproperties">TextProp</a>[] paragraphTextPropTypes</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/hslf/model/textproperties/TextProp.html" title="class in org.apache.poi.hslf.model.textproperties">TextProp</a>[] paragraphTextPropTypes</pre>
 <div class="block">All the different kinds of paragraph properties we might handle</div>
 </li>
 </ul>
@@ -327,7 +327,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>characterTextPropTypes</h4>
-<pre>public static&nbsp;<a href="../../../../../org/apache/poi/hslf/model/textproperties/TextProp.html" title="class in org.apache.poi.hslf.model.textproperties">TextProp</a>[] characterTextPropTypes</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/hslf/model/textproperties/TextProp.html" title="class in org.apache.poi.hslf.model.textproperties">TextProp</a>[] characterTextPropTypes</pre>
 <div class="block">All the different kinds of character properties we might handle</div>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/record/package-frame.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/record/package-frame.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/record/package-frame.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/record/package-frame.html Sat Feb 15 12:17:12 2014
@@ -72,7 +72,9 @@
 <li><a href="SheetContainer.html" title="class in org.apache.poi.hslf.record" target="classFrame">SheetContainer</a></li>
 <li><a href="Slide.html" title="class in org.apache.poi.hslf.record" target="classFrame">Slide</a></li>
 <li><a href="SlideAtom.html" title="class in org.apache.poi.hslf.record" target="classFrame">SlideAtom</a></li>
+<li><a href="SlideAtom.SSlideLayoutAtom.html" title="class in org.apache.poi.hslf.record" target="classFrame">SlideAtom.SSlideLayoutAtom</a></li>
 <li><a href="SlideListWithText.html" title="class in org.apache.poi.hslf.record" target="classFrame">SlideListWithText</a></li>
+<li><a href="SlideListWithText.SlideAtomsSet.html" title="class in org.apache.poi.hslf.record" target="classFrame">SlideListWithText.SlideAtomsSet</a></li>
 <li><a href="SlidePersistAtom.html" title="class in org.apache.poi.hslf.record" target="classFrame">SlidePersistAtom</a></li>
 <li><a href="Sound.html" title="class in org.apache.poi.hslf.record" target="classFrame">Sound</a></li>
 <li><a href="SoundCollection.html" title="class in org.apache.poi.hslf.record" target="classFrame">SoundCollection</a></li>

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/record/package-summary.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/record/package-summary.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/record/package-summary.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/record/package-summary.html Sat Feb 15 12:17:12 2014
@@ -458,12 +458,26 @@
 <div class="block">A Slide Atom (type 1007).</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../../org/apache/poi/hslf/record/SlideAtom.SSlideLayoutAtom.html" title="class in org.apache.poi.hslf.record">SlideAtom.SSlideLayoutAtom</a></td>
+<td class="colLast">
+<div class="block">Holds the geometry of the Slide, and the ID of the placeholders
+  on the slide.</div>
+</td>
+</tr>
 <tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/hslf/record/SlideListWithText.html" title="class in org.apache.poi.hslf.record">SlideListWithText</a></td>
 <td class="colLast">
 <div class="block">These are tricky beasts.</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../../org/apache/poi/hslf/record/SlideListWithText.SlideAtomsSet.html" title="class in org.apache.poi.hslf.record">SlideListWithText.SlideAtomsSet</a></td>
+<td class="colLast">
+<div class="block">Inner class to wrap up a matching set of records that hold the
+  text for a given sheet.</div>
+</td>
+</tr>
 <tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/hslf/record/SlidePersistAtom.html" title="class in org.apache.poi.hslf.record">SlidePersistAtom</a></td>
 <td class="colLast">

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/PictureData.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/PictureData.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/PictureData.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/PictureData.html Sat Feb 15 12:17:12 2014
@@ -334,7 +334,7 @@ extends java.lang.Object</pre>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>painters</h4>
-<pre>protected static&nbsp;<a href="../../../../../org/apache/poi/hslf/blip/ImagePainter.html" title="interface in org.apache.poi.hslf.blip">ImagePainter</a>[] painters</pre>
+<pre>protected static final&nbsp;<a href="../../../../../org/apache/poi/hslf/blip/ImagePainter.html" title="interface in org.apache.poi.hslf.blip">ImagePainter</a>[] painters</pre>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/FtCfSubRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/FtCfSubRecord.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/FtCfSubRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/FtCfSubRecord.html Sat Feb 15 12:17:12 2014
@@ -273,8 +273,9 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>METAFILE_BIT</h4>
-<pre>public static&nbsp;short METAFILE_BIT</pre>
+<pre>public static final&nbsp;short METAFILE_BIT</pre>
 <div class="block">Specifies the format of the picture is an enhanced metafile.</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.hssf.record.FtCfSubRecord.METAFILE_BIT">Constant Field Values</a></dd></dl>
 </li>
 </ul>
 <a name="BITMAP_BIT">
@@ -283,8 +284,9 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>BITMAP_BIT</h4>
-<pre>public static&nbsp;short BITMAP_BIT</pre>
+<pre>public static final&nbsp;short BITMAP_BIT</pre>
 <div class="block">Specifies the format of the picture is a bitmap.</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.hssf.record.FtCfSubRecord.BITMAP_BIT">Constant Field Values</a></dd></dl>
 </li>
 </ul>
 <a name="UNSPECIFIED_BIT">
@@ -293,9 +295,10 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>UNSPECIFIED_BIT</h4>
-<pre>public static&nbsp;short UNSPECIFIED_BIT</pre>
+<pre>public static final&nbsp;short UNSPECIFIED_BIT</pre>
 <div class="block">Specifies the picture is in an unspecified format that is
  neither and enhanced metafile nor a bitmap.</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.hssf.record.FtCfSubRecord.UNSPECIFIED_BIT">Constant Field Values</a></dd></dl>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/FtPioGrbitSubRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/FtPioGrbitSubRecord.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/FtPioGrbitSubRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/FtPioGrbitSubRecord.html Sat Feb 15 12:17:12 2014
@@ -324,9 +324,10 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>AUTO_PICT_BIT</h4>
-<pre>public static&nbsp;int AUTO_PICT_BIT</pre>
+<pre>public static final&nbsp;int AUTO_PICT_BIT</pre>
 <div class="block">A bit that specifies whether the picture's aspect ratio is preserved when rendered in 
  different views (Normal view, Page Break Preview view, Page Layout view and printing).</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.hssf.record.FtPioGrbitSubRecord.AUTO_PICT_BIT">Constant Field Values</a></dd></dl>
 </li>
 </ul>
 <a name="DDE_BIT">
@@ -335,9 +336,10 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>DDE_BIT</h4>
-<pre>public static&nbsp;int DDE_BIT</pre>
+<pre>public static final&nbsp;int DDE_BIT</pre>
 <div class="block">A bit that specifies whether the pictFmla field of the Obj record that contains 
  this FtPioGrbit specifies a DDE reference.</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.hssf.record.FtPioGrbitSubRecord.DDE_BIT">Constant Field Values</a></dd></dl>
 </li>
 </ul>
 <a name="PRINT_CALC_BIT">
@@ -346,9 +348,10 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>PRINT_CALC_BIT</h4>
-<pre>public static&nbsp;int PRINT_CALC_BIT</pre>
+<pre>public static final&nbsp;int PRINT_CALC_BIT</pre>
 <div class="block">A bit that specifies whether this object is expected to be updated on print to
  reflect the values in the cell associated with the object.</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.hssf.record.FtPioGrbitSubRecord.PRINT_CALC_BIT">Constant Field Values</a></dd></dl>
 </li>
 </ul>
 <a name="ICON_BIT">
@@ -357,8 +360,9 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>ICON_BIT</h4>
-<pre>public static&nbsp;int ICON_BIT</pre>
+<pre>public static final&nbsp;int ICON_BIT</pre>
 <div class="block">A bit that specifies whether the picture is displayed as an icon.</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.hssf.record.FtPioGrbitSubRecord.ICON_BIT">Constant Field Values</a></dd></dl>
 </li>
 </ul>
 <a name="CTL_BIT">
@@ -367,9 +371,10 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>CTL_BIT</h4>
-<pre>public static&nbsp;int CTL_BIT</pre>
+<pre>public static final&nbsp;int CTL_BIT</pre>
 <div class="block">A bit that specifies whether this object is an ActiveX control.
  It MUST NOT be the case that both fCtl and fDde are equal to 1.</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.hssf.record.FtPioGrbitSubRecord.CTL_BIT">Constant Field Values</a></dd></dl>
 </li>
 </ul>
 <a name="PRSTM_BIT">
@@ -378,9 +383,10 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>PRSTM_BIT</h4>
-<pre>public static&nbsp;int PRSTM_BIT</pre>
+<pre>public static final&nbsp;int PRSTM_BIT</pre>
 <div class="block">A bit that specifies whether the object data are stored in an
  embedding storage (= 0) or in the controls stream (ctls) (= 1).</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.hssf.record.FtPioGrbitSubRecord.PRSTM_BIT">Constant Field Values</a></dd></dl>
 </li>
 </ul>
 <a name="CAMERA_BIT">
@@ -389,8 +395,9 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>CAMERA_BIT</h4>
-<pre>public static&nbsp;int CAMERA_BIT</pre>
+<pre>public static final&nbsp;int CAMERA_BIT</pre>
 <div class="block">A bit that specifies whether this is a camera picture.</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.hssf.record.FtPioGrbitSubRecord.CAMERA_BIT">Constant Field Values</a></dd></dl>
 </li>
 </ul>
 <a name="DEFAULT_SIZE_BIT">
@@ -399,9 +406,10 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>DEFAULT_SIZE_BIT</h4>
-<pre>public static&nbsp;int DEFAULT_SIZE_BIT</pre>
+<pre>public static final&nbsp;int DEFAULT_SIZE_BIT</pre>
 <div class="block">A bit that specifies whether this picture's size has been explicitly set.
  0 = picture size has been explicitly set, 1 = has not been set</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.hssf.record.FtPioGrbitSubRecord.DEFAULT_SIZE_BIT">Constant Field Values</a></dd></dl>
 </li>
 </ul>
 <a name="AUTO_LOAD_BIT">
@@ -410,9 +418,10 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>AUTO_LOAD_BIT</h4>
-<pre>public static&nbsp;int AUTO_LOAD_BIT</pre>
+<pre>public static final&nbsp;int AUTO_LOAD_BIT</pre>
 <div class="block">A bit that specifies whether the OLE server for the object is called
  to load the object's data automatically when the parent workbook is opened.</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.hssf.record.FtPioGrbitSubRecord.AUTO_LOAD_BIT">Constant Field Values</a></dd></dl>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/LbsDataSubRecord.LbsDropData.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/LbsDataSubRecord.LbsDropData.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/LbsDataSubRecord.LbsDropData.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/LbsDataSubRecord.LbsDropData.html Sat Feb 15 12:17:12 2014
@@ -224,8 +224,9 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>STYLE_COMBO_DROPDOWN</h4>
-<pre>public static&nbsp;int STYLE_COMBO_DROPDOWN</pre>
+<pre>public static final&nbsp;int STYLE_COMBO_DROPDOWN</pre>
 <div class="block">Combo dropdown control</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.hssf.record.LbsDataSubRecord.LbsDropData.STYLE_COMBO_DROPDOWN">Constant Field Values</a></dd></dl>
 </li>
 </ul>
 <a name="STYLE_COMBO_EDIT_DROPDOWN">
@@ -234,8 +235,9 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>STYLE_COMBO_EDIT_DROPDOWN</h4>
-<pre>public static&nbsp;int STYLE_COMBO_EDIT_DROPDOWN</pre>
+<pre>public static final&nbsp;int STYLE_COMBO_EDIT_DROPDOWN</pre>
 <div class="block">Combo Edit dropdown control</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.hssf.record.LbsDataSubRecord.LbsDropData.STYLE_COMBO_EDIT_DROPDOWN">Constant Field Values</a></dd></dl>
 </li>
 </ul>
 <a name="STYLE_COMBO_SIMPLE_DROPDOWN">
@@ -244,8 +246,9 @@ extends java.lang.Object</pre>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>STYLE_COMBO_SIMPLE_DROPDOWN</h4>
-<pre>public static&nbsp;int STYLE_COMBO_SIMPLE_DROPDOWN</pre>
+<pre>public static final&nbsp;int STYLE_COMBO_SIMPLE_DROPDOWN</pre>
 <div class="block">Simple dropdown control (just the dropdown button)</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.hssf.record.LbsDataSubRecord.LbsDropData.STYLE_COMBO_SIMPLE_DROPDOWN">Constant Field Values</a></dd></dl>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hwpf/model/PropertyNode.EndComparator.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwpf/model/PropertyNode.EndComparator.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hwpf/model/PropertyNode.EndComparator.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hwpf/model/PropertyNode.EndComparator.html Sat Feb 15 12:17:12 2014
@@ -199,7 +199,7 @@ implements java.util.Comparator&lt;<a hr
 <ul class="blockListLast">
 <li class="blockList">
 <h4>instance</h4>
-<pre>public static&nbsp;<a href="../../../../../org/apache/poi/hwpf/model/PropertyNode.EndComparator.html" title="class in org.apache.poi.hwpf.model">PropertyNode.EndComparator</a> instance</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/hwpf/model/PropertyNode.EndComparator.html" title="class in org.apache.poi.hwpf.model">PropertyNode.EndComparator</a> instance</pre>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hwpf/model/PropertyNode.StartComparator.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwpf/model/PropertyNode.StartComparator.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hwpf/model/PropertyNode.StartComparator.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hwpf/model/PropertyNode.StartComparator.html Sat Feb 15 12:17:12 2014
@@ -199,7 +199,7 @@ implements java.util.Comparator&lt;<a hr
 <ul class="blockListLast">
 <li class="blockList">
 <h4>instance</h4>
-<pre>public static&nbsp;<a href="../../../../../org/apache/poi/hwpf/model/PropertyNode.StartComparator.html" title="class in org.apache.poi.hwpf.model">PropertyNode.StartComparator</a> instance</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/hwpf/model/PropertyNode.StartComparator.html" title="class in org.apache.poi.hwpf.model">PropertyNode.StartComparator</a> instance</pre>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/package-frame.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/package-frame.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/package-frame.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/package-frame.html Sat Feb 15 12:17:12 2014
@@ -17,6 +17,9 @@
 <li><a href="POIXMLDocumentPart.html" title="class in org.apache.poi" target="classFrame">POIXMLDocumentPart</a></li>
 <li><a href="POIXMLFactory.html" title="class in org.apache.poi" target="classFrame">POIXMLFactory</a></li>
 <li><a href="POIXMLProperties.html" title="class in org.apache.poi" target="classFrame">POIXMLProperties</a></li>
+<li><a href="POIXMLProperties.CoreProperties.html" title="class in org.apache.poi" target="classFrame">POIXMLProperties.CoreProperties</a></li>
+<li><a href="POIXMLProperties.CustomProperties.html" title="class in org.apache.poi" target="classFrame">POIXMLProperties.CustomProperties</a></li>
+<li><a href="POIXMLProperties.ExtendedProperties.html" title="class in org.apache.poi" target="classFrame">POIXMLProperties.ExtendedProperties</a></li>
 <li><a href="POIXMLPropertiesTextExtractor.html" title="class in org.apache.poi" target="classFrame">POIXMLPropertiesTextExtractor</a></li>
 <li><a href="POIXMLRelation.html" title="class in org.apache.poi" target="classFrame">POIXMLRelation</a></li>
 <li><a href="POIXMLTextExtractor.html" title="class in org.apache.poi" target="classFrame">POIXMLTextExtractor</a></li>

Modified: poi/site/publish/apidocs/org/apache/poi/package-summary.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/package-summary.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/package-summary.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/package-summary.html Sat Feb 15 12:17:12 2014
@@ -120,6 +120,24 @@
   a document can have</div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../org/apache/poi/POIXMLProperties.CoreProperties.html" title="class in org.apache.poi">POIXMLProperties.CoreProperties</a></td>
+<td class="colLast">
+<div class="block">The core document properties</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../org/apache/poi/POIXMLProperties.CustomProperties.html" title="class in org.apache.poi">POIXMLProperties.CustomProperties</a></td>
+<td class="colLast">
+<div class="block">Custom document properties</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../org/apache/poi/POIXMLProperties.ExtendedProperties.html" title="class in org.apache.poi">POIXMLProperties.ExtendedProperties</a></td>
+<td class="colLast">
+<div class="block">Extended document properties</div>
+</td>
+</tr>
 <tr class="altColor">
 <td class="colFirst"><a href="../../../org/apache/poi/POIXMLPropertiesTextExtractor.html" title="class in org.apache.poi">POIXMLPropertiesTextExtractor</a></td>
 <td class="colLast">

Modified: poi/site/publish/apidocs/org/apache/poi/ss/util/CellRangeAddressBase.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/CellRangeAddressBase.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/util/CellRangeAddressBase.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/util/CellRangeAddressBase.html Sat Feb 15 12:17:12 2014
@@ -176,7 +176,10 @@ extends java.lang.Object</pre>
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#isInRange(int, int)">isInRange</a></strong>(int&nbsp;rowInd,
-         int&nbsp;colInd)</code>&nbsp;</td>
+         int&nbsp;colInd)</code>
+<div class="block">Determines if the given coordinates lie within the bounds 
+ of this range.</div>
+</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
@@ -325,6 +328,10 @@ extends java.lang.Object</pre>
 <h4>isInRange</h4>
 <pre>public&nbsp;boolean&nbsp;isInRange(int&nbsp;rowInd,
                 int&nbsp;colInd)</pre>
+<div class="block">Determines if the given coordinates lie within the bounds 
+ of this range.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>rowInd</code> - The row, 0-based.</dd><dd><code>colInd</code> - The column, 0-based.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>True if the coordinates lie within the bounds, false otherwise.</dd></dl>
 </li>
 </ul>
 <a name="setFirstColumn(int)">

Modified: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFRelation.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFRelation.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFRelation.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFRelation.html Sat Feb 15 12:17:12 2014
@@ -317,7 +317,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>_table</h4>
-<pre>protected static&nbsp;java.util.Map&lt;java.lang.String,<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFRelation.html" title="class in org.apache.poi.xslf.usermodel">XSLFRelation</a>&gt; _table</pre>
+<pre>protected static final&nbsp;java.util.Map&lt;java.lang.String,<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFRelation.html" title="class in org.apache.poi.xslf.usermodel">XSLFRelation</a>&gt; _table</pre>
 <div class="block">A map to lookup POIXMLRelation by its relation type</div>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/model/class-use/SharedStringsTable.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/model/class-use/SharedStringsTable.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/model/class-use/SharedStringsTable.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/model/class-use/SharedStringsTable.html Sat Feb 15 12:17:12 2014
@@ -78,6 +78,10 @@
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<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="altColor">
 <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel">org.apache.poi.xssf.usermodel</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
@@ -108,6 +112,25 @@
 </tbody>
 </table>
 </li>
+<li class="blockList"><a name="org.apache.poi.xssf.streaming">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../org/apache/poi/xssf/model/SharedStringsTable.html" title="class in org.apache.poi.xssf.model">SharedStringsTable</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 constructors, and an explanation">
+<caption><span>Constructors in <a href="../../../../../../org/apache/poi/xssf/streaming/package-summary.html">org.apache.poi.xssf.streaming</a> with parameters of type <a href="../../../../../../org/apache/poi/xssf/model/SharedStringsTable.html" title="class in org.apache.poi.xssf.model">SharedStringsTable</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/streaming/GZIPSheetDataWriter.html#GZIPSheetDataWriter(org.apache.poi.xssf.model.SharedStringsTable)">GZIPSheetDataWriter</a></strong>(<a href="../../../../../../org/apache/poi/xssf/model/SharedStringsTable.html" title="class in org.apache.poi.xssf.model">SharedStringsTable</a>&nbsp;sharedStringsTable)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/streaming/SheetDataWriter.html#SheetDataWriter(org.apache.poi.xssf.model.SharedStringsTable)">SheetDataWriter</a></strong>(<a href="../../../../../../org/apache/poi/xssf/model/SharedStringsTable.html" title="class in org.apache.poi.xssf.model">SharedStringsTable</a>&nbsp;sharedStringsTable)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
 <li class="blockList"><a name="org.apache.poi.xssf.usermodel">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/model/package-use.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/model/package-use.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/model/package-use.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/model/package-use.html Sat Feb 15 12:17:12 2014
@@ -86,14 +86,18 @@
 <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="colFirst"><a href="#org.apache.poi.xssf.streaming">org.apache.poi.xssf.streaming</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a href="#org.apache.poi.xssf.usermodel.extensions">org.apache.poi.xssf.usermodel.extensions</a></td>
+<td class="colFirst"><a href="#org.apache.poi.xssf.usermodel">org.apache.poi.xssf.usermodel</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.poi.xssf.usermodel.extensions">org.apache.poi.xssf.usermodel.extensions</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel.helpers">org.apache.poi.xssf.usermodel.helpers</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
@@ -159,6 +163,23 @@
 </tbody>
 </table>
 </li>
+<li class="blockList"><a name="org.apache.poi.xssf.streaming">
+<!--   -->
+</a>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in <a href="../../../../../org/apache/poi/xssf/model/package-summary.html">org.apache.poi.xssf.model</a> used by <a href="../../../../../org/apache/poi/xssf/streaming/package-summary.html">org.apache.poi.xssf.streaming</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colOne"><a href="../../../../../org/apache/poi/xssf/model/class-use/SharedStringsTable.html#org.apache.poi.xssf.streaming">SharedStringsTable</a>
+<div class="block">Table of strings shared across all sheets in a workbook.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
 <li class="blockList"><a name="org.apache.poi.xssf.usermodel">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/streaming/GZIPSheetDataWriter.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/streaming/GZIPSheetDataWriter.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/streaming/GZIPSheetDataWriter.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/streaming/GZIPSheetDataWriter.html Sat Feb 15 12:17:12 2014
@@ -122,6 +122,9 @@ extends <a href="../../../../../org/apac
 <tr class="altColor">
 <td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/GZIPSheetDataWriter.html#GZIPSheetDataWriter()">GZIPSheetDataWriter</a></strong>()</code>&nbsp;</td>
 </tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/GZIPSheetDataWriter.html#GZIPSheetDataWriter(org.apache.poi.xssf.model.SharedStringsTable)">GZIPSheetDataWriter</a></strong>(<a href="../../../../../org/apache/poi/xssf/model/SharedStringsTable.html" title="class in org.apache.poi.xssf.model">SharedStringsTable</a>&nbsp;sharedStringsTable)</code>&nbsp;</td>
+</tr>
 </table>
 </li>
 </ul>
@@ -185,7 +188,7 @@ extends <a href="../../../../../org/apac
 <a name="GZIPSheetDataWriter()">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>GZIPSheetDataWriter</h4>
 <pre>public&nbsp;GZIPSheetDataWriter()
@@ -194,6 +197,19 @@ extends <a href="../../../../../org/apac
 <dd><code>java.io.IOException</code></dd></dl>
 </li>
 </ul>
+<a name="GZIPSheetDataWriter(org.apache.poi.xssf.model.SharedStringsTable)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>GZIPSheetDataWriter</h4>
+<pre>public&nbsp;GZIPSheetDataWriter(<a href="../../../../../org/apache/poi/xssf/model/SharedStringsTable.html" title="class in org.apache.poi.xssf.model">SharedStringsTable</a>&nbsp;sharedStringsTable)
+                    throws java.io.IOException</pre>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>sharedStringsTable</code> - the shared strings table, or null if inline text is used</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code></dd></dl>
+</li>
+</ul>
 </li>
 </ul>
 <!-- ============ METHOD DETAIL ========== -->

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=1568629&r1=1568628&r2=1568629&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 Sat Feb 15 12:17:12 2014
@@ -101,9 +101,17 @@
 <pre>public class <span class="strong">SXSSFWorkbook</span>
 extends java.lang.Object
 implements <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a></pre>
-<div class="block">Streaming version of XSSFWorkbook implementing the "BigGridDemo" strategy.</div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Alex Geller, Four J's Development Tools</dd></dl>
+<div class="block">Streaming version of XSSFWorkbook implementing the "BigGridDemo" strategy.
+
+ SXSSFWorkbook defaults to using inline strings instead of a shared strings
+ table. This is very efficient, since no document content needs to be kept in
+ memory, but is also known to produce documents that are incompatible with
+ some clients. With shared strings enabled all unique strings in the document
+ has to be kept in memory. Depending on your document content this could use
+ a lot more resources than with shared strings disabled.
+
+ Carefully review your memory budget and compatibility needs before deciding
+ whether to enable shared strings or not.</div>
 </li>
 </ul>
 </div>
@@ -177,6 +185,14 @@ implements <a href="../../../../../org/a
 <div class="block">Constructs an workbook from an existing workbook.</div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFWorkbook.html#SXSSFWorkbook(org.apache.poi.xssf.usermodel.XSSFWorkbook, int, boolean, boolean)">SXSSFWorkbook</a></strong>(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html" title="class in org.apache.poi.xssf.usermodel">XSSFWorkbook</a>&nbsp;workbook,
+             int&nbsp;rowAccessWindowSize,
+             boolean&nbsp;compressTmpFiles,
+             boolean&nbsp;useSharedStringsTable)</code>
+<div class="block">Constructs an workbook from an existing workbook.</div>
+</td>
+</tr>
 </table>
 </li>
 </ul>
@@ -697,6 +713,35 @@ implements <a href="../../../../../org/a
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>rowAccessWindowSize</code> - </dd><dd><code>compressTmpFiles</code> - whether to use gzip compression for temporary files</dd></dl>
 </li>
 </ul>
+<a name="SXSSFWorkbook(org.apache.poi.xssf.usermodel.XSSFWorkbook, int, boolean, boolean)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>SXSSFWorkbook</h4>
+<pre>public&nbsp;SXSSFWorkbook(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html" title="class in org.apache.poi.xssf.usermodel">XSSFWorkbook</a>&nbsp;workbook,
+             int&nbsp;rowAccessWindowSize,
+             boolean&nbsp;compressTmpFiles,
+             boolean&nbsp;useSharedStringsTable)</pre>
+<div class="block">Constructs an workbook from an existing workbook.
+ <p>
+ When a new node is created via createRow() and the total number
+ of unflushed records would exceed the specified value, then the
+ row with the lowest index value is flushed and cannot be accessed
+ via getRow() anymore.
+ </p>
+ <p>
+ A value of -1 indicates unlimited access. In this case all
+ records that have not been flushed by a call to flush() are available
+ for random access.
+ <p>
+ <p></p>
+ A value of 0 is not allowed because it would flush any newly created row
+ without having a chance to specify any cells.
+ </p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>workbook</code> - the template workbook</dd><dd><code>rowAccessWindowSize</code> - </dd><dd><code>compressTmpFiles</code> - whether to use gzip compression for temporary files</dd><dd><code>useSharedStringsTable</code> - whether to use a shared strings table</dd></dl>
+</li>
+</ul>
 <a name="SXSSFWorkbook(int)">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SheetDataWriter.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SheetDataWriter.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SheetDataWriter.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SheetDataWriter.html Sat Feb 15 12:17:12 2014
@@ -124,6 +124,9 @@ extends java.lang.Object</pre>
 <tr class="altColor">
 <td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SheetDataWriter.html#SheetDataWriter()">SheetDataWriter</a></strong>()</code>&nbsp;</td>
 </tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SheetDataWriter.html#SheetDataWriter(org.apache.poi.xssf.model.SharedStringsTable)">SheetDataWriter</a></strong>(<a href="../../../../../org/apache/poi/xssf/model/SharedStringsTable.html" title="class in org.apache.poi.xssf.model">SharedStringsTable</a>&nbsp;sharedStringsTable)</code>&nbsp;</td>
+</tr>
 </table>
 </li>
 </ul>
@@ -222,7 +225,7 @@ extends java.lang.Object</pre>
 <a name="SheetDataWriter()">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>SheetDataWriter</h4>
 <pre>public&nbsp;SheetDataWriter()
@@ -231,6 +234,18 @@ extends java.lang.Object</pre>
 <dd><code>java.io.IOException</code></dd></dl>
 </li>
 </ul>
+<a name="SheetDataWriter(org.apache.poi.xssf.model.SharedStringsTable)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>SheetDataWriter</h4>
+<pre>public&nbsp;SheetDataWriter(<a href="../../../../../org/apache/poi/xssf/model/SharedStringsTable.html" title="class in org.apache.poi.xssf.model">SharedStringsTable</a>&nbsp;sharedStringsTable)
+                throws java.io.IOException</pre>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code></dd></dl>
+</li>
+</ul>
 </li>
 </ul>
 <!-- ============ METHOD DETAIL ========== -->

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCreationHelper.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCreationHelper.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCreationHelper.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCreationHelper.html Sat Feb 15 12:17:12 2014
@@ -140,7 +140,7 @@ implements <a href="../../../../../org/a
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFHyperlink.html" title="class in org.apache.poi.xssf.usermodel">XSSFHyperlink</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCreationHelper.html#createHyperlink(int)">createHyperlink</a></strong>(int&nbsp;type)</code>
-<div class="block">Creates a new Hyperlink, of the given type</div>
+<div class="block">Create a new XSSFHyperlink.</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -207,12 +207,11 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>createHyperlink</h4>
 <pre>public&nbsp;<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFHyperlink.html" title="class in org.apache.poi.xssf.usermodel">XSSFHyperlink</a>&nbsp;createHyperlink(int&nbsp;type)</pre>
-<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/CreationHelper.html#createHyperlink(int)">CreationHelper</a></code></strong></div>
-<div class="block">Creates a new Hyperlink, of the given type</div>
+<div class="block">Create a new XSSFHyperlink.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/CreationHelper.html#createHyperlink(int)">createHyperlink</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/CreationHelper.html" title="interface in org.apache.poi.ss.usermodel">CreationHelper</a></code></dd>
-</dl>
+<dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - - the type of hyperlink to create, see <a href="../../../../../org/apache/poi/ss/usermodel/Hyperlink.html" title="interface in org.apache.poi.ss.usermodel"><code>Hyperlink</code></a></dd></dl>
 </li>
 </ul>
 <a name="createFormulaEvaluator()">

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFHyperlink.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFHyperlink.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFHyperlink.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFHyperlink.html Sat Feb 15 12:17:12 2014
@@ -323,7 +323,7 @@ implements <a href="../../../../../org/a
 <h4>XSSFHyperlink</h4>
 <pre>protected&nbsp;XSSFHyperlink(int&nbsp;type)</pre>
 <div class="block">Create a new XSSFHyperlink. This method is protected to be used only by XSSFCreationHelper</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - - the type of hyperlink to create</dd></dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - - the type of hyperlink to create, see <a href="../../../../../org/apache/poi/ss/usermodel/Hyperlink.html" title="interface in org.apache.poi.ss.usermodel"><code>Hyperlink</code></a></dd></dl>
 </li>
 </ul>
 <a name="XSSFHyperlink(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHyperlink, org.apache.poi.openxml4j.opc.PackageRelationship)">

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFRelation.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFRelation.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFRelation.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFRelation.html Sat Feb 15 12:17:12 2014
@@ -344,7 +344,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>_table</h4>
-<pre>protected static&nbsp;java.util.Map&lt;java.lang.String,<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRelation.html" title="class in org.apache.poi.xssf.usermodel">XSSFRelation</a>&gt; _table</pre>
+<pre>protected static final&nbsp;java.util.Map&lt;java.lang.String,<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRelation.html" title="class in org.apache.poi.xssf.usermodel">XSSFRelation</a>&gt; _table</pre>
 <div class="block">A map to lookup POIXMLRelation by its relation type</div>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFHyperlink.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFHyperlink.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFHyperlink.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFHyperlink.html Sat Feb 15 12:17:12 2014
@@ -95,7 +95,9 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFHyperlink.html" title="class in org.apache.poi.xssf.usermodel">XSSFHyperlink</a></code></td>
-<td class="colLast"><span class="strong">XSSFCreationHelper.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFCreationHelper.html#createHyperlink(int)">createHyperlink</a></strong>(int&nbsp;type)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">XSSFCreationHelper.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFCreationHelper.html#createHyperlink(int)">createHyperlink</a></strong>(int&nbsp;type)</code>
+<div class="block">Create a new XSSFHyperlink.</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFHyperlink.html" title="class in org.apache.poi.xssf.usermodel">XSSFHyperlink</a></code></td>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFWorkbook.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFWorkbook.html?rev=1568629&r1=1568628&r2=1568629&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFWorkbook.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFWorkbook.html Sat Feb 15 12:17:12 2014
@@ -175,6 +175,14 @@
 <div class="block">Constructs an workbook from an existing workbook.</div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/streaming/SXSSFWorkbook.html#SXSSFWorkbook(org.apache.poi.xssf.usermodel.XSSFWorkbook, int, boolean, boolean)">SXSSFWorkbook</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html" title="class in org.apache.poi.xssf.usermodel">XSSFWorkbook</a>&nbsp;workbook,
+             int&nbsp;rowAccessWindowSize,
+             boolean&nbsp;compressTmpFiles,
+             boolean&nbsp;useSharedStringsTable)</code>
+<div class="block">Constructs an workbook from an existing workbook.</div>
+</td>
+</tr>
 </tbody>
 </table>
 </li>



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