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 [6/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/ or...

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTable.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTable.html?rev=1711200&r1=1711199&r2=1711200&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTable.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTable.html Thu Oct 29 09:30:32 2015
@@ -134,22 +134,6 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected static int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#BORDER_BOTTOM">BORDER_BOTTOM</a></strong></code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>protected static int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#BORDER_LEFT">BORDER_LEFT</a></strong></code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>protected static int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#BORDER_RIGHT">BORDER_RIGHT</a></strong></code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>protected static int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#BORDER_TOP">BORDER_TOP</a></strong></code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>protected static int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#BORDERS_ALL">BORDERS_ALL</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -187,22 +171,26 @@ implements <a href="../../../../../org/a
 <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
-<th class="colOne" scope="col">Constructor and Description</th>
+<th class="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#HSLFTable(org.apache.poi.ddf.EscherContainerRecord,%20org.apache.poi.sl.usermodel.ShapeContainer)">HSLFTable</a></strong>(<a href="../../../../../org/apache/poi/ddf/EscherContainerRecord.html" title="class in org.apache.poi.ddf">EscherContainerRecord</a>&nbsp;escherRecord,
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#HSLFTable(org.apache.poi.ddf.EscherContainerRecord,%20org.apache.poi.sl.usermodel.ShapeContainer)">HSLFTable</a></strong>(<a href="../../../../../org/apache/poi/ddf/EscherContainerRecord.html" title="class in org.apache.poi.ddf">EscherContainerRecord</a>&nbsp;escherRecord,
          <a href="../../../../../org/apache/poi/sl/usermodel/ShapeContainer.html" title="interface in org.apache.poi.sl.usermodel">ShapeContainer</a>&lt;<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFShape</a>,<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextParagraph.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextParagraph</a>&gt;&nbsp;parent)</code>
-<div class="block">Create a Table object and initilize it from the supplied Record container.</div>
+<div class="block">Create a Table object and initialize it from the supplied Record container.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#HSLFTable(int,%20int)">HSLFTable</a></strong>(int&nbsp;numRows,
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#HSLFTable(int,%20int)">HSLFTable</a></strong>(int&nbsp;numRows,
          int&nbsp;numCols)</code>
 <div class="block">Create a new Table of the given number of rows and columns</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#HSLFTable(int,%20int,%20org.apache.poi.sl.usermodel.ShapeContainer)">HSLFTable</a></strong>(int&nbsp;numRows,
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#HSLFTable(int,%20int,%20org.apache.poi.sl.usermodel.ShapeContainer)">HSLFTable</a></strong>(int&nbsp;numRows,
          int&nbsp;numCols,
          <a href="../../../../../org/apache/poi/sl/usermodel/ShapeContainer.html" title="interface in org.apache.poi.sl.usermodel">ShapeContainer</a>&lt;<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFShape</a>,<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextParagraph.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextParagraph</a>&gt;&nbsp;parent)</code>
 <div class="block">Create a new Table of the given number of rows and columns</div>
@@ -230,60 +218,47 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#createBorder()">createBorder</a></strong>()</code>
-<div class="block">Create a border to format this table</div>
-</td>
-</tr>
-<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html" title="class in org.apache.poi.hslf.usermodel">HSLFTableCell</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#getCell(int,%20int)">getCell</a></strong>(int&nbsp;row,
        int&nbsp;col)</code>
 <div class="block">Gets a cell</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#getNumberOfColumns()">getNumberOfColumns</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#getNumberOfRows()">getNumberOfRows</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#initTable()">initTable</a></strong>()</code>&nbsp;</td>
-</tr>
 <tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#setAllBorders(org.apache.poi.hslf.usermodel.HSLFLine)">setAllBorders</a></strong>(<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a>&nbsp;line)</code>
