blob: 72ac9d201f4fb81a160115d0b90ab8e4ca128e27 [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>T-Index (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="T-Index (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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-17.html">Prev Letter</a></li>
<li><a href="index-19.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-filesindex-18.html" target="_top">Frames</a></li>
<li><a href="index-18.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="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">J</a>&nbsp;<a href="index-11.html">L</a>&nbsp;<a href="index-12.html">M</a>&nbsp;<a href="index-13.html">N</a>&nbsp;<a href="index-14.html">O</a>&nbsp;<a href="index-15.html">P</a>&nbsp;<a href="index-16.html">R</a>&nbsp;<a href="index-17.html">S</a>&nbsp;<a href="index-18.html">T</a>&nbsp;<a href="index-19.html">U</a>&nbsp;<a href="index-20.html">V</a>&nbsp;<a href="index-21.html">W</a>&nbsp;<a name="_T_">
<!-- -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="strong"><a href="../org/odftoolkit/simple/common/TextExtractor.html#TabChar">TabChar</a></span> - Static variable in class org.odftoolkit.simple.common.<a href="../org/odftoolkit/simple/common/TextExtractor.html" title="class in org.odftoolkit.simple.common">TextExtractor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table"><span class="strong">Table</span></a> - Class in <a href="../org/odftoolkit/simple/table/package-summary.html">org.odftoolkit.simple.table</a></dt>
<dd>
<div class="block">Table represents the table feature in ODF spreadsheet and text documents.</div>
</dd>
<dt><a href="../org/odftoolkit/simple/table/Table.TableBuilder.html" title="class in org.odftoolkit.simple.table"><span class="strong">Table.TableBuilder</span></a> - Class in <a href="../org/odftoolkit/simple/table/package-summary.html">org.odftoolkit.simple.table</a></dt>
<dd>
<div class="block">This is a tool class which supplies all of the table creation detail.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/table/Table.TableBuilder.html#Table.TableBuilder(org.odftoolkit.simple.table.TableContainer)">Table.TableBuilder(TableContainer)</a></span> - Constructor for class org.odftoolkit.simple.table.<a href="../org/odftoolkit/simple/table/Table.TableBuilder.html" title="class in org.odftoolkit.simple.table">Table.TableBuilder</a></dt>
<dd>
<div class="block">TableBuilder constructor.</div>
</dd>
<dt><a href="../org/odftoolkit/simple/style/TableCellProperties.html" title="class in org.odftoolkit.simple.style"><span class="strong">TableCellProperties</span></a> - Class in <a href="../org/odftoolkit/simple/style/package-summary.html">org.odftoolkit.simple.style</a></dt>
<dd>
<div class="block">This class represents the table cell style settings.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/TableCellProperties.html#TableCellProperties()">TableCellProperties()</a></span> - Constructor for class org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/TableCellProperties.html" title="class in org.odftoolkit.simple.style">TableCellProperties</a></dt>
<dd>
<div class="block">Create an instance of TableCellProperties</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/TableCellProperties.html#TableCellProperties(org.odftoolkit.odfdom.dom.element.style.StyleTableCellPropertiesElement)">TableCellProperties(StyleTableCellPropertiesElement)</a></span> - Constructor for class org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/TableCellProperties.html" title="class in org.odftoolkit.simple.style">TableCellProperties</a></dt>
<dd>
<div class="block">Create an instance of TableCellProperties from an element
<style:table-cell-properties></div>
</dd>
<dt><a href="../org/odftoolkit/simple/table/TableContainer.html" title="interface in org.odftoolkit.simple.table"><span class="strong">TableContainer</span></a> - Interface in <a href="../org/odftoolkit/simple/table/package-summary.html">org.odftoolkit.simple.table</a></dt>
<dd>
<div class="block">TableContainer is a container which maintains Table(s) as element(s).</div>
</dd>
<dt><a href="../org/odftoolkit/simple/style/TableProperties.html" title="class in org.odftoolkit.simple.style"><span class="strong">TableProperties</span></a> - Class in <a href="../org/odftoolkit/simple/style/package-summary.html">org.odftoolkit.simple.style</a></dt>
<dd>
<div class="block">This class represents the table style settings.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/TableProperties.html#TableProperties()">TableProperties()</a></span> - Constructor for class org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/TableProperties.html" title="class in org.odftoolkit.simple.style">TableProperties</a></dt>
<dd>
<div class="block">Create an instance of TableProperties</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/TableProperties.html#TableProperties(org.odftoolkit.odfdom.dom.element.style.StyleTablePropertiesElement)">TableProperties(StyleTablePropertiesElement)</a></span> - Constructor for class org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/TableProperties.html" title="class in org.odftoolkit.simple.style">TableProperties</a></dt>
<dd>
<div class="block">Create an instance of TableProperties from an element
<style:table-properties></div>
</dd>
<dt><a href="../org/odftoolkit/simple/common/navigation/TableSelection.html" title="class in org.odftoolkit.simple.common.navigation"><span class="strong">TableSelection</span></a> - Class in <a href="../org/odftoolkit/simple/common/navigation/package-summary.html">org.odftoolkit.simple.common.navigation</a></dt>
<dd>
<div class="block">This is a decorator class of TextSelection, which help user replace a text content with a Table.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/common/navigation/TableSelection.html#TableSelection(org.odftoolkit.simple.common.navigation.TextSelection)">TableSelection(TextSelection)</a></span> - Constructor for class org.odftoolkit.simple.common.navigation.<a href="../org/odftoolkit/simple/common/navigation/TableSelection.html" title="class in org.odftoolkit.simple.common.navigation">TableSelection</a></dt>
<dd>
<div class="block">Construct a TableSelection with TextSelection.</div>
</dd>
<dt><a href="../org/odftoolkit/simple/table/TableTemplate.html" title="class in org.odftoolkit.simple.table"><span class="strong">TableTemplate</span></a> - Class in <a href="../org/odftoolkit/simple/table/package-summary.html">org.odftoolkit.simple.table</a></dt>
<dd>
<div class="block">TableTemplate represents the table template feature in ODF documents.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/table/TableTemplate.html#TableTemplate()">TableTemplate()</a></span> - Constructor for class org.odftoolkit.simple.table.<a href="../org/odftoolkit/simple/table/TableTemplate.html" title="class in org.odftoolkit.simple.table">TableTemplate</a></dt>
<dd>
<div class="block">Create an instance of TableTemplate</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/table/TableTemplate.html#TableTemplate(org.odftoolkit.odfdom.dom.element.table.TableTableTemplateElement)">TableTemplate(TableTableTemplateElement)</a></span> - Constructor for class org.odftoolkit.simple.table.<a href="../org/odftoolkit/simple/table/TableTemplate.html" title="class in org.odftoolkit.simple.table">TableTemplate</a></dt>
<dd>
<div class="block">Create an instance of TableTemplate from an element
<table:table-template></div>
</dd>
<dt><a href="../org/odftoolkit/simple/table/TableTemplate.ExtendedStyleType.html" title="enum in org.odftoolkit.simple.table"><span class="strong">TableTemplate.ExtendedStyleType</span></a> - Enum in <a href="../org/odftoolkit/simple/table/package-summary.html">org.odftoolkit.simple.table</a></dt>
<dd>
<div class="block">Extended style types supported by table template.</div>
</dd>
<dt><a href="../org/odftoolkit/simple/draw/Textbox.html" title="class in org.odftoolkit.simple.draw"><span class="strong">Textbox</span></a> - Class in <a href="../org/odftoolkit/simple/draw/package-summary.html">org.odftoolkit.simple.draw</a></dt>
<dd>
<div class="block">This class provides method to set the content, properties and style of text
box.</div>
</dd>
<dt><a href="../org/odftoolkit/simple/form/TextBox.html" title="class in org.odftoolkit.simple.form"><span class="strong">TextBox</span></a> - Class in <a href="../org/odftoolkit/simple/form/package-summary.html">org.odftoolkit.simple.form</a></dt>
<dd>
<div class="block">This class represents the form control of Text Box, provides methods to
get/set the form properties and the style formatting of this control.</div>
</dd>
<dt><a href="../org/odftoolkit/simple/draw/TextboxContainer.html" title="interface in org.odftoolkit.simple.draw"><span class="strong">TextboxContainer</span></a> - Interface in <a href="../org/odftoolkit/simple/draw/package-summary.html">org.odftoolkit.simple.draw</a></dt>
<dd>
<div class="block">TextboxContainer is a container which maintains TextBox(s) as element(s).</div>
</dd>
<dt><a href="../org/odftoolkit/simple/TextDocument.html" title="class in org.odftoolkit.simple"><span class="strong">TextDocument</span></a> - Class in <a href="../org/odftoolkit/simple/package-summary.html">org.odftoolkit.simple</a></dt>
<dd>
<div class="block">This class represents an empty ODF text document.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/TextDocument.html#TextDocument(org.odftoolkit.odfdom.pkg.OdfPackage, java.lang.String, org.odftoolkit.simple.TextDocument.OdfMediaType)">TextDocument(OdfPackage, String, TextDocument.OdfMediaType)</a></span> - Constructor for class org.odftoolkit.simple.<a href="../org/odftoolkit/simple/TextDocument.html" title="class in org.odftoolkit.simple">TextDocument</a></dt>
<dd>
<div class="block">To avoid data duplication a new document is only created, if not already
opened.</div>
</dd>
<dt><a href="../org/odftoolkit/simple/TextDocument.OdfMediaType.html" title="enum in org.odftoolkit.simple"><span class="strong">TextDocument.OdfMediaType</span></a> - Enum in <a href="../org/odftoolkit/simple/package-summary.html">org.odftoolkit.simple</a></dt>
<dd>
<div class="block">This enum contains all possible media types of SpreadsheetDocument
documents.</div>
</dd>
<dt><a href="../org/odftoolkit/simple/common/navigation/TextDocumentSelection.html" title="class in org.odftoolkit.simple.common.navigation"><span class="strong">TextDocumentSelection</span></a> - Class in <a href="../org/odftoolkit/simple/common/navigation/package-summary.html">org.odftoolkit.simple.common.navigation</a></dt>
<dd>
<div class="block">This is a decorator class of TextSelection, which help user replace a text
content with a TextDocument, all Styles be included.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/common/navigation/TextDocumentSelection.html#TextDocumentSelection(org.odftoolkit.simple.common.navigation.TextSelection)">TextDocumentSelection(TextSelection)</a></span> - Constructor for class org.odftoolkit.simple.common.navigation.<a href="../org/odftoolkit/simple/common/navigation/TextDocumentSelection.html" title="class in org.odftoolkit.simple.common.navigation">TextDocumentSelection</a></dt>
<dd>
<div class="block">Construct a TextDocumentSelection with TextSelection.</div>
</dd>
<dt><a href="../org/odftoolkit/simple/common/TextExtractor.html" title="class in org.odftoolkit.simple.common"><span class="strong">TextExtractor</span></a> - Class in <a href="../org/odftoolkit/simple/common/package-summary.html">org.odftoolkit.simple.common</a></dt>
<dd>
<div class="block">This is a sub class of <code>DefaultElementVisitor</code>, which is used to
extract display text from ODF element.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/common/TextExtractor.html#TextExtractor()">TextExtractor()</a></span> - Constructor for class org.odftoolkit.simple.common.<a href="../org/odftoolkit/simple/common/TextExtractor.html" title="class in org.odftoolkit.simple.common">TextExtractor</a></dt>
<dd>
<div class="block">Default constructor</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/common/TextExtractor.html#TextExtractor(org.odftoolkit.odfdom.pkg.OdfElement)">TextExtractor(OdfElement)</a></span> - Constructor for class org.odftoolkit.simple.common.<a href="../org/odftoolkit/simple/common/TextExtractor.html" title="class in org.odftoolkit.simple.common">TextExtractor</a></dt>
<dd>
<div class="block">Constructor with an ODF element as parameter</div>
</dd>
<dt><a href="../org/odftoolkit/simple/common/TextExtractor.ExtractorStringBuilder.html" title="class in org.odftoolkit.simple.common"><span class="strong">TextExtractor.ExtractorStringBuilder</span></a> - Class in <a href="../org/odftoolkit/simple/common/package-summary.html">org.odftoolkit.simple.common</a></dt>
<dd>
<div class="block">This class is used to provide the string builder functions to extractor.</div>
</dd>
<dt><a href="../org/odftoolkit/simple/text/TextHyperlink.html" title="class in org.odftoolkit.simple.text"><span class="strong">TextHyperlink</span></a> - Class in <a href="../org/odftoolkit/simple/text/package-summary.html">org.odftoolkit.simple.text</a></dt>
<dd>
<div class="block">This class represents a text hyperlink in ODF document.</div>
</dd>
<dt><a href="../org/odftoolkit/simple/text/TextHyperlinkContainer.html" title="interface in org.odftoolkit.simple.text"><span class="strong">TextHyperlinkContainer</span></a> - Interface in <a href="../org/odftoolkit/simple/text/package-summary.html">org.odftoolkit.simple.text</a></dt>
<dd>
<div class="block">TextHyperlinkContainer is a container which maintains text hyperlinks.</div>
</dd>
<dt><a href="../org/odftoolkit/simple/common/navigation/TextNavigation.html" title="class in org.odftoolkit.simple.common.navigation"><span class="strong">TextNavigation</span></a> - Class in <a href="../org/odftoolkit/simple/common/navigation/package-summary.html">org.odftoolkit.simple.common.navigation</a></dt>
<dd>
<div class="block">A derived <code>Navigation</code> class used to navigate the text content,
which can search the document and find the matched text and return
<code>TextSelection</code> instance.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/common/navigation/TextNavigation.html#TextNavigation(java.lang.String, org.odftoolkit.simple.Document)">TextNavigation(String, Document)</a></span> - Constructor for class org.odftoolkit.simple.common.navigation.<a href="../org/odftoolkit/simple/common/navigation/TextNavigation.html" title="class in org.odftoolkit.simple.common.navigation">TextNavigation</a></dt>
<dd>
<div class="block">Construct <code>TextNavigation</code> with matched condition and
navigation scope.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/common/navigation/TextNavigation.html#TextNavigation(java.lang.String, org.odftoolkit.odfdom.pkg.OdfElement)">TextNavigation(String, OdfElement)</a></span> - Constructor for class org.odftoolkit.simple.common.navigation.<a href="../org/odftoolkit/simple/common/navigation/TextNavigation.html" title="class in org.odftoolkit.simple.common.navigation">TextNavigation</a></dt>
<dd>
<div class="block">Construct <code>TextNavigation</code> with matched condition and
navigation scope.</div>
</dd>
<dt><a href="../org/odftoolkit/simple/style/TextProperties.html" title="class in org.odftoolkit.simple.style"><span class="strong">TextProperties</span></a> - Class in <a href="../org/odftoolkit/simple/style/package-summary.html">org.odftoolkit.simple.style</a></dt>
<dd>
<div class="block">This class represents text style settings.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/TextProperties.html#TextProperties()">TextProperties()</a></span> - Constructor for class org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/TextProperties.html" title="class in org.odftoolkit.simple.style">TextProperties</a></dt>
<dd>
<div class="block">Create an instance of TextProperties</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/TextProperties.html#TextProperties(org.odftoolkit.odfdom.dom.element.style.StyleTextPropertiesElement)">TextProperties(StyleTextPropertiesElement)</a></span> - Constructor for class org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/TextProperties.html" title="class in org.odftoolkit.simple.style">TextProperties</a></dt>
<dd>
<div class="block">Create an instance of TextProperties from an element
<style:text-properties></div>
</dd>
<dt><a href="../org/odftoolkit/simple/common/navigation/TextSelection.html" title="class in org.odftoolkit.simple.common.navigation"><span class="strong">TextSelection</span></a> - Class in <a href="../org/odftoolkit/simple/common/navigation/package-summary.html">org.odftoolkit.simple.common.navigation</a></dt>
<dd>
<div class="block"><code>TextSelection</code> describes a sub element in a paragraph element or
a heading element.</div>
</dd>
<dt><a href="../org/odftoolkit/simple/common/navigation/TextStyleNavigation.html" title="class in org.odftoolkit.simple.common.navigation"><span class="strong">TextStyleNavigation</span></a> - Class in <a href="../org/odftoolkit/simple/common/navigation/package-summary.html">org.odftoolkit.simple.common.navigation</a></dt>
<dd>
<div class="block">A derived <code>Navigation</code> class used to navigate the text content,
which can search the document and find matched style properties and return
<code>TextSelection</code> instance(s).</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/common/navigation/TextStyleNavigation.html#TextStyleNavigation(java.util.Map, org.odftoolkit.simple.TextDocument)">TextStyleNavigation(Map&lt;OdfStyleProperty, String&gt;, TextDocument)</a></span> - Constructor for class org.odftoolkit.simple.common.navigation.<a href="../org/odftoolkit/simple/common/navigation/TextStyleNavigation.html" title="class in org.odftoolkit.simple.common.navigation">TextStyleNavigation</a></dt>
<dd>
<div class="block">Construct <code>TextStyleNavigation</code> with style properties condition and
navigation scope.</div>
</dd>
<dt><a href="../org/odftoolkit/simple/common/field/TimeField.html" title="class in org.odftoolkit.simple.common.field"><span class="strong">TimeField</span></a> - Class in <a href="../org/odftoolkit/simple/common/field/package-summary.html">org.odftoolkit.simple.common.field</a></dt>
<dd>
<div class="block">TimeField displays a time, by default this is the current time.</div>
</dd>
<dt><a href="../org/odftoolkit/simple/form/TimeField.html" title="class in org.odftoolkit.simple.form"><span class="strong">TimeField</span></a> - Class in <a href="../org/odftoolkit/simple/form/package-summary.html">org.odftoolkit.simple.form</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../org/odftoolkit/simple/common/field/TitleField.html" title="class in org.odftoolkit.simple.common.field"><span class="strong">TitleField</span></a> - Class in <a href="../org/odftoolkit/simple/common/field/package-summary.html">org.odftoolkit.simple.common.field</a></dt>
<dd>
<div class="block">A <tt>TitleField</tt> displays the title value contained by the document meta
data.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.SupportedLinearMeasure.html#toCMs(double)">toCMs(double)</a></span> - Method in enum org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.SupportedLinearMeasure.html" title="enum in org.odftoolkit.simple.style">StyleTypeDefinitions.SupportedLinearMeasure</a></dt>
<dd>
<div class="block">Convert other measure to centimeter(CM) measure.</div>
</dd>
<dt><a href="../org/odftoolkit/simple/style/TOCStyle.html" title="class in org.odftoolkit.simple.style"><span class="strong">TOCStyle</span></a> - Class in <a href="../org/odftoolkit/simple/style/package-summary.html">org.odftoolkit.simple.style</a></dt>
<dd>
<div class="block">This class represents the additional paragraph styles list that you want to
include in the TOC.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/TOCStyle.html#TOCStyle()">TOCStyle()</a></span> - Constructor for class org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/TOCStyle.html" title="class in org.odftoolkit.simple.style">TOCStyle</a></dt>
<dd>
<div class="block">Create an instance of TOCStyle</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.SupportedLinearMeasure.html#toINs(double)">toINs(double)</a></span> - Method in enum org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.SupportedLinearMeasure.html" title="enum in org.odftoolkit.simple.style">StyleTypeDefinitions.SupportedLinearMeasure</a></dt>
<dd>
<div class="block">Convert other measure to inch(IN) measure.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.SupportedLinearMeasure.html#toPTs(double)">toPTs(double)</a></span> - Method in enum org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.SupportedLinearMeasure.html" title="enum in org.odftoolkit.simple.style">StyleTypeDefinitions.SupportedLinearMeasure</a></dt>
<dd>
<div class="block">Convert other measure to point(PT) measure.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/chart/ChartType.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.chart.<a href="../org/odftoolkit/simple/chart/ChartType.html" title="enum in org.odftoolkit.simple.chart">ChartType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/common/field/ChapterField.DisplayType.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.common.field.<a href="../org/odftoolkit/simple/common/field/ChapterField.DisplayType.html" title="enum in org.odftoolkit.simple.common.field">ChapterField.DisplayType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/common/field/PageNumberField.DisplayType.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.common.field.<a href="../org/odftoolkit/simple/common/field/PageNumberField.DisplayType.html" title="enum in org.odftoolkit.simple.common.field">PageNumberField.DisplayType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/common/field/ReferenceField.DisplayType.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.common.field.<a href="../org/odftoolkit/simple/common/field/ReferenceField.DisplayType.html" title="enum in org.odftoolkit.simple.common.field">ReferenceField.DisplayType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/common/field/VariableField.VariableType.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.common.field.<a href="../org/odftoolkit/simple/common/field/VariableField.VariableType.html" title="enum in org.odftoolkit.simple.common.field">VariableField.VariableType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/common/navigation/TextSelection.html#toString()">toString()</a></span> - Method in class org.odftoolkit.simple.common.navigation.<a href="../org/odftoolkit/simple/common/navigation/TextSelection.html" title="class in org.odftoolkit.simple.common.navigation">TextSelection</a></dt>
<dd>
<div class="block">return a String Object representing this selection value the text content
of the selection, start index in the container element and the text
content of the container element will be provided.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/common/TextExtractor.ExtractorStringBuilder.html#toString()">toString()</a></span> - Method in class org.odftoolkit.simple.common.<a href="../org/odftoolkit/simple/common/TextExtractor.ExtractorStringBuilder.html" title="class in org.odftoolkit.simple.common">TextExtractor.ExtractorStringBuilder</a></dt>
<dd>
<div class="block">Return the string value.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/Document.html#toString()">toString()</a></span> - Method in class org.odftoolkit.simple.<a href="../org/odftoolkit/simple/Document.html" title="class in org.odftoolkit.simple">Document</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/form/FormTypeDefinition.FormCheckboxState.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.form.<a href="../org/odftoolkit/simple/form/FormTypeDefinition.FormCheckboxState.html" title="enum in org.odftoolkit.simple.form">FormTypeDefinition.FormCheckboxState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/form/FormTypeDefinition.FormCommandType.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.form.<a href="../org/odftoolkit/simple/form/FormTypeDefinition.FormCommandType.html" title="enum in org.odftoolkit.simple.form">FormTypeDefinition.FormCommandType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/form/FormTypeDefinition.FormImageLocation.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.form.<a href="../org/odftoolkit/simple/form/FormTypeDefinition.FormImageLocation.html" title="enum in org.odftoolkit.simple.form">FormTypeDefinition.FormImageLocation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/form/FormTypeDefinition.FormListSourceType.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.form.<a href="../org/odftoolkit/simple/form/FormTypeDefinition.FormListSourceType.html" title="enum in org.odftoolkit.simple.form">FormTypeDefinition.FormListSourceType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/presentation/Slide.SlideLayout.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.presentation.<a href="../org/odftoolkit/simple/presentation/Slide.SlideLayout.html" title="enum in org.odftoolkit.simple.presentation">Slide.SlideLayout</a></dt>
<dd>
<div class="block">Return the slide template type value.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/presentation/Slide.SlideLayout.html#toString(org.odftoolkit.simple.presentation.Slide.SlideLayout)">toString(Slide.SlideLayout)</a></span> - Static method in enum org.odftoolkit.simple.presentation.<a href="../org/odftoolkit/simple/presentation/Slide.SlideLayout.html" title="enum in org.odftoolkit.simple.presentation">Slide.SlideLayout</a></dt>
<dd>
<div class="block">Return the name of the template slide type.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/PresentationDocument.PresentationClass.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.<a href="../org/odftoolkit/simple/PresentationDocument.PresentationClass.html" title="enum in org.odftoolkit.simple">PresentationDocument.PresentationClass</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/Border.html#toString()">toString()</a></span> - Method in class org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/Border.html" title="class in org.odftoolkit.simple.style">Border</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/Font.html#toString()">toString()</a></span> - Method in class org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/Font.html" title="class in org.odftoolkit.simple.style">Font</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/NumberFormat.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/NumberFormat.html" title="enum in org.odftoolkit.simple.style">NumberFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.AdjustmentStyle.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.AdjustmentStyle.html" title="enum in org.odftoolkit.simple.style">StyleTypeDefinitions.AdjustmentStyle</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.AnchorType.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.AnchorType.html" title="enum in org.odftoolkit.simple.style">StyleTypeDefinitions.AnchorType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.CellBordersType.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.CellBordersType.html" title="enum in org.odftoolkit.simple.style">StyleTypeDefinitions.CellBordersType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.FontStyle.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.FontStyle.html" title="enum in org.odftoolkit.simple.style">StyleTypeDefinitions.FontStyle</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.FrameHorizontalPosition.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.FrameHorizontalPosition.html" title="enum in org.odftoolkit.simple.style">StyleTypeDefinitions.FrameHorizontalPosition</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.FrameVerticalPosition.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.FrameVerticalPosition.html" title="enum in org.odftoolkit.simple.style">StyleTypeDefinitions.FrameVerticalPosition</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.HorizontalAlignmentType.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.HorizontalAlignmentType.html" title="enum in org.odftoolkit.simple.style">StyleTypeDefinitions.HorizontalAlignmentType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.HorizontalRelative.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.HorizontalRelative.html" title="enum in org.odftoolkit.simple.style">StyleTypeDefinitions.HorizontalRelative</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.LineStyle.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.LineStyle.html" title="enum in org.odftoolkit.simple.style">StyleTypeDefinitions.LineStyle</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.LineThroughStyle.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.LineThroughStyle.html" title="enum in org.odftoolkit.simple.style">StyleTypeDefinitions.LineThroughStyle</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.LineType.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.LineType.html" title="enum in org.odftoolkit.simple.style">StyleTypeDefinitions.LineType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.OdfDrawFill.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.OdfDrawFill.html" title="enum in org.odftoolkit.simple.style">StyleTypeDefinitions.OdfDrawFill</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.OdfDrawStroke.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.OdfDrawStroke.html" title="enum in org.odftoolkit.simple.style">StyleTypeDefinitions.OdfDrawStroke</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.OdfEmphasisMarkType.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.OdfEmphasisMarkType.html" title="enum in org.odftoolkit.simple.style">StyleTypeDefinitions.OdfEmphasisMarkType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.OdfFontStyle.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.OdfFontStyle.html" title="enum in org.odftoolkit.simple.style">StyleTypeDefinitions.OdfFontStyle</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.OdfFontWeight.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.OdfFontWeight.html" title="enum in org.odftoolkit.simple.style">StyleTypeDefinitions.OdfFontWeight</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.OdfLineStyle.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.OdfLineStyle.html" title="enum in org.odftoolkit.simple.style">StyleTypeDefinitions.OdfLineStyle</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.OdfLineWidth.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.OdfLineWidth.html" title="enum in org.odftoolkit.simple.style">StyleTypeDefinitions.OdfLineWidth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.PrintOrientation.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.PrintOrientation.html" title="enum in org.odftoolkit.simple.style">StyleTypeDefinitions.PrintOrientation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.SupportedLinearMeasure.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.SupportedLinearMeasure.html" title="enum in org.odftoolkit.simple.style">StyleTypeDefinitions.SupportedLinearMeasure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.TextLinePosition.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.TextLinePosition.html" title="enum in org.odftoolkit.simple.style">StyleTypeDefinitions.TextLinePosition</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.VerticalAlignmentType.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.VerticalAlignmentType.html" title="enum in org.odftoolkit.simple.style">StyleTypeDefinitions.VerticalAlignmentType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.VerticalRelative.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.VerticalRelative.html" title="enum in org.odftoolkit.simple.style">StyleTypeDefinitions.VerticalRelative</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.WritingMode.html#toString()">toString()</a></span> - Method in enum org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/StyleTypeDefinitions.WritingMode.html" title="enum in org.odftoolkit.simple.style">StyleTypeDefinitions.WritingMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/TOCStyle.html#toString()">toString()</a></span> - Method in class org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/TOCStyle.html" title="class in org.odftoolkit.simple.style">TOCStyle</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/text/list/List.html#toString()">toString()</a></span> - Method in class org.odftoolkit.simple.text.list.<a href="../org/odftoolkit/simple/text/list/List.html" title="class in org.odftoolkit.simple.text.list">List</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/text/list/ListItem.html#toString()">toString()</a></span> - Method in class org.odftoolkit.simple.text.list.<a href="../org/odftoolkit/simple/text/list/ListItem.html" title="class in org.odftoolkit.simple.text.list">ListItem</a></dt>
<dd>&nbsp;</dd>
</dl>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">J</a>&nbsp;<a href="index-11.html">L</a>&nbsp;<a href="index-12.html">M</a>&nbsp;<a href="index-13.html">N</a>&nbsp;<a href="index-14.html">O</a>&nbsp;<a href="index-15.html">P</a>&nbsp;<a href="index-16.html">R</a>&nbsp;<a href="index-17.html">S</a>&nbsp;<a href="index-18.html">T</a>&nbsp;<a href="index-19.html">U</a>&nbsp;<a href="index-20.html">V</a>&nbsp;<a href="index-21.html">W</a>&nbsp;</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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-17.html">Prev Letter</a></li>
<li><a href="index-19.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-filesindex-18.html" target="_top">Frames</a></li>
<li><a href="index-18.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>