blob: 2bdeefeb529d0c103dce54a1bea7033e51a3c2af [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 Package org.odftoolkit.simple.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 Package org.odftoolkit.simple.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>Class</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/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.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">
<h1 title="Uses of Package org.odftoolkit.simple.table" class="title">Uses of Package<br>org.odftoolkit.simple.table</h1>
</div>
<div class="contentContainer">
<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/package-summary.html">org.odftoolkit.simple.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"><a name="org.odftoolkit.simple">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../org/odftoolkit/simple/table/package-summary.html">org.odftoolkit.simple.table</a> used by <a href="../../../../org/odftoolkit/simple/package-summary.html">org.odftoolkit.simple</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../org/odftoolkit/simple/table/class-use/Cell.html#org.odftoolkit.simple">Cell</a>
<div class="block">Cell represents table cell feature in ODF document.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../org/odftoolkit/simple/table/class-use/Table.html#org.odftoolkit.simple">Table</a>
<div class="block">Table represents the table feature in ODF spreadsheet and text documents.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../org/odftoolkit/simple/table/class-use/Table.TableBuilder.html#org.odftoolkit.simple">Table.TableBuilder</a>
<div class="block">This is a tool class which supplies all of the table creation detail.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../org/odftoolkit/simple/table/class-use/TableContainer.html#org.odftoolkit.simple">TableContainer</a>
<div class="block">TableContainer is a container which maintains Table(s) as element(s).</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../org/odftoolkit/simple/table/class-use/TableTemplate.html#org.odftoolkit.simple">TableTemplate</a>
<div class="block">TableTemplate represents the table template feature in ODF documents.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.odftoolkit.simple.common.navigation">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../org/odftoolkit/simple/table/package-summary.html">org.odftoolkit.simple.table</a> used by <a href="../../../../org/odftoolkit/simple/common/navigation/package-summary.html">org.odftoolkit.simple.common.navigation</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../org/odftoolkit/simple/table/class-use/Cell.html#org.odftoolkit.simple.common.navigation">Cell</a>
<div class="block">Cell represents table cell feature in ODF document.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../org/odftoolkit/simple/table/class-use/CellValueAdapter.html#org.odftoolkit.simple.common.navigation">CellValueAdapter</a>
<div class="block">This interface supplies a method which can adapt string content to a more
proper cell value type as need.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../org/odftoolkit/simple/table/class-use/Table.html#org.odftoolkit.simple.common.navigation">Table</a>
<div class="block">Table represents the table feature in ODF spreadsheet and text documents.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.odftoolkit.simple.presentation">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../org/odftoolkit/simple/table/package-summary.html">org.odftoolkit.simple.table</a> used by <a href="../../../../org/odftoolkit/simple/presentation/package-summary.html">org.odftoolkit.simple.presentation</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../org/odftoolkit/simple/table/class-use/Table.html#org.odftoolkit.simple.presentation">Table</a>
<div class="block">Table represents the table feature in ODF spreadsheet and text documents.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../org/odftoolkit/simple/table/class-use/Table.TableBuilder.html#org.odftoolkit.simple.presentation">Table.TableBuilder</a>
<div class="block">This is a tool class which supplies all of the table creation detail.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../org/odftoolkit/simple/table/class-use/TableContainer.html#org.odftoolkit.simple.presentation">TableContainer</a>
<div class="block">TableContainer is a container which maintains Table(s) as element(s).</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.odftoolkit.simple.table">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../org/odftoolkit/simple/table/package-summary.html">org.odftoolkit.simple.table</a> used by <a href="../../../../org/odftoolkit/simple/table/package-summary.html">org.odftoolkit.simple.table</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../org/odftoolkit/simple/table/class-use/Cell.html#org.odftoolkit.simple.table">Cell</a>
<div class="block">Cell represents table cell feature in ODF document.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../org/odftoolkit/simple/table/class-use/CellRange.html#org.odftoolkit.simple.table">CellRange</a>
<div class="block">CellRange represent a rang of cells that are adjacent with each other
CellRange provides methods to get/set/modify the properties of cell range.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../org/odftoolkit/simple/table/class-use/CellStyleHandler.html#org.odftoolkit.simple.table">CellStyleHandler</a>
<div class="block">This class provides functions to handle the style of a cell.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../org/odftoolkit/simple/table/class-use/CellValueAdapter.html#org.odftoolkit.simple.table">CellValueAdapter</a>
<div class="block">This interface supplies a method which can adapt string content to a more
proper cell value type as need.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../org/odftoolkit/simple/table/class-use/Column.html#org.odftoolkit.simple.table">Column</a>
<div class="block">Column represents table column feature in ODF document.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../org/odftoolkit/simple/table/class-use/Row.html#org.odftoolkit.simple.table">Row</a>
<div class="block">Row represents table row feature in ODF document.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../org/odftoolkit/simple/table/class-use/Table.html#org.odftoolkit.simple.table">Table</a>
<div class="block">Table represents the table feature in ODF spreadsheet and text documents.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../org/odftoolkit/simple/table/class-use/Table.TableBuilder.html#org.odftoolkit.simple.table">Table.TableBuilder</a>
<div class="block">This is a tool class which supplies all of the table creation detail.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../org/odftoolkit/simple/table/class-use/TableContainer.html#org.odftoolkit.simple.table">TableContainer</a>
<div class="block">TableContainer is a container which maintains Table(s) as element(s).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../org/odftoolkit/simple/table/class-use/TableTemplate.html#org.odftoolkit.simple.table">TableTemplate</a>
<div class="block">TableTemplate represents the table template feature in ODF documents.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../org/odftoolkit/simple/table/class-use/TableTemplate.ExtendedStyleType.html#org.odftoolkit.simple.table">TableTemplate.ExtendedStyleType</a>
<div class="block">Extended style types supported by table template.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.odftoolkit.simple.text">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../org/odftoolkit/simple/table/package-summary.html">org.odftoolkit.simple.table</a> used by <a href="../../../../org/odftoolkit/simple/text/package-summary.html">org.odftoolkit.simple.text</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../org/odftoolkit/simple/table/class-use/Table.html#org.odftoolkit.simple.text">Table</a>
<div class="block">Table represents the table feature in ODF spreadsheet and text documents.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../org/odftoolkit/simple/table/class-use/Table.TableBuilder.html#org.odftoolkit.simple.text">Table.TableBuilder</a>
<div class="block">This is a tool class which supplies all of the table creation detail.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../org/odftoolkit/simple/table/class-use/TableContainer.html#org.odftoolkit.simple.text">TableContainer</a>
<div class="block">TableContainer is a container which maintains Table(s) as element(s).</div>
</td>
</tr>
</tbody>
</table>
</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>Class</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/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.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>