-<div class="block">Format the table and apply the specified Line to all cell boundaries,
- both outside and inside</div>
-</td>
+<td class="colFirst"><code>protected <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html" title="class in org.apache.poi.hslf.usermodel">HSLFTableCell</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#getRelativeCell(org.apache.poi.hslf.usermodel.HSLFTableCell,%20int,%20int)">getRelativeCell</a></strong>(<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html" title="class in org.apache.poi.hslf.usermodel">HSLFTableCell</a>&nbsp;origin,
+               int&nbsp;row,
+               int&nbsp;col)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#setColumnWidth(int,%20int)">setColumnWidth</a></strong>(int&nbsp;col,
-              int&nbsp;width)</code>
-<div class="block">Sets the column width.</div>
-</td>
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#initTable()">initTable</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#setInsideBorders(org.apache.poi.hslf.usermodel.HSLFLine)">setInsideBorders</a></strong>(<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a>&nbsp;line)</code>
-<div class="block">Format the inside border using the specified Line object</div>
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#moveAndScale(java.awt.Rectangle)">moveAndScale</a></strong>(java.awt.Rectangle&nbsp;anchorDest)</code>
+<div class="block">Moves and scales this <code>ShapeGroup</code> to the specified anchor.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#setOutsideBorders(org.apache.poi.hslf.usermodel.HSLFLine)">setOutsideBorders</a></strong>(<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a>&nbsp;line)</code>
-<div class="block">Format the outside border using the specified Line object</div>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#setColumnWidth(int,%20double)">setColumnWidth</a></strong>(int&nbsp;col,
+              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/hslf/usermodel/HSLFTable.html#setRowHeight(int,%20int)">setRowHeight</a></strong>(int&nbsp;row,
-            int&nbsp;height)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTable.html#setRowHeight(int,%20double)">setRowHeight</a></strong>(int&nbsp;row,
+            double&nbsp;height)</code>
 <div class="block">Sets the row height.</div>
 </td>
 </tr>
@@ -299,7 +274,7 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFGroupShape</a></h3>
-<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#addShape(org.apache.poi.hslf.usermodel.HSLFShape)">addShape</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#createAutoShape()">createAutoShape</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#createConnector()">createConnector</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#createFreeform()">createFreeform</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#createGroup()">createGroup</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#createPicture(org.apache.poi.sl.usermodel.PictureData)">createPicture</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#createSpContainer(boolean)">createSpContainer</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#createTable(int,%20int)">createTable</a>, <a href="../../.
 ./../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#createTextBox()">createTextBox</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#getAnchor()">getAnchor</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#getEscherChild(int)">getEscherChild</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#getHyperlink()">getHyperlink</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#getInteriorAnchor()">getInteriorAnchor</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#getShapes()">getShapes</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#getShapeType()">getShapeType</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#iterator()">iterator</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#moveTo(int,%20int)">moveTo</a>, <a href="../../../../../org/apache/poi/hslf/
 usermodel/HSLFGroupShape.html#removeShape(org.apache.poi.hslf.usermodel.HSLFShape)">removeShape</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#setAnchor(java.awt.Rectangle)">setAnchor</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#setInteriorAnchor(java.awt.Rectangle)">setInteriorAnchor</a></code></li>
+<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#addShape(org.apache.poi.hslf.usermodel.HSLFShape)">addShape</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#createAutoShape()">createAutoShape</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#createConnector()">createConnector</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#createFreeform()">createFreeform</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#createGroup()">createGroup</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#createPicture(org.apache.poi.sl.usermodel.PictureData)">createPicture</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#createSpContainer(boolean)">createSpContainer</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#createTable(int,%20int)">createTable</a>, <a href="../../.
 ./../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#createTextBox()">createTextBox</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#getAnchor()">getAnchor</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#getEscherChild(int)">getEscherChild</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#getHyperlink()">getHyperlink</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#getInteriorAnchor()">getInteriorAnchor</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#getShapes()">getShapes</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#getShapeType()">getShapeType</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#iterator()">iterator</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#removeShape(org.apache.poi.hslf.usermodel.HSLFShape)">removeShape</a>, <a hr
 ef="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#setAnchor(java.awt.Rectangle)">setAnchor</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#setExteriorAnchor(java.awt.Rectangle)">setExteriorAnchor</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#setInteriorAnchor(java.awt.Rectangle)">setInteriorAnchor</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.hslf.usermodel.HSLFShape">
@@ -364,46 +339,6 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Field Detail</h3>
-<a name="BORDER_TOP">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>BORDER_TOP</h4>
-<pre>protected static final&nbsp;int BORDER_TOP</pre>
-<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.hslf.usermodel.HSLFTable.BORDER_TOP">Constant Field Values</a></dd></dl>
-</li>
-</ul>
-<a name="BORDER_RIGHT">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>BORDER_RIGHT</h4>
-<pre>protected static final&nbsp;int BORDER_RIGHT</pre>
-<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.hslf.usermodel.HSLFTable.BORDER_RIGHT">Constant Field Values</a></dd></dl>
-</li>
-</ul>
-<a name="BORDER_BOTTOM">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>BORDER_BOTTOM</h4>
-<pre>protected static final&nbsp;int BORDER_BOTTOM</pre>
-<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.hslf.usermodel.HSLFTable.BORDER_BOTTOM">Constant Field Values</a></dd></dl>
-</li>
-</ul>
-<a name="BORDER_LEFT">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>BORDER_LEFT</h4>
-<pre>protected static final&nbsp;int BORDER_LEFT</pre>
-<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.hslf.usermodel.HSLFTable.BORDER_LEFT">Constant Field Values</a></dd></dl>
-</li>
-</ul>
 <a name="BORDERS_ALL">
 <!--   -->
 </a>
