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/07/25 08:26:34 UTC

svn commit: r1692602 [11/11] - in /poi/site/publish/apidocs/org/apache/poi/xslf: model/ model/class-use/ usermodel/ usermodel/class-use/

Modified: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/class-use/XSLFTextShape.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/class-use/XSLFTextShape.html?rev=1692602&r1=1692601&r2=1692602&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/class-use/XSLFTextShape.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/class-use/XSLFTextShape.html Sat Jul 25 06:26:33 2015
@@ -126,13 +126,17 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFTextShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFTextShape</a></code></td>
-<td class="colLast"><span class="strong">XSLFSheet.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFSheet.html#getPlaceholder(int)">getPlaceholder</a></strong>(int&nbsp;idx)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">XSLFTextParagraph.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFTextParagraph.html#getParentShape()">getParentShape</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFTextShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFTextShape</a></code></td>
+<td class="colLast"><span class="strong">XSLFSheet.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFSheet.html#getPlaceholder(int)">getPlaceholder</a></strong>(int&nbsp;idx)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFTextShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFTextShape</a>[]</code></td>
 <td class="colLast"><span class="strong">XSLFSheet.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFSheet.html#getPlaceholders()">getPlaceholders</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected <a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFTextShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFTextShape</a></code></td>
 <td class="colLast"><span class="strong">XSLFSheet.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFSheet.html#getTextShapeByType(org.apache.poi.xslf.usermodel.Placeholder)">getTextShapeByType</a></strong>(<a href="../../../../../../org/apache/poi/xslf/usermodel/Placeholder.html" title="enum in org.apache.poi.xslf.usermodel">Placeholder</a>&nbsp;type)</code>&nbsp;</td>
 </tr>

Modified: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/package-frame.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/package-frame.html?rev=1692602&r1=1692601&r2=1692602&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/package-frame.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/package-frame.html Sat Jul 25 06:26:33 2015
@@ -63,20 +63,8 @@
 </ul>
 <h2 title="Enums">Enums</h2>
 <ul title="Enums">
-<li><a href="LineCap.html" title="enum in org.apache.poi.xslf.usermodel" target="classFrame">LineCap</a></li>
-<li><a href="LineDash.html" title="enum in org.apache.poi.xslf.usermodel" target="classFrame">LineDash</a></li>
-<li><a href="LineDecoration.html" title="enum in org.apache.poi.xslf.usermodel" target="classFrame">LineDecoration</a></li>
-<li><a href="LineEndLength.html" title="enum in org.apache.poi.xslf.usermodel" target="classFrame">LineEndLength</a></li>
-<li><a href="LineEndWidth.html" title="enum in org.apache.poi.xslf.usermodel" target="classFrame">LineEndWidth</a></li>
-<li><a href="ListAutoNumber.html" title="enum in org.apache.poi.xslf.usermodel" target="classFrame">ListAutoNumber</a></li>
 <li><a href="Placeholder.html" title="enum in org.apache.poi.xslf.usermodel" target="classFrame">Placeholder</a></li>
 <li><a href="SlideLayout.html" title="enum in org.apache.poi.xslf.usermodel" target="classFrame">SlideLayout</a></li>
-<li><a href="TextAlign.html" title="enum in org.apache.poi.xslf.usermodel" target="classFrame">TextAlign</a></li>
-<li><a href="TextAutofit.html" title="enum in org.apache.poi.xslf.usermodel" target="classFrame">TextAutofit</a></li>
-<li><a href="TextCap.html" title="enum in org.apache.poi.xslf.usermodel" target="classFrame">TextCap</a></li>
-<li><a href="TextDirection.html" title="enum in org.apache.poi.xslf.usermodel" target="classFrame">TextDirection</a></li>
-<li><a href="VerticalAlignment.html" title="enum in org.apache.poi.xslf.usermodel" target="classFrame">VerticalAlignment</a></li>
-<li><a href="XSLFShapeType.html" title="enum in org.apache.poi.xslf.usermodel" target="classFrame">XSLFShapeType</a></li>
 </ul>
 </div>
 </body>

