You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2015/10/29 10:30:35 UTC

svn commit: r1711200 [13/23] - in /poi/site/publish/apidocs: ./ org/apache/poi/ddf/class-use/ org/apache/poi/hslf/model/ org/apache/poi/hslf/usermodel/ org/apache/poi/hslf/usermodel/class-use/ org/apache/poi/sl/draw/ org/apache/poi/sl/draw/class-use/ o...

Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TableShape.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TableShape.html?rev=1711200&r1=1711199&r2=1711200&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TableShape.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TableShape.html Thu Oct 29 09:30:32 2015
@@ -34,7 +34,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/poi/sl/usermodel/TableCell.html" title="interface in org.apache.poi.sl.usermodel"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/sl/usermodel/TableCell.BorderEdge.html" title="enum in org.apache.poi.sl.usermodel"><span class="strong">Prev Class</span></a></li>
 <li><a href="../../../../../org/apache/poi/sl/usermodel/TextBox.html" title="interface in org.apache.poi.sl.usermodel"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -62,13 +62,13 @@
 <li>Nested&nbsp;|&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
 <li>Constr&nbsp;|&nbsp;</li>
-<li>Method</li>
+<li><a href="#method_summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
 <li>Constr&nbsp;|&nbsp;</li>
-<li>Method</li>
+<li><a href="#method_detail">Method</a></li>
 </ul>
 </div>
 <a name="skip-navbar_top">
@@ -108,6 +108,40 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </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><a href="../../../../../org/apache/poi/sl/usermodel/TableCell.html" title="interface in org.apache.poi.sl.usermodel">TableCell</a>&lt;<a href="../../../../../org/apache/poi/sl/usermodel/TableShape.html" title="type parameter in TableShape">S</a>,<a href="../../../../../org/apache/poi/sl/usermodel/TableShape.html" title="type parameter in TableShape">P</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TableShape.html#getCell(int,%20int)">getCell</a></strong>(int&nbsp;row,
+       int&nbsp;col)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TableShape.html#getNumberOfColumns()">getNumberOfColumns</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TableShape.html#getNumberOfRows()">getNumberOfRows</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TableShape.html#setColumnWidth(int,%20double)">setColumnWidth</a></strong>(int&nbsp;idx,
+              double&nbsp;width)</code>
+<div class="block">Sets the width (in points) of the n-th column</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TableShape.html#setRowHeight(int,%20double)">setRowHeight</a></strong>(int&nbsp;row,
+            double&nbsp;height)</code>
+<div class="block">Sets the row height.</div>
+</td>
+</tr>
+</table>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.sl.usermodel.Shape">
 <!--   -->
@@ -127,6 +161,72 @@ extends <a href="../../../../../org/apac
 </li>
 </ul>
 </div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getNumberOfColumns()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getNumberOfColumns</h4>
+<pre>int&nbsp;getNumberOfColumns()</pre>
+</li>
+</ul>
+<a name="getNumberOfRows()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getNumberOfRows</h4>
+<pre>int&nbsp;getNumberOfRows()</pre>
+</li>
+</ul>
+<a name="getCell(int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCell</h4>
+<pre><a href="../../../../../org/apache/poi/sl/usermodel/TableCell.html" title="interface in org.apache.poi.sl.usermodel">TableCell</a>&lt;<a href="../../../../../org/apache/poi/sl/usermodel/TableShape.html" title="type parameter in TableShape">S</a>,<a href="../../../../../org/apache/poi/sl/usermodel/TableShape.html" title="type parameter in TableShape">P</a>&gt;&nbsp;getCell(int&nbsp;row,
+                     int&nbsp;col)</pre>
+</li>
+</ul>
+<a name="setColumnWidth(int, double)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setColumnWidth</h4>
+<pre>void&nbsp;setColumnWidth(int&nbsp;idx,
+                  double&nbsp;width)</pre>
+<div class="block">Sets the width (in points) of the n-th column</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>idx</code> - the column index (0-based)</dd><dd><code>width</code> - the width (in points)</dd></dl>
+</li>
+</ul>
+<a name="setRowHeight(int, double)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>setRowHeight</h4>
+<pre>void&nbsp;setRowHeight(int&nbsp;row,
+                double&nbsp;height)</pre>
+<div class="block">Sets the row height.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - the row index (0-based)</dd><dd><code>height</code> - the height to set (in points)</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
 </div>
 <!-- ========= END OF CLASS DATA ========= -->
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
@@ -148,7 +248,7 @@ extends <a href="../../../../../org/apac
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/poi/sl/usermodel/TableCell.html" title="interface in org.apache.poi.sl.usermodel"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/sl/usermodel/TableCell.BorderEdge.html" title="enum in org.apache.poi.sl.usermodel"><span class="strong">Prev Class</span></a></li>
 <li><a href="../../../../../org/apache/poi/sl/usermodel/TextBox.html" title="interface in org.apache.poi.sl.usermodel"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -176,13 +276,13 @@ extends <a href="../../../../../org/apac
 <li>Nested&nbsp;|&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
 <li>Constr&nbsp;|&nbsp;</li>
-<li>Method</li>
+<li><a href="#method_summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
 <li>Constr&nbsp;|&nbsp;</li>
-<li>Method</li>
+<li><a href="#method_detail">Method</a></li>
 </ul>
 </div>
 <a name="skip-navbar_bottom">

Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextBox.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextBox.html?rev=1711200&r1=1711199&r2=1711200&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextBox.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextBox.html Thu Oct 29 09:30:32 2015
@@ -90,12 +90,17 @@
 </dl>
 <dl>
 <dt>All Known Implementing Classes:</dt>
-<dd><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html" title="class in org.apache.poi.hslf.usermodel">HSLFTableCell</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextBox.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextBox</a>, <a href="../../../../../org/apache/poi/hslf/model/Placeholder.html" title="class in org.apache.poi.hslf.model">Placeholder</a>, <a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTextBox.html" title="class in org.apache.poi.xslf.usermodel">XSLFTextBox</a></dd>
+<dd><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPlaceholder.html" title="class in org.apache.poi.hslf.usermodel">HSLFPlaceholder</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html" title="class in org.apache.poi.hslf.usermodel">HSLFTableCell</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextBox.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextBox</a>, <a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTextBox.html" title="class in org.apache.poi.xslf.usermodel">XSLFTextBox</a></dd>
 </dl>
 <hr>
 <br>
 <pre>public interface <span class="strong">TextBox&lt;S extends <a href="../../../../../org/apache/poi/sl/usermodel/Shape.html" title="interface in org.apache.poi.sl.usermodel">Shape</a>&lt;S,P&gt;,P extends <a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.html" title="interface in org.apache.poi.sl.usermodel">TextParagraph</a>&lt;S,P,?&gt;&gt;</span>
 extends <a href="../../../../../org/apache/poi/sl/usermodel/AutoShape.html" title="interface in org.apache.poi.sl.usermodel">AutoShape</a>&lt;S,P&gt;</pre>