@@ -467,7 +402,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>HSLFTable</h4>
-<pre>public&nbsp;HSLFTable(int&nbsp;numRows,
+<pre>protected&nbsp;HSLFTable(int&nbsp;numRows,
          int&nbsp;numCols)</pre>
 <div class="block">Create a new Table of the given number of rows and columns</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>numRows</code> - the number of rows</dd><dd><code>numCols</code> - the number of columns</dd></dl>
@@ -479,7 +414,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>HSLFTable</h4>
-<pre>public&nbsp;HSLFTable(int&nbsp;numRows,
+<pre>protected&nbsp;HSLFTable(int&nbsp;numRows,
          int&nbsp;numCols,
          <a href="../../../../../org/apache/poi/sl/usermodel/ShapeContainer.html" title="interface in org.apache.poi.sl.usermodel">ShapeContainer</a>&lt;<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFShape</a>,<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextParagraph.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextParagraph</a>&gt;&nbsp;parent)</pre>
 <div class="block">Create a new Table of the given number of rows and columns</div>
@@ -492,9 +427,9 @@ implements <a href="../../../../../org/a
 <ul class="blockListLast">
 <li class="blockList">
 <h4>HSLFTable</h4>
-<pre>public&nbsp;HSLFTable(<a href="../../../../../org/apache/poi/ddf/EscherContainerRecord.html" title="class in org.apache.poi.ddf">EscherContainerRecord</a>&nbsp;escherRecord,
+<pre>protected&nbsp;HSLFTable(<a href="../../../../../org/apache/poi/ddf/EscherContainerRecord.html" title="class in org.apache.poi.ddf">EscherContainerRecord</a>&nbsp;escherRecord,
          <a href="../../../../../org/apache/poi/sl/usermodel/ShapeContainer.html" title="interface in org.apache.poi.sl.usermodel">ShapeContainer</a>&lt;<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFShape</a>,<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextParagraph.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextParagraph</a>&gt;&nbsp;parent)</pre>
-<div class="block">Create a Table object and initilize it from the supplied Record container.</div>
+<div class="block">Create a Table object and initialize it from the supplied Record container.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>escherRecord</code> - <code>EscherSpContainer</code> container which holds information about this shape</dd><dd><code>parent</code> - the parent of the shape</dd></dl>
 </li>
 </ul>
@@ -515,7 +450,10 @@ implements <a href="../../../../../org/a
 <pre>public&nbsp;<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html" title="class in org.apache.poi.hslf.usermodel">HSLFTableCell</a>&nbsp;getCell(int&nbsp;row,
                     int&nbsp;col)</pre>
 <div class="block">Gets a cell</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - the row index (0-based)</dd><dd><code>col</code> - the column index (0-based)</dd>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/sl/usermodel/TableShape.html#getCell(int,%20int)">getCell</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/sl/usermodel/TableShape.html" title="interface in org.apache.poi.sl.usermodel">TableShape</a>&lt;<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFShape</a>,<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextParagraph.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextParagraph</a>&gt;</code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - the row index (0-based)</dd><dd><code>col</code> - the column index (0-based)</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the cell</dd></dl>
 </li>
 </ul>
@@ -526,6 +464,10 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>getNumberOfColumns</h4>
 <pre>public&nbsp;int&nbsp;getNumberOfColumns()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/sl/usermodel/TableShape.html#getNumberOfColumns()">getNumberOfColumns</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/sl/usermodel/TableShape.html" title="interface in org.apache.poi.sl.usermodel">TableShape</a>&lt;<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFShape</a>,<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextParagraph.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextParagraph</a>&gt;</code></dd>
+</dl>
 </li>
 </ul>
 <a name="getNumberOfRows()">
@@ -535,6 +477,10 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>getNumberOfRows</h4>
 <pre>public&nbsp;int&nbsp;getNumberOfRows()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/sl/usermodel/TableShape.html#getNumberOfRows()">getNumberOfRows</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/sl/usermodel/TableShape.html" title="interface in org.apache.poi.sl.usermodel">TableShape</a>&lt;<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFShape</a>,<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextParagraph.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextParagraph</a>&gt;</code></dd>
+</dl>
 </li>
 </ul>
 <a name="afterInsert(org.apache.poi.hslf.usermodel.HSLFSheet)">
@@ -578,73 +524,62 @@ implements <a href="../../../../../org/a
 <dt><span class="strong">Parameters:</span></dt><dd><code>sheet</code> - owner of this shape</dd></dl>
 </li>
 </ul>
-<a name="setRowHeight(int, int)">
+<a name="setRowHeight(int, double)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setRowHeight</h4>
 <pre>public&nbsp;void&nbsp;setRowHeight(int&nbsp;row,
-                int&nbsp;height)</pre>
+                double&nbsp;height)</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/sl/usermodel/TableShape.html#setRowHeight(int,%20double)">TableShape</a></code></strong></div>
 <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 pixels)</dd></dl>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/sl/usermodel/TableShape.html#setRowHeight(int,%20double)">setRowHeight</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/sl/usermodel/TableShape.html" title="interface in org.apache.poi.sl.usermodel">TableShape</a>&lt;<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFShape</a>,<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextParagraph.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextParagraph</a>&gt;</code></dd>