Modified: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/package-summary.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/package-summary.html?rev=1692602&r1=1692601&r2=1692602&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/package-summary.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/package-summary.html Sat Jul 25 06:26:33 2015
@@ -34,7 +34,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/poi/xslf/model/geom/package-summary.html">Prev Package</a></li>
+<li><a href="../../../../../org/apache/poi/xslf/model/package-summary.html">Prev Package</a></li>
 <li><a href="../../../../../org/apache/poi/xslf/util/package-summary.html">Next Package</a></li>
 </ul>
 <ul class="navList">
@@ -341,34 +341,6 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><a href="../../../../../org/apache/poi/xslf/usermodel/LineCap.html" title="enum in org.apache.poi.xslf.usermodel">LineCap</a></td>
-<td class="colLast">&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="../../../../../org/apache/poi/xslf/usermodel/LineDash.html" title="enum in org.apache.poi.xslf.usermodel">LineDash</a></td>
-<td class="colLast">&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a href="../../../../../org/apache/poi/xslf/usermodel/LineDecoration.html" title="enum in org.apache.poi.xslf.usermodel">LineDecoration</a></td>
-<td class="colLast">
-<div class="block">Represents the shape decoration that appears at the ends of lines.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="../../../../../org/apache/poi/xslf/usermodel/LineEndLength.html" title="enum in org.apache.poi.xslf.usermodel">LineEndLength</a></td>
-<td class="colLast">&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a href="../../../../../org/apache/poi/xslf/usermodel/LineEndWidth.html" title="enum in org.apache.poi.xslf.usermodel">LineEndWidth</a></td>
-<td class="colLast">&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="../../../../../org/apache/poi/xslf/usermodel/ListAutoNumber.html" title="enum in org.apache.poi.xslf.usermodel">ListAutoNumber</a></td>
-<td class="colLast">
-<div class="block">Specifies type of automatic numbered bullet points that should be applied to a paragraph.</div>
-</td>
-</tr>
-<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/xslf/usermodel/Placeholder.html" title="enum in org.apache.poi.xslf.usermodel">Placeholder</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
@@ -378,40 +350,6 @@
 <div class="block">Date: 11/5/11</div>
 </td>
 </tr>
-<tr class="altColor">
-<td class="colFirst"><a href="../../../../../org/apache/poi/xslf/usermodel/TextAlign.html" title="enum in org.apache.poi.xslf.usermodel">TextAlign</a></td>
-<td class="colLast">
-<div class="block">Specified a list of text alignment types</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="../../../../../org/apache/poi/xslf/usermodel/TextAutofit.html" title="enum in org.apache.poi.xslf.usermodel">TextAutofit</a></td>
-<td class="colLast">
-<div class="block">Specifies alist of auto-fit types.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a href="../../../../../org/apache/poi/xslf/usermodel/TextCap.html" title="enum in org.apache.poi.xslf.usermodel">TextCap</a></td>
-<td class="colLast">&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="../../../../../org/apache/poi/xslf/usermodel/TextDirection.html" title="enum in org.apache.poi.xslf.usermodel">TextDirection</a></td>
-<td class="colLast">
-<div class="block">Vertical Text Types</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a href="../../../../../org/apache/poi/xslf/usermodel/VerticalAlignment.html" title="enum in org.apache.poi.xslf.usermodel">VerticalAlignment</a></td>
-<td class="colLast">
-<div class="block">Specifies a list of available anchoring types for text</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFShapeType.html" title="enum in org.apache.poi.xslf.usermodel">XSLFShapeType</a></td>
-<td class="colLast">
-<div class="block">known preset shape geometries in PresentationML</div>
-</td>
-</tr>
 </tbody>
 </table>
 </li>
@@ -436,7 +374,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/poi/xslf/model/geom/package-summary.html">Prev Package</a></li>
+<li><a href="../../../../../org/apache/poi/xslf/model/package-summary.html">Prev Package</a></li>
 <li><a href="../../../../../org/apache/poi/xslf/util/package-summary.html">Next Package</a></li>
 </ul>
 <ul class="navList">