+<div class="block">Represents a TextFrame shape in PowerPoint.
+ <p>
+ Contains the text in a text frame as well as the properties and methods
+ that control alignment and anchoring of the text.
+ </p></div>
 </li>
 </ul>
 </div>
@@ -113,7 +118,14 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Nested classes/interfaces inherited from interface&nbsp;org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html" title="interface in org.apache.poi.sl.usermodel">TextShape</a></h3>
-<code><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextAutofit.html" title="enum in org.apache.poi.sl.usermodel">TextShape.TextAutofit</a>, <a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextDirection.html" title="enum in org.apache.poi.sl.usermodel">TextShape.TextDirection</a></code></li>
+<code><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextAutofit.html" title="enum in org.apache.poi.sl.usermodel">TextShape.TextAutofit</a>, <a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextDirection.html" title="enum in org.apache.poi.sl.usermodel">TextShape.TextDirection</a>, <a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html" title="enum in org.apache.poi.sl.usermodel">TextShape.TextPlaceholder</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="nested_classes_inherited_from_class_org.apache.poi.sl.usermodel.SimpleShape">
+<!--   -->
+</a>
+<h3>Nested classes/interfaces inherited from interface&nbsp;org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html" title="interface in org.apache.poi.sl.usermodel">SimpleShape</a></h3>
+<code><a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.Placeholder.html" title="enum in org.apache.poi.sl.usermodel">SimpleShape.Placeholder</a></code></li>
 </ul>
 </li>
 </ul>
@@ -128,14 +140,14 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Methods inherited from interface&nbsp;org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html" title="interface in org.apache.poi.sl.usermodel">TextShape</a></h3>
-<code><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#getInsets()">getInsets</a>, <a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#getTextDirection()">getTextDirection</a>, <a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#getTextHeight()">getTextHeight</a>, <a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#getTextParagraphs()">getTextParagraphs</a>, <a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#getVerticalAlignment()">getVerticalAlignment</a>, <a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#getWordWrap()">getWordWrap</a>, <a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#isHorizontalCentered()">isHorizontalCentered</a></code></li>
+<code><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#getInsets()">getInsets</a>, <a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#getTextDirection()">getTextDirection</a>, <a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#getTextHeight()">getTextHeight</a>, <a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#getTextParagraphs()">getTextParagraphs</a>, <a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#getTextPlaceholder()">getTextPlaceholder</a>, <a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#getVerticalAlignment()">getVerticalAlignment</a>, <a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#getWordWrap()">getWordWrap</a>, <a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#isHorizontalCentered()">isHorizontalCentered</a>, <a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#setHorizontalCentered(java.lang.Boolean)">setHorizontalCente
 red</a>, <a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#setInsets(org.apache.poi.sl.usermodel.Insets2D)">setInsets</a>, <a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#setText(java.lang.String)">setText</a>, <a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#setTextPlaceholder(org.apache.poi.sl.usermodel.TextShape.TextPlaceholder)">setTextPlaceholder</a>, <a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#setVerticalAlignment(org.apache.poi.sl.usermodel.VerticalAlignment)">setVerticalAlignment</a>, <a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#setWordWrap(boolean)">setWordWrap</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.sl.usermodel.SimpleShape">
 <!--   -->
 </a>
 <h3>Methods inherited from interface&nbsp;org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html" title="interface in org.apache.poi.sl.usermodel">SimpleShape</a></h3>
-<code><a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#getFillStyle()">getFillStyle</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#getGeometry()">getGeometry</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#getLineDecoration()">getLineDecoration</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#getShadow()">getShadow</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#getShapeType()">getShapeType</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#getStrokeStyle()">getStrokeStyle</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#isPlaceholder()">isPlaceholder</a></code></li>
+<code><a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#getFillColor()">getFillColor</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#getFillStyle()">getFillStyle</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#getGeometry()">getGeometry</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#getLineDecoration()">getLineDecoration</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#getShadow()">getShadow</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#getShapeType()">getShapeType</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#getStrokeStyle()">getStrokeStyle</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#isPlaceholder()">isPlaceholder</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#setFillColor(java.awt.Color)">setFillColor</a>, <a href="../../../../../org/apache/poi/sl/
 usermodel/SimpleShape.html#setShapeType(org.apache.poi.sl.usermodel.ShapeType)">setShapeType</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#setStrokeStyle(java.lang.Object...)">setStrokeStyle</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.sl.usermodel.Shape">

Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextParagraph.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextParagraph.html?rev=1711200&r1=1711199&r2=1711200&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextParagraph.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextParagraph.html Thu Oct 29 09:30:32 2015
@@ -214,40 +214,46 @@ extends java.lang.Iterable&lt;T&gt;</pre
 </td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.html" title="type parameter in TextParagraph">T</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.html#getTextRuns()">getTextRuns</a></strong>()</code>
+<div class="block">Fetch the text runs that are contained within this block of text</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.html#setIndent(java.lang.Double)">setIndent</a></strong>(java.lang.Double&nbsp;indent)</code>
 <div class="block">Specifies the indent size that will be applied to the first line of text in the paragraph.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.html#setIndentLevel(int)">setIndentLevel</a></strong>(int&nbsp;level)</code>
 <div class="block">Specifies the particular level text properties that this paragraph will follow.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.html#setLeftMargin(java.lang.Double)">setLeftMargin</a></strong>(java.lang.Double&nbsp;leftMargin)</code>
 <div class="block">Specifies the left margin of the paragraph.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.html#setLineSpacing(java.lang.Double)">setLineSpacing</a></strong>(java.lang.Double&nbsp;lineSpacing)</code>
 <div class="block">This element specifies the vertical line spacing that is to be used within a paragraph.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.html#setRightMargin(java.lang.Double)">setRightMargin</a></strong>(java.lang.Double&nbsp;rightMargin)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.html#setSpaceAfter(java.lang.Double)">setSpaceAfter</a></strong>(java.lang.Double&nbsp;spaceAfter)</code>
 <div class="block">Set the amount of vertical white space that will be present after the paragraph.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.html#setSpaceBefore(java.lang.Double)">setSpaceBefore</a></strong>(java.lang.Double&nbsp;spaceBefore)</code>
 <div class="block">Set the amount of vertical white space that will be present before the paragraph.</div>
@@ -562,12 +568,22 @@ extends java.lang.Iterable&lt;T&gt;</pre
 <a name="getParentShape()">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>getParentShape</h4>
 <pre><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html" title="interface in org.apache.poi.sl.usermodel">TextShape</a>&lt;<a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.html" title="type parameter in TextParagraph">S</a>,<a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.html" title="type parameter in TextParagraph">P</a>&gt;&nbsp;getParentShape()</pre>
 </li>
 </ul>