+<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>
-<a name="setColumnWidth(int, int)">
+<a name="setColumnWidth(int, double)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setColumnWidth</h4>
 <pre>public&nbsp;void&nbsp;setColumnWidth(int&nbsp;col,
-                  int&nbsp;width)</pre>
-<div class="block">Sets the column width.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>col</code> - the column index (0-based)</dd><dd><code>width</code> - the width to set (in pixels)</dd></dl>
-</li>
-</ul>
-<a name="setAllBorders(org.apache.poi.hslf.usermodel.HSLFLine)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setAllBorders</h4>
-<pre>public&nbsp;void&nbsp;setAllBorders(<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a>&nbsp;line)</pre>
-<div class="block">Format the table and apply the specified Line to all cell boundaries,
- both outside and inside</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>line</code> - the border line</dd></dl>
-</li>
-</ul>
-<a name="setOutsideBorders(org.apache.poi.hslf.usermodel.HSLFLine)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setOutsideBorders</h4>
-<pre>public&nbsp;void&nbsp;setOutsideBorders(<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a>&nbsp;line)</pre>
-<div class="block">Format the outside border using the specified Line object</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>line</code> - the border line</dd></dl>
+                  double&nbsp;width)</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/sl/usermodel/TableShape.html#setColumnWidth(int,%20double)">TableShape</a></code></strong></div>
+<div class="block">Sets the width (in points) of the n-th column</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/sl/usermodel/TableShape.html#setColumnWidth(int,%20double)">setColumnWidth</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/sl/usermodel/TableShape.html" title="interface in org.apache.poi.sl.usermodel">TableShape</a>&lt;<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFShape</a>,<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextParagraph.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextParagraph</a>&gt;</code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>col</code> - the column index (0-based)</dd><dd><code>width</code> - the width (in points)</dd></dl>
 </li>
 </ul>
-<a name="setInsideBorders(org.apache.poi.hslf.usermodel.HSLFLine)">
+<a name="getRelativeCell(org.apache.poi.hslf.usermodel.HSLFTableCell, int, int)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>setInsideBorders</h4>
-<pre>public&nbsp;void&nbsp;setInsideBorders(<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a>&nbsp;line)</pre>
-<div class="block">Format the inside border using the specified Line object</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>line</code> - the border line</dd></dl>
+<h4>getRelativeCell</h4>
+<pre>protected&nbsp;<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html" title="class in org.apache.poi.hslf.usermodel">HSLFTableCell</a>&nbsp;getRelativeCell(<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTableCell.html" title="class in org.apache.poi.hslf.usermodel">HSLFTableCell</a>&nbsp;origin,
+                            int&nbsp;row,
+                            int&nbsp;col)</pre>
 </li>
 </ul>
-<a name="createBorder()">
+<a name="moveAndScale(java.awt.Rectangle)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>createBorder</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFLine.html" title="class in org.apache.poi.hslf.usermodel">HSLFLine</a>&nbsp;createBorder()</pre>
-<div class="block">Create a border to format this table</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>the created border</dd></dl>
+<h4>moveAndScale</h4>
+<pre>protected&nbsp;void&nbsp;moveAndScale(java.awt.Rectangle&nbsp;anchorDest)</pre>
+<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#moveAndScale(java.awt.Rectangle)">HSLFGroupShape</a></code></strong></div>
+<div class="block">Moves and scales this <code>ShapeGroup</code> to the specified anchor.</div>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#moveAndScale(java.awt.Rectangle)">moveAndScale</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFGroupShape</a></code></dd>
+</dl>
 </li>
 </ul>
 </li>



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