Modified: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/package-tree.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/package-tree.html?rev=1692602&r1=1692601&r2=1692602&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/package-tree.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/package-tree.html Sat Jul 25 06:26:33 2015
@@ -34,7 +34,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/poi/xslf/model/geom/package-tree.html">Prev</a></li>
+<li><a href="../../../../../org/apache/poi/xslf/model/package-tree.html">Prev</a></li>
 <li><a href="../../../../../org/apache/poi/xslf/util/package-tree.html">Next</a></li>
 </ul>
 <ul class="navList">
@@ -85,20 +85,20 @@
 <ul>
 <li type="circle">org.apache.poi.<a href="../../../../../org/apache/poi/POIXMLDocument.html" title="class in org.apache.poi"><span class="strong">POIXMLDocument</span></a> (implements java.io.Closeable)
 <ul>
-<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XMLSlideShow</span></a></li>
+<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XMLSlideShow</span></a> (implements org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a>)</li>
 </ul>
 </li>
 <li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFChart.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFChart</span></a></li>
 <li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFCommentAuthors.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFCommentAuthors</span></a></li>
 <li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFComments.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFComments</span></a></li>
-<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFPictureData.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFPictureData</span></a></li>
-<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSheet.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFSheet</span></a> (implements org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFShapeContainer.html" title="interface in org.apache.poi.xslf.usermodel">XSLFShapeContainer</a>)
+<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFPictureData.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFPictureData</span></a> (implements org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a>)</li>
+<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSheet.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFSheet</span></a> (implements org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/Sheet.html" title="interface in org.apache.poi.sl.usermodel">Sheet</a>&lt;T,SS&gt;, org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFShapeContainer.html" title="interface in org.apache.poi.xslf.usermodel">XSLFShapeContainer</a>)
 <ul>
-<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFNotes.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFNotes</span></a></li>
-<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFNotesMaster.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFNotesMaster</span></a></li>
-<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlide.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFSlide</span></a></li>
-<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideLayout.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFSlideLayout</span></a></li>
-<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideMaster.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFSlideMaster</span></a></li>
+<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFNotes.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFNotes</span></a> (implements org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/Notes.html" title="interface in org.apache.poi.sl.usermodel">Notes</a>&lt;T,SS&gt;)</li>
+<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFNotesMaster.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFNotesMaster</span></a> (implements org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/MasterSheet.html" title="interface in org.apache.poi.sl.usermodel">MasterSheet</a>&lt;T,SS&gt;)</li>
+<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlide.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFSlide</span></a> (implements org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/Slide.html" title="interface in org.apache.poi.sl.usermodel">Slide</a>&lt;T,SS,N&gt;)</li>
+<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideLayout.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFSlideLayout</span></a> (implements org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/MasterSheet.html" title="interface in org.apache.poi.sl.usermodel">MasterSheet</a>&lt;T,SS&gt;)</li>
+<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideMaster.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFSlideMaster</span></a> (implements org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/MasterSheet.html" title="interface in org.apache.poi.sl.usermodel">MasterSheet</a>&lt;T,SS&gt;)</li>
 </ul>
 </li>
 <li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTableStyles.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFTableStyles</span></a> (implements java.lang.Iterable&lt;T&gt;)</li>
@@ -125,25 +125,25 @@
 <li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFDrawing.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFDrawing</span></a></li>
 <li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFHyperlink.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFHyperlink</span></a></li>
 <li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFImageRenderer.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFImageRenderer</span></a></li>
-<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFShape.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFShape</span></a>
+<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFShape.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFShape</span></a> (implements org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/Shape.html" title="interface in org.apache.poi.sl.usermodel">Shape</a>)
 <ul>
 <li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFGraphicFrame.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFGraphicFrame</span></a>
 <ul>
-<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTable.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFTable</span></a> (implements java.lang.Iterable&lt;T&gt;)</li>
+<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTable.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFTable</span></a> (implements java.lang.Iterable&lt;T&gt;, org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/TableShape.html" title="interface in org.apache.poi.sl.usermodel">TableShape</a>)</li>
 </ul>
 </li>
-<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFGroupShape.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFGroupShape</span></a> (implements org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFShapeContainer.html" title="interface in org.apache.poi.xslf.usermodel">XSLFShapeContainer</a>)</li>
-<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSimpleShape.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFSimpleShape</span></a>
+<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFGroupShape.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFGroupShape</span></a> (implements org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/GroupShape.html" title="interface in org.apache.poi.sl.usermodel">GroupShape</a>&lt;T&gt;, org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFShapeContainer.html" title="interface in org.apache.poi.xslf.usermodel">XSLFShapeContainer</a>)</li>
+<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFShadow.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFShadow</span></a> (implements org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/Shadow.html" title="interface in org.apache.poi.sl.usermodel">Shadow</a>)</li>
+<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSimpleShape.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFSimpleShape</span></a> (implements org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/SimpleShape.html" title="interface in org.apache.poi.sl.usermodel">SimpleShape</a>)
 <ul>
-<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFBackground.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFBackground</span></a></li>
-<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFConnectorShape.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFConnectorShape</span></a></li>
-<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFPictureShape.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFPictureShape</span></a></li>
-<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFShadow.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFShadow</span></a></li>
-<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTextShape.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFTextShape</span></a> (implements java.lang.Iterable&lt;T&gt;)
+<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFBackground.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFBackground</span></a> (implements org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/Background.html" title="interface in org.apache.poi.sl.usermodel">Background</a>)</li>
+<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFConnectorShape.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFConnectorShape</span></a> (implements org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/ConnectorShape.html" title="interface in org.apache.poi.sl.usermodel">ConnectorShape</a>)</li>
+<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFPictureShape.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFPictureShape</span></a> (implements org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/PictureShape.html" title="interface in org.apache.poi.sl.usermodel">PictureShape</a>)</li>
+<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTextShape.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFTextShape</span></a> (implements org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/TextShape.html" title="interface in org.apache.poi.sl.usermodel">TextShape</a>&lt;T&gt;)
 <ul>
-<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFAutoShape.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFAutoShape</span></a>
+<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFAutoShape.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFAutoShape</span></a> (implements org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/AutoShape.html" title="interface in org.apache.poi.sl.usermodel">AutoShape</a>&lt;T&gt;)
 <ul>
-<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFFreeformShape.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFFreeformShape</span></a></li>
+<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFFreeformShape.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFFreeformShape</span></a> (implements org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/FreeformShape.html" title="interface in org.apache.poi.sl.usermodel">FreeformShape</a>&lt;T&gt;)</li>
 <li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTextBox.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFTextBox</span></a></li>
 </ul>
 </li>
@@ -156,8 +156,8 @@
 </li>
 <li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTableRow.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFTableRow</span></a> (implements java.lang.Iterable&lt;T&gt;)</li>
 <li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTableStyle.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFTableStyle</span></a></li>
-<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTextParagraph.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFTextParagraph</span></a> (implements java.lang.Iterable&lt;T&gt;)</li>
-<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTextRun.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFTextRun</span></a></li>
+<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTextParagraph.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFTextParagraph</span></a> (implements org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.html" title="interface in org.apache.poi.sl.usermodel">TextParagraph</a>&lt;T&gt;)</li>
+<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTextRun.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFTextRun</span></a> (implements org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html" title="interface in org.apache.poi.sl.usermodel">TextRun</a>)</li>
 </ul>
 </li>
 </ul>
@@ -165,9 +165,13 @@
 <ul>
 <li type="circle">java.lang.Iterable&lt;T&gt;
 <ul>
+<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/ShapeContainer.html" title="interface in org.apache.poi.sl.usermodel"><span class="strong">ShapeContainer</span></a>&lt;T&gt;
+<ul>
 <li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFShapeContainer.html" title="interface in org.apache.poi.xslf.usermodel"><span class="strong">XSLFShapeContainer</span></a></li>
 </ul>
 </li>
+</ul>
+</li>
 <li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFFontManager.html" title="interface in org.apache.poi.xslf.usermodel"><span class="strong">XSLFFontManager</span></a></li>
 </ul>
 <h2 title="Enum Hierarchy">Enum Hierarchy</h2>
@@ -176,20 +180,8 @@
 <ul>
 <li type="circle">java.lang.Enum&lt;E&gt; (implements java.lang.Comparable&lt;T&gt;, java.io.Serializable)
 <ul>
-<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/TextDirection.html" title="enum in org.apache.poi.xslf.usermodel"><span class="strong">TextDirection</span></a></li>
-<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/TextAlign.html" title="enum in org.apache.poi.xslf.usermodel"><span class="strong">TextAlign</span></a></li>
-<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFShapeType.html" title="enum in org.apache.poi.xslf.usermodel"><span class="strong">XSLFShapeType</span></a></li>
 <li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/SlideLayout.html" title="enum in org.apache.poi.xslf.usermodel"><span class="strong">SlideLayout</span></a></li>
 <li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/Placeholder.html" title="enum in org.apache.poi.xslf.usermodel"><span class="strong">Placeholder</span></a></li>
-<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/TextCap.html" title="enum in org.apache.poi.xslf.usermodel"><span class="strong">TextCap</span></a></li>
-<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/ListAutoNumber.html" title="enum in org.apache.poi.xslf.usermodel"><span class="strong">ListAutoNumber</span></a></li>
-<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/LineDash.html" title="enum in org.apache.poi.xslf.usermodel"><span class="strong">LineDash</span></a></li>
-<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/LineEndWidth.html" title="enum in org.apache.poi.xslf.usermodel"><span class="strong">LineEndWidth</span></a></li>
-<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/LineCap.html" title="enum in org.apache.poi.xslf.usermodel"><span class="strong">LineCap</span></a></li>
-<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/VerticalAlignment.html" title="enum in org.apache.poi.xslf.usermodel"><span class="strong">VerticalAlignment</span></a></li>
-<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/LineDecoration.html" title="enum in org.apache.poi.xslf.usermodel"><span class="strong">LineDecoration</span></a></li>
-<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/LineEndLength.html" title="enum in org.apache.poi.xslf.usermodel"><span class="strong">LineEndLength</span></a></li>
-<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/TextAutofit.html" title="enum in org.apache.poi.xslf.usermodel"><span class="strong">TextAutofit</span></a></li>
 </ul>
 </li>
 </ul>
@@ -215,7 +207,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/poi/xslf/model/geom/package-tree.html">Prev</a></li>
+<li><a href="../../../../../org/apache/poi/xslf/model/package-tree.html">Prev</a></li>
 <li><a href="../../../../../org/apache/poi/xslf/util/package-tree.html">Next</a></li>
 </ul>
 <ul class="navList">

Modified: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/package-use.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/package-use.html?rev=1692602&r1=1692601&r2=1692602&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/package-use.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/package-use.html Sat Jul 25 06:26:33 2015
@@ -118,8 +118,8 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/XSLFSimpleShape.html#org.apache.poi.xslf.model">XSLFSimpleShape</a>
-<div class="block">Represents a single (non-group) shape in a .pptx slide show</div>
+<td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/XSLFShape.html#org.apache.poi.xslf.model">XSLFShape</a>
+<div class="block">Base super-class class for all shapes in PresentationML</div>
 </td>
 </tr>
 </tbody>
@@ -147,28 +147,6 @@
 <td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/DrawingTextBody.html#org.apache.poi.xslf.usermodel">DrawingTextBody</a>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/LineCap.html#org.apache.poi.xslf.usermodel">LineCap</a>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/LineDash.html#org.apache.poi.xslf.usermodel">LineDash</a>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/LineDecoration.html#org.apache.poi.xslf.usermodel">LineDecoration</a>
-<div class="block">Represents the shape decoration that appears at the ends of lines.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/LineEndLength.html#org.apache.poi.xslf.usermodel">LineEndLength</a>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/LineEndWidth.html#org.apache.poi.xslf.usermodel">LineEndWidth</a>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/ListAutoNumber.html#org.apache.poi.xslf.usermodel">ListAutoNumber</a>
-<div class="block">Specifies type of automatic numbered bullet points that should be applied to a paragraph.</div>
-</td>
-</tr>
-<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/Placeholder.html#org.apache.poi.xslf.usermodel">Placeholder</a>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -177,122 +155,94 @@
 </td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/TextAlign.html#org.apache.poi.xslf.usermodel">TextAlign</a>
-<div class="block">Specified a list of text alignment types</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/TextAutofit.html#org.apache.poi.xslf.usermodel">TextAutofit</a>
-<div class="block">Specifies alist of auto-fit types.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/TextCap.html#org.apache.poi.xslf.usermodel">TextCap</a>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/TextDirection.html#org.apache.poi.xslf.usermodel">TextDirection</a>
-<div class="block">Vertical Text Types</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/VerticalAlignment.html#org.apache.poi.xslf.usermodel">VerticalAlignment</a>
-<div class="block">Specifies a list of available anchoring types for text</div>
-</td>
-</tr>
-<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/XMLSlideShow.html#org.apache.poi.xslf.usermodel">XMLSlideShow</a>
 <div class="block">High level representation of a ooxml slideshow.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/XSLFAutoShape.html#org.apache.poi.xslf.usermodel">XSLFAutoShape</a>
 <div class="block">Represents a shape with a preset geometry.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/XSLFBackground.html#org.apache.poi.xslf.usermodel">XSLFBackground</a>
 <div class="block">Background shape</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/XSLFCommentAuthors.html#org.apache.poi.xslf.usermodel">XSLFCommentAuthors</a>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/XSLFComments.html#org.apache.poi.xslf.usermodel">XSLFComments</a>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/XSLFCommonSlideData.html#org.apache.poi.xslf.usermodel">XSLFCommonSlideData</a>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/XSLFConnectorShape.html#org.apache.poi.xslf.usermodel">XSLFConnectorShape</a>
 <div class="block">Specifies a connection shape.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/XSLFFactory.html#org.apache.poi.xslf.usermodel">XSLFFactory</a>
 <div class="block">Instantiates sub-classes of POIXMLDocumentPart depending on their relationship type</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/XSLFFreeformShape.html#org.apache.poi.xslf.usermodel">XSLFFreeformShape</a>
 <div class="block">Represents a custom geometric shape.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/XSLFGraphicFrame.html#org.apache.poi.xslf.usermodel">XSLFGraphicFrame</a>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/XSLFGroupShape.html#org.apache.poi.xslf.usermodel">XSLFGroupShape</a>
 <div class="block">Represents a group shape that consists of many shapes grouped together.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/XSLFHyperlink.html#org.apache.poi.xslf.usermodel">XSLFHyperlink</a>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/XSLFNotes.html#org.apache.poi.xslf.usermodel">XSLFNotes</a>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/XSLFNotesMaster.html#org.apache.poi.xslf.usermodel">XSLFNotesMaster</a>
 <div class="block">Notes master object associated with this layout.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/XSLFPictureData.html#org.apache.poi.xslf.usermodel">XSLFPictureData</a>
 <div class="block">Instantiates sub-classes of POIXMLDocumentPart depending on their relationship type</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/XSLFPictureShape.html#org.apache.poi.xslf.usermodel">XSLFPictureShape</a>
 <div class="block">Represents a picture shape</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/XSLFRelation.html#org.apache.poi.xslf.usermodel">XSLFRelation</a>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/XSLFRenderingHint.html#org.apache.poi.xslf.usermodel">XSLFRenderingHint</a>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/XSLFShadow.html#org.apache.poi.xslf.usermodel">XSLFShadow</a>
 <div class="block">Represents a shadow of a shape.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/XSLFShape.html#org.apache.poi.xslf.usermodel">XSLFShape</a>
 <div class="block">Base super-class class for all shapes in PresentationML</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/XSLFShapeContainer.html#org.apache.poi.xslf.usermodel">XSLFShapeContainer</a>
 <div class="block">Common interface for shape containers, e.g.</div>
 </td>
 </tr>
-<tr class="altColor">
-<td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/XSLFShapeType.html#org.apache.poi.xslf.usermodel">XSLFShapeType</a>
-<div class="block">known preset shape geometries in PresentationML</div>
-</td>
-</tr>
 <tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/XSLFSheet.html#org.apache.poi.xslf.usermodel">XSLFSheet</a>&nbsp;</td>
 </tr>



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