+<a name="getTextRuns()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getTextRuns</h4>
+<pre>java.util.List&lt;<a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.html" title="type parameter in TextParagraph">T</a>&gt;&nbsp;getTextRuns()</pre>
+<div class="block">Fetch the text runs that are contained within this block of text</div>
+</li>
+</ul>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextRun.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextRun.html?rev=1711200&r1=1711199&r2=1711200&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextRun.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextRun.html Thu Oct 29 09:30:32 2015
@@ -184,16 +184,28 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#setBold(boolean)">setBold</a></strong>(boolean&nbsp;bold)</code>
+<div class="block">Sets the bold state</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#setFontColor(java.awt.Color)">setFontColor</a></strong>(java.awt.Color&nbsp;color)</code>
 <div class="block">Sets the (solid) font color - convenience function</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#setFontColor(org.apache.poi.sl.usermodel.PaintStyle)">setFontColor</a></strong>(<a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle</a>&nbsp;color)</code>
 <div class="block">Sets the font color</div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#setFontFamily(java.lang.String)">setFontFamily</a></strong>(java.lang.String&nbsp;typeface)</code>
+<div class="block">Specifies the typeface, or name of the font that is to be used for this text run.</div>
+</td>
+</tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#setFontSize(java.lang.Double)">setFontSize</a></strong>(java.lang.Double&nbsp;fontSize)</code>
@@ -203,8 +215,26 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#setItalic(boolean)">setItalic</a></strong>(boolean&nbsp;italic)</code>
+<div class="block">Sets the italic state</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#setStrikethrough(boolean)">setStrikethrough</a></strong>(boolean&nbsp;stroked)</code>
+<div class="block">Sets the strikethrough state</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#setText(java.lang.String)">setText</a></strong>(java.lang.String&nbsp;text)</code>&nbsp;</td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#setUnderlined(boolean)">setUnderlined</a></strong>(boolean&nbsp;underlined)</code>
+<div class="block">Sets the underlined state</div>
+</td>
+</tr>
 </table>
 </li>
 </ul>
@@ -314,6 +344,19 @@
 <li class="blockList">
 <h4>getFontFamily</h4>
 <pre>java.lang.String&nbsp;getFontFamily()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>font family or null if not set</dd></dl>
+</li>
+</ul>
+<a name="setFontFamily(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setFontFamily</h4>
+<pre>void&nbsp;setFontFamily(java.lang.String&nbsp;typeface)</pre>
+<div class="block">Specifies the typeface, or name of the font that is to be used for this text run.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>typeface</code> - the font to apply to this text run.
+ The value of <code>null</code> unsets the Typeface attrubute from the underlying xml.</dd></dl>
 </li>
 </ul>
 <a name="isBold()">
@@ -323,6 +366,18 @@
 <li class="blockList">
 <h4>isBold</h4>
 <pre>boolean&nbsp;isBold()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>true, if text is bold</dd></dl>
+</li>
+</ul>
+<a name="setBold(boolean)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setBold</h4>
+<pre>void&nbsp;setBold(boolean&nbsp;bold)</pre>
+<div class="block">Sets the bold state</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>bold</code> - set to true for bold text, false for normal weight</dd></dl>
 </li>
 </ul>
 <a name="isItalic()">
@@ -332,6 +387,18 @@
 <li class="blockList">
 <h4>isItalic</h4>
 <pre>boolean&nbsp;isItalic()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>true, if text is italic</dd></dl>
+</li>
+</ul>
+<a name="setItalic(boolean)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setItalic</h4>
+<pre>void&nbsp;setItalic(boolean&nbsp;italic)</pre>
+<div class="block">Sets the italic state</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>italic</code> - set to true for italic text, false for non-italics</dd></dl>
 </li>
 </ul>
 <a name="isUnderlined()">
@@ -341,6 +408,18 @@
 <li class="blockList">
 <h4>isUnderlined</h4>
 <pre>boolean&nbsp;isUnderlined()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>true, if text is underlined</dd></dl>
+</li>
+</ul>
+<a name="setUnderlined(boolean)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setUnderlined</h4>
+<pre>void&nbsp;setUnderlined(boolean&nbsp;underlined)</pre>
+<div class="block">Sets the underlined state</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>underlined</code> - set to true for underlined text, false for no underlining</dd></dl>
 </li>
 </ul>
 <a name="isStrikethrough()">
@@ -350,6 +429,18 @@
 <li class="blockList">
 <h4>isStrikethrough</h4>
 <pre>boolean&nbsp;isStrikethrough()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>true, if text is stroked</dd></dl>
+</li>
+</ul>
+<a name="setStrikethrough(boolean)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setStrikethrough</h4>
+<pre>void&nbsp;setStrikethrough(boolean&nbsp;stroked)</pre>
+<div class="block">Sets the strikethrough state</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>stroked</code> - set to true for stroked text, false for no stroking</dd></dl>
 </li>
 </ul>
 <a name="isSubscript()">
@@ -359,6 +450,7 @@
 <li class="blockList">
 <h4>isSubscript</h4>
 <pre>boolean&nbsp;isSubscript()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>true, if text is sub scripted</dd></dl>
 </li>
 </ul>
 <a name="isSuperscript()">
@@ -368,6 +460,7 @@
 <li class="blockList">
 <h4>isSuperscript</h4>
 <pre>boolean&nbsp;isSuperscript()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>true, if text is super scripted</dd></dl>
 </li>
 </ul>
 <a name="getPitchAndFamily()">

Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextShape.TextDirection.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextShape.TextDirection.html?rev=1711200&r1=1711199&r2=1711200&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextShape.TextDirection.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextShape.TextDirection.html Thu Oct 29 09:30:32 2015
@@ -35,7 +35,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextAutofit.html" title="enum in org.apache.poi.sl.usermodel"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../../org/apache/poi/sl/usermodel/VerticalAlignment.html" title="enum in org.apache.poi.sl.usermodel"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html" title="enum in org.apache.poi.sl.usermodel"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/poi/sl/usermodel/TextShape.TextDirection.html" target="_top">Frames</a></li>
@@ -322,7 +322,7 @@ not permitted.)</div>
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextAutofit.html" title="enum in org.apache.poi.sl.usermodel"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../../org/apache/poi/sl/usermodel/VerticalAlignment.html" title="enum in org.apache.poi.sl.usermodel"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html" title="enum in org.apache.poi.sl.usermodel"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/poi/sl/usermodel/TextShape.TextDirection.html" target="_top">Frames</a></li>

