blob: f86222d32728f1dcac60486f0fac012ec343100a [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (version 1.7.0_03) on Fri Feb 22 10:35:19 CET 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.odftoolkit.simple.table.Table (Simple ODF API v0.8-incubating - http://incubator.apache.org/odftoolkit/)</title>
<meta name="date" content="2013-02-22">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.odftoolkit.simple.table.Table (Simple ODF API v0.8-incubating - http://incubator.apache.org/odftoolkit/)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/odftoolkit/simple/table//class-useTable.html" target="_top">Frames</a></li>
<li><a href="Table.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.odftoolkit.simple.table.Table" class="title">Uses of Class<br>org.odftoolkit.simple.table.Table</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.odftoolkit.simple">org.odftoolkit.simple</a></td>
<td class="colLast">
<div class="block">Provide high level methods to frequently used ODF documents</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.odftoolkit.simple.common.navigation">org.odftoolkit.simple.common.navigation</a></td>
<td class="colLast">
<div class="block">Provide classes to operate the content and style of the selected text content.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.odftoolkit.simple.presentation">org.odftoolkit.simple.presentation</a></td>
<td class="colLast">
<div class="block">Provide high level methods to ODF presentation documents.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.odftoolkit.simple.table">org.odftoolkit.simple.table</a></td>
<td class="colLast">
<div class="block">Provide convenient methods to manipulate table in ODF text and spreadsheet document.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.odftoolkit.simple.text">org.odftoolkit.simple.text</a></td>
<td class="colLast">
<div class="block">Provide convenient methods to manipulate frequently used structures in ODF text document, such as list and section.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.odftoolkit.simple">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a> in <a href="../../../../../org/odftoolkit/simple/package-summary.html">org.odftoolkit.simple</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/odftoolkit/simple/package-summary.html">org.odftoolkit.simple</a> that return <a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">Document.</span><code><strong><a href="../../../../../org/odftoolkit/simple/Document.html#addTable()">addTable</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">Document.</span><code><strong><a href="../../../../../org/odftoolkit/simple/Document.html#addTable(int, int)">addTable</a></strong>(int&nbsp;numRows,
int&nbsp;numCols)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">SpreadsheetDocument.</span><code><strong><a href="../../../../../org/odftoolkit/simple/SpreadsheetDocument.html#appendSheet(java.lang.String)">appendSheet</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Adds a new blank sheet with the specified <code>name</code> to this
document.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">SpreadsheetDocument.</span><code><strong><a href="../../../../../org/odftoolkit/simple/SpreadsheetDocument.html#appendSheet(org.odftoolkit.simple.table.Table, java.lang.String)">appendSheet</a></strong>(<a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a>&nbsp;refTable,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Adds a new sheet with data from existing table.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">SpreadsheetDocument.</span><code><strong><a href="../../../../../org/odftoolkit/simple/SpreadsheetDocument.html#getSheetByIndex(int)">getSheetByIndex</a></strong>(int&nbsp;index)</code>
<div class="block">Retrieves sheet by index.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">SpreadsheetDocument.</span><code><strong><a href="../../../../../org/odftoolkit/simple/SpreadsheetDocument.html#getSheetByName(java.lang.String)">getSheetByName</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Retrieves sheet by name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">Document.</span><code><strong><a href="../../../../../org/odftoolkit/simple/Document.html#getTableByName(java.lang.String)">getTableByName</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">SpreadsheetDocument.</span><code><strong><a href="../../../../../org/odftoolkit/simple/SpreadsheetDocument.html#insertSheet(int)">insertSheet</a></strong>(int&nbsp;before)</code>
<div class="block">Inserts a new blank sheet before the reference index.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">SpreadsheetDocument.</span><code><strong><a href="../../../../../org/odftoolkit/simple/SpreadsheetDocument.html#insertSheet(org.odftoolkit.simple.table.Table, int)">insertSheet</a></strong>(<a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a>&nbsp;refTable,
int&nbsp;before)</code>
<div class="block">Inserts a new sheet with data from existing table.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">TextDocument.</span><code><strong><a href="../../../../../org/odftoolkit/simple/TextDocument.html#insertTable(org.odftoolkit.simple.text.Paragraph, org.odftoolkit.simple.table.Table, boolean)">insertTable</a></strong>(<a href="../../../../../org/odftoolkit/simple/text/Paragraph.html" title="class in org.odftoolkit.simple.text">Paragraph</a>&nbsp;referenceParagraph,
<a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a>&nbsp;sourceTable,
boolean&nbsp;before)</code>
<div class="block">Copy a Table and insert it before or after the Reference Paragraph in the text document, whether the
Table is in this TextDocument or in a different Document.</div>
</td>
</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/odftoolkit/simple/package-summary.html">org.odftoolkit.simple</a> that return types with arguments of type <a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a>&gt;</code></td>
<td class="colLast"><span class="strong">Document.</span><code><strong><a href="../../../../../org/odftoolkit/simple/Document.html#getTableList()">getTableList</a></strong>()</code>&nbsp;</td>
</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/odftoolkit/simple/package-summary.html">org.odftoolkit.simple</a> with parameters of type <a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">SpreadsheetDocument.</span><code><strong><a href="../../../../../org/odftoolkit/simple/SpreadsheetDocument.html#appendSheet(org.odftoolkit.simple.table.Table, java.lang.String)">appendSheet</a></strong>(<a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a>&nbsp;refTable,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Adds a new sheet with data from existing table.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">SpreadsheetDocument.</span><code><strong><a href="../../../../../org/odftoolkit/simple/SpreadsheetDocument.html#insertSheet(org.odftoolkit.simple.table.Table, int)">insertSheet</a></strong>(<a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a>&nbsp;refTable,
int&nbsp;before)</code>
<div class="block">Inserts a new sheet with data from existing table.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">TextDocument.</span><code><strong><a href="../../../../../org/odftoolkit/simple/TextDocument.html#insertTable(org.odftoolkit.simple.text.Paragraph, org.odftoolkit.simple.table.Table, boolean)">insertTable</a></strong>(<a href="../../../../../org/odftoolkit/simple/text/Paragraph.html" title="class in org.odftoolkit.simple.text">Paragraph</a>&nbsp;referenceParagraph,
<a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a>&nbsp;sourceTable,
boolean&nbsp;before)</code>
<div class="block">Copy a Table and insert it before or after the Reference Paragraph in the text document, whether the
Table is in this TextDocument or in a different Document.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.odftoolkit.simple.common.navigation">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a> in <a href="../../../../../org/odftoolkit/simple/common/navigation/package-summary.html">org.odftoolkit.simple.common.navigation</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/odftoolkit/simple/common/navigation/package-summary.html">org.odftoolkit.simple.common.navigation</a> that return <a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">TextSelection.</span><code><strong><a href="../../../../../org/odftoolkit/simple/common/navigation/TextSelection.html#replaceWith(org.odftoolkit.simple.table.Table)">replaceWith</a></strong>(<a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a>&nbsp;newTable)</code>
<div class="block">Replace the text content of selection with a new Table.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">TableSelection.</span><code><strong><a href="../../../../../org/odftoolkit/simple/common/navigation/TableSelection.html#replaceWithTable(org.odftoolkit.simple.table.Table)">replaceWithTable</a></strong>(<a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a>&nbsp;table)</code>
<div class="block">Replace the content with a Table , the table can be in the same TextDocument or in a different Document.</div>
</td>
</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/odftoolkit/simple/common/navigation/package-summary.html">org.odftoolkit.simple.common.navigation</a> with parameters of type <a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">TextSelection.</span><code><strong><a href="../../../../../org/odftoolkit/simple/common/navigation/TextSelection.html#replaceWith(org.odftoolkit.simple.table.Table)">replaceWith</a></strong>(<a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a>&nbsp;newTable)</code>
<div class="block">Replace the text content of selection with a new Table.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">TableSelection.</span><code><strong><a href="../../../../../org/odftoolkit/simple/common/navigation/TableSelection.html#replaceWithTable(org.odftoolkit.simple.table.Table)">replaceWithTable</a></strong>(<a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a>&nbsp;table)</code>
<div class="block">Replace the content with a Table , the table can be in the same TextDocument or in a different Document.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.odftoolkit.simple.presentation">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a> in <a href="../../../../../org/odftoolkit/simple/presentation/package-summary.html">org.odftoolkit.simple.presentation</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/odftoolkit/simple/presentation/package-summary.html">org.odftoolkit.simple.presentation</a> that return <a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">Slide.</span><code><strong><a href="../../../../../org/odftoolkit/simple/presentation/Slide.html#addTable()">addTable</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">Slide.</span><code><strong><a href="../../../../../org/odftoolkit/simple/presentation/Slide.html#addTable(int, int)">addTable</a></strong>(int&nbsp;numRows,
int&nbsp;numCols)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">Slide.</span><code><strong><a href="../../../../../org/odftoolkit/simple/presentation/Slide.html#getTableByName(java.lang.String)">getTableByName</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>&nbsp;</td>
</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/odftoolkit/simple/presentation/package-summary.html">org.odftoolkit.simple.presentation</a> that return types with arguments of type <a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a>&gt;</code></td>
<td class="colLast"><span class="strong">Slide.</span><code><strong><a href="../../../../../org/odftoolkit/simple/presentation/Slide.html#getTableList()">getTableList</a></strong>()</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.odftoolkit.simple.table">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a> in <a href="../../../../../org/odftoolkit/simple/table/package-summary.html">org.odftoolkit.simple.table</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/odftoolkit/simple/table/package-summary.html">org.odftoolkit.simple.table</a> that return <a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">TableContainer.</span><code><strong><a href="../../../../../org/odftoolkit/simple/table/TableContainer.html#addTable()">addTable</a></strong>()</code>
<div class="block">Add a new Table to this container.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">AbstractTableContainer.</span><code><strong><a href="../../../../../org/odftoolkit/simple/table/AbstractTableContainer.html#addTable()">addTable</a></strong>()</code>
<div class="block">Add a new Table to this container.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">TableContainer.</span><code><strong><a href="../../../../../org/odftoolkit/simple/table/TableContainer.html#addTable(int, int)">addTable</a></strong>(int&nbsp;numRows,
int&nbsp;numCols)</code>
<div class="block">Add a new Table to this container with a specified row number and column
number.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">AbstractTableContainer.</span><code><strong><a href="../../../../../org/odftoolkit/simple/table/AbstractTableContainer.html#addTable(int, int)">addTable</a></strong>(int&nbsp;numRows,
int&nbsp;numCols)</code>
<div class="block">Add a new Table to this container with a specified row number and column
number.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">Table.</span><code><strong><a href="../../../../../org/odftoolkit/simple/table/Table.html#getInstance(org.odftoolkit.odfdom.dom.element.table.TableTableElement)">getInstance</a></strong>(org.odftoolkit.odfdom.dom.element.table.TableTableElement&nbsp;element)</code>
<div class="block">Get a table feature instance by an instance of
<code>TableTableElement</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">Cell.</span><code><strong><a href="../../../../../org/odftoolkit/simple/table/Cell.html#getTable()">getTable</a></strong>()</code>
<div class="block">Get an instance of table feature which contains this cell.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">CellRange.</span><code><strong><a href="../../../../../org/odftoolkit/simple/table/CellRange.html#getTable()">getTable</a></strong>()</code>
<div class="block">Get the <code>Table</code> instance who contains this cell range.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">Column.</span><code><strong><a href="../../../../../org/odftoolkit/simple/table/Column.html#getTable()">getTable</a></strong>()</code>
<div class="block">Get owner table of the current column.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">Row.</span><code><strong><a href="../../../../../org/odftoolkit/simple/table/Row.html#getTable()">getTable</a></strong>()</code>
<div class="block">Get owner table of the current row.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">TableContainer.</span><code><strong><a href="../../../../../org/odftoolkit/simple/table/TableContainer.html#getTableByName(java.lang.String)">getTableByName</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Return an instance of table feature with the specific table name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">AbstractTableContainer.</span><code><strong><a href="../../../../../org/odftoolkit/simple/table/AbstractTableContainer.html#getTableByName(java.lang.String)">getTableByName</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Return an instance of table feature with the specific table name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">Table.TableBuilder.</span><code><strong><a href="../../../../../org/odftoolkit/simple/table/Table.TableBuilder.html#getTableInstance(org.odftoolkit.odfdom.dom.element.table.TableTableElement)">getTableInstance</a></strong>(org.odftoolkit.odfdom.dom.element.table.TableTableElement&nbsp;odfElement)</code>
<div class="block">Get a table feature instance by an instance of
<code>TableTableElement</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">Table.TableBuilder.</span><code><strong><a href="../../../../../org/odftoolkit/simple/table/Table.TableBuilder.html#newTable()">newTable</a></strong>()</code>
<div class="block">Construct the <code>Table</code> feature.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">Table.TableBuilder.</span><code><strong><a href="../../../../../org/odftoolkit/simple/table/Table.TableBuilder.html#newTable(int, int)">newTable</a></strong>(int&nbsp;numRows,
int&nbsp;numCols)</code>
<div class="block">Construct the <code>Table</code> feature with a specified row number
and column number.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">Table.TableBuilder.</span><code><strong><a href="../../../../../org/odftoolkit/simple/table/Table.TableBuilder.html#newTable(int, int, int, int)">newTable</a></strong>(int&nbsp;numRows,
int&nbsp;numCols,
int&nbsp;headerRowNumber,
int&nbsp;headerColumnNumber)</code>
<div class="block">Construct the <code>Table</code> feature with a specified row number,
column number, header row number, header column number.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">Table.TableBuilder.</span><code><strong><a href="../../../../../org/odftoolkit/simple/table/Table.TableBuilder.html#newTable(int, int, int, int, double, double)">newTable</a></strong>(int&nbsp;numRows,
int&nbsp;numCols,
int&nbsp;headerRowNumber,
int&nbsp;headerColumnNumber,
double&nbsp;marginLeft,
double&nbsp;marginRight)</code>
<div class="block">Construct the <code>Table</code> feature with a specified row number,
column number, header row number, header column number, left margin
space and right margin space.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">Table.TableBuilder.</span><code><strong><a href="../../../../../org/odftoolkit/simple/table/Table.TableBuilder.html#newTable(java.lang.String[], java.lang.String[], double[][])">newTable</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;rowLabel,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;columnLabel,
double[][]&nbsp;data)</code>
<div class="block">Construct the Table feature with a specified 2 dimension array as the
data of this table.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">Table.TableBuilder.</span><code><strong><a href="../../../../../org/odftoolkit/simple/table/Table.TableBuilder.html#newTable(java.lang.String[], java.lang.String[], java.lang.String[][])">newTable</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;rowLabel,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;columnLabel,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[][]&nbsp;data)</code>
<div class="block">Construct the Table feature with a specified 2 dimension array as the
data of this table.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">Table.</span><code><strong><a href="../../../../../org/odftoolkit/simple/table/Table.html#newTable(org.odftoolkit.simple.table.TableContainer)">newTable</a></strong>(<a href="../../../../../org/odftoolkit/simple/table/TableContainer.html" title="interface in org.odftoolkit.simple.table">TableContainer</a>&nbsp;tableContainer)</code>
<div class="block">Construct the <code>Table</code> feature.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">Table.</span><code><strong><a href="../../../../../org/odftoolkit/simple/table/Table.html#newTable(org.odftoolkit.simple.table.TableContainer, int, int)">newTable</a></strong>(<a href="../../../../../org/odftoolkit/simple/table/TableContainer.html" title="interface in org.odftoolkit.simple.table">TableContainer</a>&nbsp;tableContainer,
int&nbsp;numRows,
int&nbsp;numCols)</code>
<div class="block">Construct the <code>Table</code> feature with a specified row number and
column number.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">Table.</span><code><strong><a href="../../../../../org/odftoolkit/simple/table/Table.html#newTable(org.odftoolkit.simple.table.TableContainer, int, int, double, double)">newTable</a></strong>(<a href="../../../../../org/odftoolkit/simple/table/TableContainer.html" title="interface in org.odftoolkit.simple.table">TableContainer</a>&nbsp;tableContainer,
int&nbsp;numRows,
int&nbsp;numCols,
double&nbsp;marginLeft,
double&nbsp;marginRight)</code>
<div class="block">Construct the <code>Table</code> feature with a specified row number and
column number.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">Table.</span><code><strong><a href="../../../../../org/odftoolkit/simple/table/Table.html#newTable(org.odftoolkit.simple.table.TableContainer, int, int, int, int)">newTable</a></strong>(<a href="../../../../../org/odftoolkit/simple/table/TableContainer.html" title="interface in org.odftoolkit.simple.table">TableContainer</a>&nbsp;tableContainer,
int&nbsp;numRows,
int&nbsp;numCols,
int&nbsp;headerRowNumber,
int&nbsp;headerColumnNumber)</code>
<div class="block">Construct the <code>Table</code> feature with a specified row number,
column number, header row number, header column number.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">Table.</span><code><strong><a href="../../../../../org/odftoolkit/simple/table/Table.html#newTable(org.odftoolkit.simple.table.TableContainer, java.lang.String[], java.lang.String[], double[][])">newTable</a></strong>(<a href="../../../../../org/odftoolkit/simple/table/TableContainer.html" title="interface in org.odftoolkit.simple.table">TableContainer</a>&nbsp;tableContainer,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;rowLabel,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;columnLabel,
double[][]&nbsp;data)</code>
<div class="block">Construct the Table feature with a specified 2 dimension array as the
data of this table.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">Table.</span><code><strong><a href="../../../../../org/odftoolkit/simple/table/Table.html#newTable(org.odftoolkit.simple.table.TableContainer, java.lang.String[], java.lang.String[], java.lang.String[][])">newTable</a></strong>(<a href="../../../../../org/odftoolkit/simple/table/TableContainer.html" title="interface in org.odftoolkit.simple.table">TableContainer</a>&nbsp;tableContainer,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;rowLabel,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;columnLabel,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[][]&nbsp;data)</code>
<div class="block">Construct the Table feature with a specified 2 dimension array as the
data of this table.</div>
</td>
</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/odftoolkit/simple/table/package-summary.html">org.odftoolkit.simple.table</a> that return types with arguments of type <a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a>&gt;</code></td>
<td class="colLast"><span class="strong">TableContainer.</span><code><strong><a href="../../../../../org/odftoolkit/simple/table/TableContainer.html#getTableList()">getTableList</a></strong>()</code>
<div class="block">Return a list of table features in this document.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a>&gt;</code></td>
<td class="colLast"><span class="strong">AbstractTableContainer.</span><code><strong><a href="../../../../../org/odftoolkit/simple/table/AbstractTableContainer.html#getTableList()">getTableList</a></strong>()</code>
<div class="block">Return a list of table features in this container.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.odftoolkit.simple.text">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a> in <a href="../../../../../org/odftoolkit/simple/text/package-summary.html">org.odftoolkit.simple.text</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/odftoolkit/simple/text/package-summary.html">org.odftoolkit.simple.text</a> that return <a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">Header.</span><code><strong><a href="../../../../../org/odftoolkit/simple/text/Header.html#addTable()">addTable</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">Footer.</span><code><strong><a href="../../../../../org/odftoolkit/simple/text/Footer.html#addTable()">addTable</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">Section.</span><code><strong><a href="../../../../../org/odftoolkit/simple/text/Section.html#addTable()">addTable</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">Header.</span><code><strong><a href="../../../../../org/odftoolkit/simple/text/Header.html#addTable(int, int)">addTable</a></strong>(int&nbsp;numRows,
int&nbsp;numCols)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">Footer.</span><code><strong><a href="../../../../../org/odftoolkit/simple/text/Footer.html#addTable(int, int)">addTable</a></strong>(int&nbsp;numRows,
int&nbsp;numCols)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">Section.</span><code><strong><a href="../../../../../org/odftoolkit/simple/text/Section.html#addTable(int, int)">addTable</a></strong>(int&nbsp;numRows,
int&nbsp;numCols)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">Header.</span><code><strong><a href="../../../../../org/odftoolkit/simple/text/Header.html#getTableByName(java.lang.String)">getTableByName</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">Footer.</span><code><strong><a href="../../../../../org/odftoolkit/simple/text/Footer.html#getTableByName(java.lang.String)">getTableByName</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><span class="strong">Section.</span><code><strong><a href="../../../../../org/odftoolkit/simple/text/Section.html#getTableByName(java.lang.String)">getTableByName</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>&nbsp;</td>
</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/odftoolkit/simple/text/package-summary.html">org.odftoolkit.simple.text</a> that return types with arguments of type <a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a>&gt;</code></td>
<td class="colLast"><span class="strong">Header.</span><code><strong><a href="../../../../../org/odftoolkit/simple/text/Header.html#getTableList()">getTableList</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a>&gt;</code></td>
<td class="colLast"><span class="strong">Footer.</span><code><strong><a href="../../../../../org/odftoolkit/simple/text/Footer.html#getTableList()">getTableList</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a>&gt;</code></td>
<td class="colLast"><span class="strong">Section.</span><code><strong><a href="../../../../../org/odftoolkit/simple/text/Section.html#getTableList()">getTableList</a></strong>()</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/odftoolkit/simple/table//class-useTable.html" target="_top">Frames</a></li>
<li><a href="Table.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2010-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>