Added: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html?rev=1711200&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html Thu Oct 29 09:30:32 2015
@@ -0,0 +1,428 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<title>TextShape.TextPlaceholder (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="TextShape.TextPlaceholder (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/TextShape.TextPlaceholder.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/sl/usermodel/TextShape.TextDirection.html" title="enum in org.apache.poi.sl.usermodel"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/sl/usermodel/VerticalAlignment.html" title="enum in org.apache.poi.sl.usermodel"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html" target="_top">Frames</a></li>
+<li><a href="TextShape.TextPlaceholder.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="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&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.sl.usermodel</div>
+<h2 title="Enum TextShape.TextPlaceholder" class="title">Enum TextShape.TextPlaceholder</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Enum&lt;<a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html" title="enum in org.apache.poi.sl.usermodel">TextShape.TextPlaceholder</a>&gt;</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.poi.sl.usermodel.TextShape.TextPlaceholder</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable, java.lang.Comparable&lt;<a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html" title="enum in org.apache.poi.sl.usermodel">TextShape.TextPlaceholder</a>&gt;</dd>
+</dl>
+<dl>
+<dt>Enclosing interface:</dt>
+<dd><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html" title="interface in org.apache.poi.sl.usermodel">TextShape</a>&lt;<a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html" title="type parameter in TextShape">S</a> extends <a href="../../../../../org/apache/poi/sl/usermodel/Shape.html" title="interface in org.apache.poi.sl.usermodel">Shape</a>&lt;<a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html" title="type parameter in TextShape">S</a>,<a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html" title="type parameter in TextShape">P</a>&gt;,<a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html" title="type parameter in TextShape">P</a> extends <a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.html" title="interface in org.apache.poi.sl.usermodel">TextParagraph</a>&lt;<a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html" title="type parameter in TextShape">S</a>,<a href="../../../../
 ../org/apache/poi/sl/usermodel/TextShape.html" title="type parameter in TextShape">P</a>,?&gt;&gt;</dd>
+</dl>
+<hr>
+<br>
+<pre>public static enum <span class="strong">TextShape.TextPlaceholder</span>
+extends java.lang.Enum&lt;<a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html" title="enum in org.apache.poi.sl.usermodel">TextShape.TextPlaceholder</a>&gt;</pre>
+<div class="block">This enum represents a compromise for the handling of
+ HSLF run types (see org.apache.poi.hslf.record.TextHeaderAtom) and
+ XSLF placeholders (see org.apache.poi.xslf.usermodel.Placeholder).
+ When a shape is considered a placeholder by the generating application
+ it can have special properties to alert the user that they may enter content into the shape.
+ 
+ This enum and the handling around it may change significantly in future releases</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== ENUM CONSTANT SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="enum_constant_summary">
+<!--   -->
+</a>
+<h3>Enum Constant Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation">
+<caption><span>Enum Constants</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Enum Constant and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html#BODY">BODY</a></strong></code>
+<div class="block">Body placeholder shape text</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html#CENTER_BODY">CENTER_BODY</a></strong></code>
+<div class="block">Center body placeholder shape text</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html#CENTER_TITLE">CENTER_TITLE</a></strong></code>
+<div class="block">Center title placeholder shape text</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html#HALF_BODY">HALF_BODY</a></strong></code>
+<div class="block">Half-sized body placeholder shape text</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html#NOTES">NOTES</a></strong></code>
+<div class="block">Notes placeholder shape text</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html#OTHER">OTHER</a></strong></code>
+<div class="block">Any other text</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html#QUARTER_BODY">QUARTER_BODY</a></strong></code>
+<div class="block">Quarter-sized body placeholder shape text</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html#TITLE">TITLE</a></strong></code>
+<div class="block">Title placeholder shape text</div>
+</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>static <a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html" title="enum in org.apache.poi.sl.usermodel">TextShape.TextPlaceholder</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String&nbsp;name)</code>
+<div class="block">Returns the enum constant of this type with the specified name.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html" title="enum in org.apache.poi.sl.usermodel">TextShape.TextPlaceholder</a>[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html#values()">values</a></strong>()</code>
+<div class="block">Returns an array containing the constants of this enum type, in
+the order they are declared.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Enum</h3>
+<code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li>
+</ul>
+<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>getClass, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ ENUM CONSTANT DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="enum_constant_detail">
+<!--   -->
+</a>
+<h3>Enum Constant Detail</h3>
+<a name="TITLE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>TITLE</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html" title="enum in org.apache.poi.sl.usermodel">TextShape.TextPlaceholder</a> TITLE</pre>
+<div class="block">Title placeholder shape text</div>
+</li>
+</ul>
+<a name="BODY">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>BODY</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html" title="enum in org.apache.poi.sl.usermodel">TextShape.TextPlaceholder</a> BODY</pre>
+<div class="block">Body placeholder shape text</div>
+</li>
+</ul>
+<a name="CENTER_TITLE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CENTER_TITLE</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html" title="enum in org.apache.poi.sl.usermodel">TextShape.TextPlaceholder</a> CENTER_TITLE</pre>
+<div class="block">Center title placeholder shape text</div>
+</li>
+</ul>
+<a name="CENTER_BODY">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CENTER_BODY</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html" title="enum in org.apache.poi.sl.usermodel">TextShape.TextPlaceholder</a> CENTER_BODY</pre>
+<div class="block">Center body placeholder shape text</div>
+</li>
+</ul>
+<a name="HALF_BODY">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>HALF_BODY</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html" title="enum in org.apache.poi.sl.usermodel">TextShape.TextPlaceholder</a> HALF_BODY</pre>
+<div class="block">Half-sized body placeholder shape text</div>
+</li>
+</ul>
+<a name="QUARTER_BODY">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>QUARTER_BODY</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html" title="enum in org.apache.poi.sl.usermodel">TextShape.TextPlaceholder</a> QUARTER_BODY</pre>
+<div class="block">Quarter-sized body placeholder shape text</div>
+</li>
+</ul>
+<a name="NOTES">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>NOTES</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html" title="enum in org.apache.poi.sl.usermodel">TextShape.TextPlaceholder</a> NOTES</pre>
+<div class="block">Notes placeholder shape text</div>
+</li>
+</ul>
+<a name="OTHER">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>OTHER</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html" title="enum in org.apache.poi.sl.usermodel">TextShape.TextPlaceholder</a> OTHER</pre>
+<div class="block">Any other text</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="values()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>values</h4>
+<pre>public static&nbsp;<a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html" title="enum in org.apache.poi.sl.usermodel">TextShape.TextPlaceholder</a>[]&nbsp;values()</pre>
+<div class="block">Returns an array containing the constants of this enum type, in
+the order they are declared.  This method may be used to iterate
+over the constants as follows:
+<pre>
+for (TextShape.TextPlaceholder c : TextShape.TextPlaceholder.values())
+&nbsp;   System.out.println(c);
+</pre></div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in the order they are declared</dd></dl>
+</li>
+</ul>
+<a name="valueOf(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>valueOf</h4>
+<pre>public static&nbsp;<a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html" title="enum in org.apache.poi.sl.usermodel">TextShape.TextPlaceholder</a>&nbsp;valueOf(java.lang.String&nbsp;name)</pre>
+<div class="block">Returns the enum constant of this type with the specified name.
+The string must match <i>exactly</i> an identifier used to declare an
+enum constant in this type.  (Extraneous whitespace characters are 
+not permitted.)</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd>
+<dd><code>java.lang.NullPointerException</code> - if the argument is null</dd></dl>
+</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/TextShape.TextPlaceholder.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/sl/usermodel/TextShape.TextDirection.html" title="enum in org.apache.poi.sl.usermodel"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/sl/usermodel/VerticalAlignment.html" title="enum in org.apache.poi.sl.usermodel"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html" target="_top">Frames</a></li>
+<li><a href="TextShape.TextPlaceholder.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="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&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 2015 The Apache Software Foundation or
+        its licensors, as applicable.</i>
+            </small></p>
+</body>
+</html>

Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextShape.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextShape.html?rev=1711200&r1=1711199&r2=1711200&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextShape.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextShape.html Thu Oct 29 09:30:32 2015
@@ -94,7 +94,7 @@
 </dl>
 <dl>
 <dt>All Known Implementing Classes:</dt>
-<dd><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFAutoShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFAutoShape</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFFreeformShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFFreeformShape</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html" title="class in org.apache.poi.hslf.usermodel">HSLFTableCell</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextBox.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextBox</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextShape</a>, <a href="../../../../../org/apache/poi/hslf/model/Placeholder.html" title="class in org.apache.poi.hslf.model">Placeholder</a>, <a href="../../../../../org/apa
 che/poi/hslf/model/Polygon.html" title="class in org.apache.poi.hslf.model">Polygon</a>, <a href="../../../../../org/apache/poi/xslf/usermodel/XSLFAutoShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFAutoShape</a>, <a href="../../../../../org/apache/poi/xslf/usermodel/XSLFFreeformShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFFreeformShape</a>, <a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTableCell.html" title="class in org.apache.poi.xslf.usermodel">XSLFTableCell</a>, <a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTextBox.html" title="class in org.apache.poi.xslf.usermodel">XSLFTextBox</a>, <a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTextShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFTextShape</a></dd>
+<dd><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFAutoShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFAutoShape</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFFreeformShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFFreeformShape</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPlaceholder.html" title="class in org.apache.poi.hslf.usermodel">HSLFPlaceholder</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html" title="class in org.apache.poi.hslf.usermodel">HSLFTableCell</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextBox.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextBox</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextShape</a>, <a href="../../
 ../../../org/apache/poi/hslf/model/Polygon.html" title="class in org.apache.poi.hslf.model">Polygon</a>, <a href="../../../../../org/apache/poi/xslf/usermodel/XSLFAutoShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFAutoShape</a>, <a href="../../../../../org/apache/poi/xslf/usermodel/XSLFFreeformShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFFreeformShape</a>, <a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTableCell.html" title="class in org.apache.poi.xslf.usermodel">XSLFTableCell</a>, <a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTextBox.html" title="class in org.apache.poi.xslf.usermodel">XSLFTextBox</a>, <a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTextShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFTextShape</a></dd>
 </dl>
 <hr>
 <br>
@@ -130,7 +130,22 @@ extends <a href="../../../../../org/apac
 <div class="block">Vertical Text Types</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code>static class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html" title="enum in org.apache.poi.sl.usermodel">TextShape.TextPlaceholder</a></strong></code>
+<div class="block">This enum represents a compromise for the handling of
+ HSLF run types (see org.apache.poi.hslf.record.TextHeaderAtom) and
+ XSLF placeholders (see org.apache.poi.xslf.usermodel.Placeholder).</div>
+</td>
+</tr>
 </table>
+<ul class="blockList">
+<li class="blockList"><a name="nested_classes_inherited_from_class_org.apache.poi.sl.usermodel.SimpleShape">
+<!--   -->
+</a>
+<h3>Nested classes/interfaces inherited from interface&nbsp;org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html" title="interface in org.apache.poi.sl.usermodel">SimpleShape</a></h3>
+<code><a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.Placeholder.html" title="enum in org.apache.poi.sl.usermodel">SimpleShape.Placeholder</a></code></li>
+</ul>
 </li>
 </ul>
 <!-- ========== METHOD SUMMARY =========== -->
@@ -164,28 +179,66 @@ extends <a href="../../../../../org/apac
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#getTextParagraphs()">getTextParagraphs</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html" title="enum in org.apache.poi.sl.usermodel">TextShape.TextPlaceholder</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#getTextPlaceholder()">getTextPlaceholder</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/sl/usermodel/VerticalAlignment.html" title="enum in org.apache.poi.sl.usermodel">VerticalAlignment</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#getVerticalAlignment()">getVerticalAlignment</a></strong>()</code>
 <div class="block">Returns the type of vertical alignment for the text.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#getWordWrap()">getWordWrap</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#isHorizontalCentered()">isHorizontalCentered</a></strong>()</code>
 <div class="block">Returns if the text is centered.</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#setHorizontalCentered(java.lang.Boolean)">setHorizontalCentered</a></strong>(java.lang.Boolean&nbsp;isCentered)</code>
+<div class="block">Sets if the paragraphs are horizontal centered</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#setInsets(org.apache.poi.sl.usermodel.Insets2D)">setInsets</a></strong>(<a href="../../../../../org/apache/poi/sl/usermodel/Insets2D.html" title="class in org.apache.poi.sl.usermodel">Insets2D</a>&nbsp;insets)</code>
+<div class="block">Sets the shape margins</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html" title="interface in org.apache.poi.sl.usermodel">TextRun</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#setText(java.lang.String)">setText</a></strong>(java.lang.String&nbsp;text)</code>
+<div class="block">Sets (overwrites) the current text.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#setTextPlaceholder(org.apache.poi.sl.usermodel.TextShape.TextPlaceholder)">setTextPlaceholder</a></strong>(<a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html" title="enum in org.apache.poi.sl.usermodel">TextShape.TextPlaceholder</a>&nbsp;placeholder)</code>
+<div class="block">Sets the text placeholder</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#setVerticalAlignment(org.apache.poi.sl.usermodel.VerticalAlignment)">setVerticalAlignment</a></strong>(<a href="../../../../../org/apache/poi/sl/usermodel/VerticalAlignment.html" title="enum in org.apache.poi.sl.usermodel">VerticalAlignment</a>&nbsp;vAlign)</code>
+<div class="block">Sets the type of vertical alignment for the text.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html#setWordWrap(boolean)">setWordWrap</a></strong>(boolean&nbsp;wrap)</code>&nbsp;</td>
+</tr>
 </table>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.sl.usermodel.SimpleShape">
 <!--   -->
 </a>
 <h3>Methods inherited from interface&nbsp;org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html" title="interface in org.apache.poi.sl.usermodel">SimpleShape</a></h3>
-<code><a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#getFillStyle()">getFillStyle</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#getGeometry()">getGeometry</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#getLineDecoration()">getLineDecoration</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#getShadow()">getShadow</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#getShapeType()">getShapeType</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#getStrokeStyle()">getStrokeStyle</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#isPlaceholder()">isPlaceholder</a></code></li>
+<code><a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#getFillColor()">getFillColor</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#getFillStyle()">getFillStyle</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#getGeometry()">getGeometry</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#getLineDecoration()">getLineDecoration</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#getShadow()">getShadow</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#getShapeType()">getShapeType</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#getStrokeStyle()">getStrokeStyle</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#isPlaceholder()">isPlaceholder</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#setFillColor(java.awt.Color)">setFillColor</a>, <a href="../../../../../org/apache/poi/sl/
 usermodel/SimpleShape.html#setShapeType(org.apache.poi.sl.usermodel.ShapeType)">setShapeType</a>, <a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#setStrokeStyle(java.lang.Object...)">setStrokeStyle</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.sl.usermodel.Shape">
@@ -229,6 +282,21 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Method Detail</h3>
+<a name="setText(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setText</h4>
+<pre><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html" title="interface in org.apache.poi.sl.usermodel">TextRun</a>&nbsp;setText(java.lang.String&nbsp;text)</pre>
+<div class="block">Sets (overwrites) the current text.
+ Uses the properties of the first paragraph / textrun.
+ Text paragraphs are split by \\r or \\n.
+ New lines within text run are split by \\u000b</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>text</code> - the text string used by this object.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the last text run of the - potential split - text</dd></dl>
+</li>
+</ul>
 <a name="getTextParagraphs()">
 <!--   -->
 </a>
@@ -249,6 +317,17 @@ extends <a href="../../../../../org/apac
 <dl><dt><span class="strong">Returns:</span></dt><dd>text shape margin</dd></dl>
 </li>
 </ul>
+<a name="setInsets(org.apache.poi.sl.usermodel.Insets2D)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setInsets</h4>
+<pre>void&nbsp;setInsets(<a href="../../../../../org/apache/poi/sl/usermodel/Insets2D.html" title="class in org.apache.poi.sl.usermodel">Insets2D</a>&nbsp;insets)</pre>
+<div class="block">Sets the shape margins</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>insets</code> - the new shape margins</dd></dl>
+</li>
+</ul>
 <a name="getTextHeight()">
 <!--   -->
 </a>
@@ -270,6 +349,18 @@ extends <a href="../../../../../org/apac
 <dl><dt><span class="strong">Returns:</span></dt><dd>the type of vertical alignment</dd></dl>
 </li>
 </ul>
+<a name="setVerticalAlignment(org.apache.poi.sl.usermodel.VerticalAlignment)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setVerticalAlignment</h4>
+<pre>void&nbsp;setVerticalAlignment(<a href="../../../../../org/apache/poi/sl/usermodel/VerticalAlignment.html" title="enum in org.apache.poi.sl.usermodel">VerticalAlignment</a>&nbsp;vAlign)</pre>
+<div class="block">Sets the type of vertical alignment for the text.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>vAlign</code> - - the type of alignment.
+ A <code>null</code> values unsets this property.</dd></dl>
+</li>
+</ul>
 <a name="isHorizontalCentered()">
 <!--   -->
 </a>
@@ -284,6 +375,18 @@ extends <a href="../../../../../org/apac
 <dl><dt><span class="strong">Returns:</span></dt><dd>true, if the text anchor is horizontal centered</dd></dl>
 </li>
 </ul>
+<a name="setHorizontalCentered(java.lang.Boolean)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setHorizontalCentered</h4>
+<pre>void&nbsp;setHorizontalCentered(java.lang.Boolean&nbsp;isCentered)</pre>
+<div class="block">Sets if the paragraphs are horizontal centered</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>isCentered</code> - true, if the paragraphs are horizontal centered
+ A <code>null</code> values unsets this property.</dd></dl>
+</li>
+</ul>
 <a name="getWordWrap()">
 <!--   -->
 </a>
@@ -294,16 +397,46 @@ extends <a href="../../../../../org/apac
 <dl><dt><span class="strong">Returns:</span></dt><dd>whether to wrap words within the bounding rectangle</dd></dl>
 </li>
 </ul>
+<a name="setWordWrap(boolean)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setWordWrap</h4>
+<pre>void&nbsp;setWordWrap(boolean&nbsp;wrap)</pre>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>wrap</code> - whether to wrap words within the bounding rectangle</dd></dl>
+</li>
+</ul>
 <a name="getTextDirection()">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>getTextDirection</h4>
 <pre><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextDirection.html" title="enum in org.apache.poi.sl.usermodel">TextShape.TextDirection</a>&nbsp;getTextDirection()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd>vertical orientation of the text</dd></dl>
 </li>
 </ul>
+<a name="setTextPlaceholder(org.apache.poi.sl.usermodel.TextShape.TextPlaceholder)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setTextPlaceholder</h4>
+<pre>void&nbsp;setTextPlaceholder(<a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html" title="enum in org.apache.poi.sl.usermodel">TextShape.TextPlaceholder</a>&nbsp;placeholder)</pre>
+<div class="block">Sets the text placeholder</div>
+</li>
+</ul>
+<a name="getTextPlaceholder()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getTextPlaceholder</h4>
+<pre><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html" title="enum in org.apache.poi.sl.usermodel">TextShape.TextPlaceholder</a>&nbsp;getTextPlaceholder()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the text placeholder</dd></dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/VerticalAlignment.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/VerticalAlignment.html?rev=1711200&r1=1711199&r2=1711200&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/VerticalAlignment.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/VerticalAlignment.html Thu Oct 29 09:30:32 2015
@@ -34,7 +34,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextDirection.html" title="enum in org.apache.poi.sl.usermodel"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html" title="enum in org.apache.poi.sl.usermodel"><span class="strong">Prev Class</span></a></li>
 <li>Next Class</li>
 </ul>
 <ul class="navList">
@@ -346,7 +346,7 @@ not permitted.)</div>
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextDirection.html" title="enum in org.apache.poi.sl.usermodel"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html" title="enum in org.apache.poi.sl.usermodel"><span class="strong">Prev Class</span></a></li>
 <li>Next Class</li>
 </ul>
 <ul class="navList">

Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/AutoShape.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/AutoShape.html?rev=1711200&r1=1711199&r2=1711200&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/AutoShape.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/AutoShape.html Thu Oct 29 09:30:32 2015
@@ -111,12 +111,6 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/model/Placeholder.html" title="class in org.apache.poi.hslf.model">Placeholder</a></strong></code>
-<div class="block">Represents a Placeholder in PowerPoint.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/model/Polygon.html" title="class in org.apache.poi.hslf.model">Polygon</a></strong></code>
 <div class="block">A simple closed polygon shape</div>
 </td>
@@ -155,11 +149,17 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFPlaceholder.html" title="class in org.apache.poi.hslf.usermodel">HSLFPlaceholder</a></strong></code>
+<div class="block">Represents a Placeholder in PowerPoint.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html" title="class in org.apache.poi.hslf.usermodel">HSLFTableCell</a></strong></code>
 <div class="block">Represents a cell in a ppt table</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFTextBox.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextBox</a></strong></code>
 <div class="block">Represents a TextFrame shape in PowerPoint.</div>
@@ -207,7 +207,9 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>interface&nbsp;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/sl/usermodel/TextBox.html" title="interface in org.apache.poi.sl.usermodel">TextBox</a>&lt;S extends <a href="../../../../../../org/apache/poi/sl/usermodel/Shape.html" title="interface in org.apache.poi.sl.usermodel">Shape</a>&lt;S,P&gt;,P extends <a href="../../../../../../org/apache/poi/sl/usermodel/TextParagraph.html" title="interface in org.apache.poi.sl.usermodel">TextParagraph</a>&lt;S,P,?&gt;&gt;</strong></code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/sl/usermodel/TextBox.html" title="interface in org.apache.poi.sl.usermodel">TextBox</a>&lt;S extends <a href="../../../../../../org/apache/poi/sl/usermodel/Shape.html" title="interface in org.apache.poi.sl.usermodel">Shape</a>&lt;S,P&gt;,P extends <a href="../../../../../../org/apache/poi/sl/usermodel/TextParagraph.html" title="interface in org.apache.poi.sl.usermodel">TextParagraph</a>&lt;S,P,?&gt;&gt;</strong></code>
+<div class="block">Represents a TextFrame shape in PowerPoint.</div>
+</td>
 </tr>
 </tbody>
 </table>

Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/GroupShape.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/GroupShape.html?rev=1711200&r1=1711199&r2=1711200&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/GroupShape.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/GroupShape.html Thu Oct 29 09:30:32 2015
@@ -135,6 +135,10 @@
 <td class="colFirst"><code>protected <a href="../../../../../../org/apache/poi/sl/usermodel/GroupShape.html" title="interface in org.apache.poi.sl.usermodel">GroupShape</a>&lt;?,?&gt;</code></td>
 <td class="colLast"><span class="strong">DrawGroupShape.</span><code><strong><a href="../../../../../../org/apache/poi/sl/draw/DrawGroupShape.html#getShape()">getShape</a></strong>()</code>&nbsp;</td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/sl/usermodel/GroupShape.html" title="interface in org.apache.poi.sl.usermodel">GroupShape</a>&lt;?,?&gt;</code></td>
+<td class="colLast"><span class="strong">SLGraphics.</span><code><strong><a href="../../../../../../org/apache/poi/sl/draw/SLGraphics.html#getShapeGroup()">getShapeGroup</a></strong>()</code>&nbsp;</td>
+</tr>
 </tbody>
 </table>
 <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
@@ -159,6 +163,11 @@
 <tr class="altColor">
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/sl/draw/DrawGroupShape.html#DrawGroupShape(org.apache.poi.sl.usermodel.GroupShape)">DrawGroupShape</a></strong>(<a href="../../../../../../org/apache/poi/sl/usermodel/GroupShape.html" title="interface in org.apache.poi.sl.usermodel">GroupShape</a>&lt;?,?&gt;&nbsp;shape)</code>&nbsp;</td>
 </tr>
+<tr class="rowColor">
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/sl/draw/SLGraphics.html#SLGraphics(org.apache.poi.sl.usermodel.GroupShape)">SLGraphics</a></strong>(<a href="../../../../../../org/apache/poi/sl/usermodel/GroupShape.html" title="interface in org.apache.poi.sl.usermodel">GroupShape</a>&lt;?,?&gt;&nbsp;group)</code>
+<div class="block">Construct Java Graphics object which translates graphic calls in ppt drawing layer.</div>
+</td>
+</tr>
 </tbody>
 </table>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/Insets2D.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/Insets2D.html?rev=1711200&r1=1711199&r2=1711200&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/Insets2D.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/Insets2D.html Thu Oct 29 09:30:32 2015
@@ -107,6 +107,19 @@
 </tr>
 </tbody>
 </table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../../org/apache/poi/hslf/usermodel/package-summary.html">org.apache.poi.hslf.usermodel</a> with parameters of type <a href="../../../../../../org/apache/poi/sl/usermodel/Insets2D.html" title="class in org.apache.poi.sl.usermodel">Insets2D</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>void</code></td>
+<td class="colLast"><span class="strong">HSLFTextShape.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html#setInsets(org.apache.poi.sl.usermodel.Insets2D)">setInsets</a></strong>(<a href="../../../../../../org/apache/poi/sl/usermodel/Insets2D.html" title="class in org.apache.poi.sl.usermodel">Insets2D</a>&nbsp;insets)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
 </li>
 <li class="blockList"><a name="org.apache.poi.sl.usermodel">
 <!--   -->
@@ -131,6 +144,21 @@
 </tr>
 </tbody>
 </table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../../org/apache/poi/sl/usermodel/package-summary.html">org.apache.poi.sl.usermodel</a> with parameters of type <a href="../../../../../../org/apache/poi/sl/usermodel/Insets2D.html" title="class in org.apache.poi.sl.usermodel">Insets2D</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>void</code></td>
+<td class="colLast"><span class="strong">TextShape.</span><code><strong><a href="../../../../../../org/apache/poi/sl/usermodel/TextShape.html#setInsets(org.apache.poi.sl.usermodel.Insets2D)">setInsets</a></strong>(<a href="../../../../../../org/apache/poi/sl/usermodel/Insets2D.html" title="class in org.apache.poi.sl.usermodel">Insets2D</a>&nbsp;insets)</code>
+<div class="block">Sets the shape margins</div>
+</td>
+</tr>
+</tbody>
+</table>
 </li>
 <li class="blockList"><a name="org.apache.poi.xslf.usermodel">
 <!--   -->
@@ -149,6 +177,19 @@
 </tr>
 </tbody>
 </table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../../org/apache/poi/xslf/usermodel/package-summary.html">org.apache.poi.xslf.usermodel</a> with parameters of type <a href="../../../../../../org/apache/poi/sl/usermodel/Insets2D.html" title="class in org.apache.poi.sl.usermodel">Insets2D</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>void</code></td>
+<td class="colLast"><span class="strong">XSLFTextShape.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFTextShape.html#setInsets(org.apache.poi.sl.usermodel.Insets2D)">setInsets</a></strong>(<a href="../../../../../../org/apache/poi/sl/usermodel/Insets2D.html" title="class in org.apache.poi.sl.usermodel">Insets2D</a>&nbsp;insets)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PlaceableShape.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PlaceableShape.html?rev=1711200&r1=1711199&r2=1711200&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PlaceableShape.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PlaceableShape.html Thu Oct 29 09:30:32 2015
@@ -129,12 +129,6 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/model/Placeholder.html" title="class in org.apache.poi.hslf.model">Placeholder</a></strong></code>
-<div class="block">Represents a Placeholder in PowerPoint.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/model/Polygon.html" title="class in org.apache.poi.hslf.model">Polygon</a></strong></code>
 <div class="block">A simple closed polygon shape</div>
 </td>
@@ -191,29 +185,35 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFPlaceholder.html" title="class in org.apache.poi.hslf.usermodel">HSLFPlaceholder</a></strong></code>
+<div class="block">Represents a Placeholder in PowerPoint.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFSimpleShape</a></strong></code>
 <div class="block">An abstract simple (non-group) shape.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html" title="class in org.apache.poi.hslf.usermodel">HSLFTable</a></strong></code>
 <div class="block">Represents a table in a PowerPoint presentation</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html" title="class in org.apache.poi.hslf.usermodel">HSLFTableCell</a></strong></code>
 <div class="block">Represents a cell in a ppt table</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFTextBox.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextBox</a></strong></code>
 <div class="block">Represents a TextFrame shape in PowerPoint.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextShape</a></strong></code>
 <div class="block">A common superclass of all shapes that can hold text.</div>
@@ -320,7 +320,9 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>interface&nbsp;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/sl/usermodel/TextBox.html" title="interface in org.apache.poi.sl.usermodel">TextBox</a>&lt;S extends <a href="../../../../../../org/apache/poi/sl/usermodel/Shape.html" title="interface in org.apache.poi.sl.usermodel">Shape</a>&lt;S,P&gt;,P extends <a href="../../../../../../org/apache/poi/sl/usermodel/TextParagraph.html" title="interface in org.apache.poi.sl.usermodel">TextParagraph</a>&lt;S,P,?&gt;&gt;</strong></code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/sl/usermodel/TextBox.html" title="interface in org.apache.poi.sl.usermodel">TextBox</a>&lt;S extends <a href="../../../../../../org/apache/poi/sl/usermodel/Shape.html" title="interface in org.apache.poi.sl.usermodel">Shape</a>&lt;S,P&gt;,P extends <a href="../../../../../../org/apache/poi/sl/usermodel/TextParagraph.html" title="interface in org.apache.poi.sl.usermodel">TextParagraph</a>&lt;S,P,?&gt;&gt;</strong></code>
+<div class="block">Represents a TextFrame shape in PowerPoint.</div>
+</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>interface&nbsp;</code></td>

Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/Shape.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/Shape.html?rev=1711200&r1=1711199&r2=1711200&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/Shape.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/Shape.html Thu Oct 29 09:30:32 2015
@@ -129,12 +129,6 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/model/Placeholder.html" title="class in org.apache.poi.hslf.model">Placeholder</a></strong></code>
-<div class="block">Represents a Placeholder in PowerPoint.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/model/Polygon.html" title="class in org.apache.poi.hslf.model">Polygon</a></strong></code>
 <div class="block">A simple closed polygon shape</div>
 </td>
@@ -197,36 +191,42 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFPlaceholder.html" title="class in org.apache.poi.hslf.usermodel">HSLFPlaceholder</a></strong></code>
+<div class="block">Represents a Placeholder in PowerPoint.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFShape</a></strong></code>
 <div class="block">
  Represents a Shape which is the elemental object that composes a drawing.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFSimpleShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFSimpleShape</a></strong></code>
 <div class="block">An abstract simple (non-group) shape.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html" title="class in org.apache.poi.hslf.usermodel">HSLFTable</a></strong></code>
 <div class="block">Represents a table in a PowerPoint presentation</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html" title="class in org.apache.poi.hslf.usermodel">HSLFTableCell</a></strong></code>
 <div class="block">Represents a cell in a ppt table</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFTextBox.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextBox</a></strong></code>
 <div class="block">Represents a TextFrame shape in PowerPoint.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFTextShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextShape</a></strong></code>
 <div class="block">A common superclass of all shapes that can hold text.</div>
@@ -402,7 +402,9 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>interface&nbsp;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/sl/usermodel/TextBox.html" title="interface in org.apache.poi.sl.usermodel">TextBox</a>&lt;S extends <a href="../../../../../../org/apache/poi/sl/usermodel/Shape.html" title="interface in org.apache.poi.sl.usermodel">Shape</a>&lt;S,P&gt;,P extends <a href="../../../../../../org/apache/poi/sl/usermodel/TextParagraph.html" title="interface in org.apache.poi.sl.usermodel">TextParagraph</a>&lt;S,P,?&gt;&gt;</strong></code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/sl/usermodel/TextBox.html" title="interface in org.apache.poi.sl.usermodel">TextBox</a>&lt;S extends <a href="../../../../../../org/apache/poi/sl/usermodel/Shape.html" title="interface in org.apache.poi.sl.usermodel">Shape</a>&lt;S,P&gt;,P extends <a href="../../../../../../org/apache/poi/sl/usermodel/TextParagraph.html" title="interface in org.apache.poi.sl.usermodel">TextParagraph</a>&lt;S,P,?&gt;&gt;</strong></code>
+<div class="block">Represents a TextFrame shape in PowerPoint.</div>
+</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>interface&nbsp;</code></td>
@@ -465,7 +467,9 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>interface&nbsp;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/sl/usermodel/TextBox.html" title="interface in org.apache.poi.sl.usermodel">TextBox</a>&lt;S extends <a href="../../../../../../org/apache/poi/sl/usermodel/Shape.html" title="interface in org.apache.poi.sl.usermodel">Shape</a>&lt;S,P&gt;,P extends <a href="../../../../../../org/apache/poi/sl/usermodel/TextParagraph.html" title="interface in org.apache.poi.sl.usermodel">TextParagraph</a>&lt;S,P,?&gt;&gt;</strong></code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/sl/usermodel/TextBox.html" title="interface in org.apache.poi.sl.usermodel">TextBox</a>&lt;S extends <a href="../../../../../../org/apache/poi/sl/usermodel/Shape.html" title="interface in org.apache.poi.sl.usermodel">Shape</a>&lt;S,P&gt;,P extends <a href="../../../../../../org/apache/poi/sl/usermodel/TextParagraph.html" title="interface in org.apache.poi.sl.usermodel">TextParagraph</a>&lt;S,P,?&gt;&gt;</strong></code>
+<div class="block">Represents a TextFrame shape in PowerPoint.</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>interface&nbsp;</code></td>




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