blob: 2e0a9ca72a99170a281fa3e7cbe6c9b6a0c51c70 [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:27:13 CET 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>TextHElement (ODFDOM API v0.8.9-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="TextHElement (ODFDOM API v0.8.9-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="navBarCell1Rev">Class</li>
<li><a href="class-use/TextHElement.html">Use</a></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><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextFormatChangeElement.html" title="class in org.odftoolkit.odfdom.dom.element.text"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHiddenParagraphElement.html" title="class in org.odftoolkit.odfdom.dom.element.text"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/odftoolkit/odfdom/dom/element/text/TextHElement.html" target="_top">Frames</a></li>
<li><a href="TextHElement.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.odftoolkit.odfdom.dom.element.text</div>
<h2 title="Class TextHElement" class="title">Class TextHElement</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true" title="class or interface in org.apache.xerces.dom">org.apache.xerces.dom.NodeImpl</a></li>
<li>
<ul class="inheritance">
<li><a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ChildNode.html?is-external=true" title="class or interface in org.apache.xerces.dom">org.apache.xerces.dom.ChildNode</a></li>
<li>
<ul class="inheritance">
<li><a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ParentNode.html?is-external=true" title="class or interface in org.apache.xerces.dom">org.apache.xerces.dom.ParentNode</a></li>
<li>
<ul class="inheritance">
<li><a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true" title="class or interface in org.apache.xerces.dom">org.apache.xerces.dom.ElementImpl</a></li>
<li>
<ul class="inheritance">
<li><a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementNSImpl.html?is-external=true" title="class or interface in org.apache.xerces.dom">org.apache.xerces.dom.ElementNSImpl</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfElement.html" title="class in org.odftoolkit.odfdom.pkg">org.odftoolkit.odfdom.pkg.OdfElement</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../../../org/odftoolkit/odfdom/dom/element/OdfStylableElement.html" title="class in org.odftoolkit.odfdom.dom.element">org.odftoolkit.odfdom.dom.element.OdfStylableElement</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextParagraphElementBase.html" title="class in org.odftoolkit.odfdom.dom.element.text">org.odftoolkit.odfdom.dom.element.text.TextParagraphElementBase</a></li>
<li>
<ul class="inheritance">
<li>org.odftoolkit.odfdom.dom.element.text.TextHElement</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/style/OdfStylePropertySet.html" title="interface in org.odftoolkit.odfdom.dom.style">OdfStylePropertySet</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Element.html?is-external=true" title="class or interface in org.w3c.dom">Element</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/events/EventTarget.html?is-external=true" title="class or interface in org.w3c.dom.events">EventTarget</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/NodeList.html?is-external=true" title="class or interface in org.w3c.dom">NodeList</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/TypeInfo.html?is-external=true" title="class or interface in org.w3c.dom">TypeInfo</a></dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../../../org/odftoolkit/odfdom/incubator/doc/text/OdfTextHeading.html" title="class in org.odftoolkit.odfdom.incubator.doc.text">OdfTextHeading</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">TextHElement</span>
extends <a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextParagraphElementBase.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextParagraphElementBase</a></pre>
<div class="block">DOM implementation of OpenDocument element .</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../serialized-form.html#org.odftoolkit.odfdom.dom.element.text.TextHElement">Serialized Form</a></dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfName.html" title="class in org.odftoolkit.odfdom.pkg">OdfName</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#ELEMENT_NAME">ELEMENT_NAME</a></strong></code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.odftoolkit.odfdom.dom.element.OdfStylableElement">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.odftoolkit.odfdom.dom.element.<a href="../../../../../../org/odftoolkit/odfdom/dom/element/OdfStylableElement.html" title="class in org.odftoolkit.odfdom.dom.element">OdfStylableElement</a></h3>
<code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/OdfStylableElement.html#mFamily">mFamily</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/OdfStylableElement.html#mStyleNameAttrib">mStyleNameAttrib</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.apache.xerces.dom.ElementNSImpl">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.xerces.dom.<a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementNSImpl.html?is-external=true" title="class or interface in org.apache.xerces.dom">ElementNSImpl</a></h3>
<code><a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementNSImpl.html?is-external=true#localName" title="class or interface in org.apache.xerces.dom">localName</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementNSImpl.html?is-external=true#namespaceURI" title="class or interface in org.apache.xerces.dom">namespaceURI</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.apache.xerces.dom.ElementImpl">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.xerces.dom.<a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true" title="class or interface in org.apache.xerces.dom">ElementImpl</a></h3>
<code><a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#attributes" title="class or interface in org.apache.xerces.dom">attributes</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#name" title="class or interface in org.apache.xerces.dom">name</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.apache.xerces.dom.ParentNode">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.xerces.dom.<a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ParentNode.html?is-external=true" title="class or interface in org.apache.xerces.dom">ParentNode</a></h3>
<code><a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ParentNode.html?is-external=true#firstChild" title="class or interface in org.apache.xerces.dom">firstChild</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ParentNode.html?is-external=true#fNodeListCache" title="class or interface in org.apache.xerces.dom">fNodeListCache</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ParentNode.html?is-external=true#ownerDocument" title="class or interface in org.apache.xerces.dom">ownerDocument</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.apache.xerces.dom.ChildNode">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.xerces.dom.<a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ChildNode.html?is-external=true" title="class or interface in org.apache.xerces.dom">ChildNode</a></h3>
<code><a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ChildNode.html?is-external=true#nextSibling" title="class or interface in org.apache.xerces.dom">nextSibling</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ChildNode.html?is-external=true#previousSibling" title="class or interface in org.apache.xerces.dom">previousSibling</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.apache.xerces.dom.NodeImpl">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.xerces.dom.<a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true" title="class or interface in org.apache.xerces.dom">NodeImpl</a></h3>
<code><a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#DOCUMENT_POSITION_CONTAINS" title="class or interface in org.apache.xerces.dom">DOCUMENT_POSITION_CONTAINS</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#DOCUMENT_POSITION_DISCONNECTED" title="class or interface in org.apache.xerces.dom">DOCUMENT_POSITION_DISCONNECTED</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#DOCUMENT_POSITION_FOLLOWING" title="class or interface in org.apache.xerces.dom">DOCUMENT_POSITION_FOLLOWING</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" title="class or interface in org.apache.xerces.dom">DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#DOCUMENT_POSITION_IS_CONTAINED" title="class or interface in org.apache.xerces.dom">DOCUMENT_POSITION_IS_CONTAINED</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#DOCUMENT_POSITION_PRECEDING" title="class or interface in org.apache.xerces.dom">DOCUMENT_POSITION_PRECEDING</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#ELEMENT_DEFINITION_NODE" title="class or interface in org.apache.xerces.dom">ELEMENT_DEFINITION_NODE</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#FIRSTCHILD" title="class or interface in org.apache.xerces.dom">FIRSTCHILD</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#flags" title="class or interface in org.apache.xerces.dom">flags</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#HASSTRING" title="class or interface in org.apache.xerces.dom">HASSTRING</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#ID" title="class or interface in org.apache.xerces.dom">ID</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#IGNORABLEWS" title="class or interface in org.apache.xerces.dom">IGNORABLEWS</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#NORMALIZED" title="class or interface in org.apache.xerces.dom">NORMALIZED</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#OWNED" title="class or interface in org.apache.xerces.dom">OWNED</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#ownerNode" title="class or interface in org.apache.xerces.dom">ownerNode</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#READONLY" title="class or interface in org.apache.xerces.dom">READONLY</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#SPECIFIED" title="class or interface in org.apache.xerces.dom">SPECIFIED</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#SYNCCHILDREN" title="class or interface in org.apache.xerces.dom">SYNCCHILDREN</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#SYNCDATA" title="class or interface in org.apache.xerces.dom">SYNCDATA</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#TREE_POSITION_ANCESTOR" title="class or interface in org.apache.xerces.dom">TREE_POSITION_ANCESTOR</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#TREE_POSITION_DESCENDANT" title="class or interface in org.apache.xerces.dom">TREE_POSITION_DESCENDANT</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#TREE_POSITION_DISCONNECTED" title="class or interface in org.apache.xerces.dom">TREE_POSITION_DISCONNECTED</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#TREE_POSITION_EQUIVALENT" title="class or interface in org.apache.xerces.dom">TREE_POSITION_EQUIVALENT</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#TREE_POSITION_FOLLOWING" title="class or interface in org.apache.xerces.dom">TREE_POSITION_FOLLOWING</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#TREE_POSITION_PRECEDING" title="class or interface in org.apache.xerces.dom">TREE_POSITION_PRECEDING</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#TREE_POSITION_SAME_NODE" title="class or interface in org.apache.xerces.dom">TREE_POSITION_SAME_NODE</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.w3c.dom.Node">
<!-- -->
</a>
<h3>Fields inherited from interface&nbsp;org.w3c.dom.<a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a></h3>
<code><a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#ATTRIBUTE_NODE" title="class or interface in org.w3c.dom">ATTRIBUTE_NODE</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#CDATA_SECTION_NODE" title="class or interface in org.w3c.dom">CDATA_SECTION_NODE</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#COMMENT_NODE" title="class or interface in org.w3c.dom">COMMENT_NODE</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#DOCUMENT_FRAGMENT_NODE" title="class or interface in org.w3c.dom">DOCUMENT_FRAGMENT_NODE</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#DOCUMENT_NODE" title="class or interface in org.w3c.dom">DOCUMENT_NODE</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#DOCUMENT_POSITION_CONTAINED_BY" title="class or interface in org.w3c.dom">DOCUMENT_POSITION_CONTAINED_BY</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#DOCUMENT_POSITION_CONTAINS" title="class or interface in org.w3c.dom">DOCUMENT_POSITION_CONTAINS</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#DOCUMENT_POSITION_DISCONNECTED" title="class or interface in org.w3c.dom">DOCUMENT_POSITION_DISCONNECTED</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#DOCUMENT_POSITION_FOLLOWING" title="class or interface in org.w3c.dom">DOCUMENT_POSITION_FOLLOWING</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" title="class or interface in org.w3c.dom">DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#DOCUMENT_POSITION_PRECEDING" title="class or interface in org.w3c.dom">DOCUMENT_POSITION_PRECEDING</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#DOCUMENT_TYPE_NODE" title="class or interface in org.w3c.dom">DOCUMENT_TYPE_NODE</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#ELEMENT_NODE" title="class or interface in org.w3c.dom">ELEMENT_NODE</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#ENTITY_NODE" title="class or interface in org.w3c.dom">ENTITY_NODE</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#ENTITY_REFERENCE_NODE" title="class or interface in org.w3c.dom">ENTITY_REFERENCE_NODE</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#NOTATION_NODE" title="class or interface in org.w3c.dom">NOTATION_NODE</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#PROCESSING_INSTRUCTION_NODE" title="class or interface in org.w3c.dom">PROCESSING_INSTRUCTION_NODE</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#TEXT_NODE" title="class or interface in org.w3c.dom">TEXT_NODE</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.w3c.dom.TypeInfo">
<!-- -->
</a>
<h3>Fields inherited from interface&nbsp;org.w3c.dom.<a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/TypeInfo.html?is-external=true" title="class or interface in org.w3c.dom">TypeInfo</a></h3>
<code><a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/TypeInfo.html?is-external=true#DERIVATION_EXTENSION" title="class or interface in org.w3c.dom">DERIVATION_EXTENSION</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/TypeInfo.html?is-external=true#DERIVATION_LIST" title="class or interface in org.w3c.dom">DERIVATION_LIST</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/TypeInfo.html?is-external=true#DERIVATION_RESTRICTION" title="class or interface in org.w3c.dom">DERIVATION_RESTRICTION</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/TypeInfo.html?is-external=true#DERIVATION_UNION" title="class or interface in org.w3c.dom">DERIVATION_UNION</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#TextHElement(org.odftoolkit.odfdom.pkg.OdfFileDom)">TextHElement</a></strong>(<a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfFileDom.html" title="class in org.odftoolkit.odfdom.pkg">OdfFileDom</a>&nbsp;ownerDoc)</code>
<div class="block">Create the instance of <code>TextHElement</code></div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</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>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#accept(org.odftoolkit.odfdom.pkg.ElementVisitor)">accept</a></strong>(<a href="../../../../../../org/odftoolkit/odfdom/pkg/ElementVisitor.html" title="interface in org.odftoolkit.odfdom.pkg">ElementVisitor</a>&nbsp;visitor)</code>
<div class="block">Accept an visitor instance to allow the visitor to do some operations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfName.html" title="class in org.odftoolkit.odfdom.pkg">OdfName</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#getOdfName()">getOdfName</a></strong>()</code>
<div class="block">Get the element name</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#getTextIsListHeaderAttribute()">getTextIsListHeaderAttribute</a></strong>()</code>
<div class="block">Receives the value of the ODFDOM attribute representation <code>TextIsListHeaderAttribute</code> , See </div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#getTextOutlineLevelAttribute()">getTextOutlineLevelAttribute</a></strong>()</code>
<div class="block">Receives the value of the ODFDOM attribute representation <code>TextOutlineLevelAttribute</code> , See
Attribute is mandatory.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#getTextRestartNumberingAttribute()">getTextRestartNumberingAttribute</a></strong>()</code>
<div class="block">Receives the value of the ODFDOM attribute representation <code>TextRestartNumberingAttribute</code> , See </div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#getTextStartValueAttribute()">getTextStartValueAttribute</a></strong>()</code>
<div class="block">Receives the value of the ODFDOM attribute representation <code>TextStartValueAttribute</code> , See </div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/dr3d/Dr3dSceneElement.html" title="class in org.odftoolkit.odfdom.dom.element.dr3d">Dr3dSceneElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newDr3dSceneElement()">newDr3dSceneElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/draw/DrawAElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawAElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newDrawAElement(java.lang.String, java.lang.String)">newDrawAElement</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;xlinkHrefValue,
<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;xlinkTypeValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/draw/DrawCaptionElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawCaptionElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newDrawCaptionElement()">newDrawCaptionElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/draw/DrawCircleElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawCircleElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newDrawCircleElement()">newDrawCircleElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/draw/DrawConnectorElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawConnectorElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newDrawConnectorElement(int)">newDrawConnectorElement</a></strong>(int&nbsp;svgViewBoxValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/draw/DrawControlElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawControlElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newDrawControlElement(java.lang.String)">newDrawControlElement</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;drawControlValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/draw/DrawCustomShapeElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawCustomShapeElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newDrawCustomShapeElement()">newDrawCustomShapeElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/draw/DrawEllipseElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawEllipseElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newDrawEllipseElement()">newDrawEllipseElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/draw/DrawFrameElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawFrameElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newDrawFrameElement()">newDrawFrameElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/draw/DrawGElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawGElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newDrawGElement()">newDrawGElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/draw/DrawLineElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawLineElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newDrawLineElement(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">newDrawLineElement</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;svgX1Value,
<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;svgX2Value,
<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;svgY1Value,
<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;svgY2Value)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/draw/DrawMeasureElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawMeasureElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newDrawMeasureElement(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">newDrawMeasureElement</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;svgX1Value,
<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;svgX2Value,
<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;svgY1Value,
<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;svgY2Value)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/draw/DrawPageThumbnailElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawPageThumbnailElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newDrawPageThumbnailElement()">newDrawPageThumbnailElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/draw/DrawPathElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawPathElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newDrawPathElement(java.lang.String, int)">newDrawPathElement</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;svgDValue,
int&nbsp;svgViewBoxValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/draw/DrawPolygonElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawPolygonElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newDrawPolygonElement(java.lang.String, int)">newDrawPolygonElement</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;drawPointsValue,
int&nbsp;svgViewBoxValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/draw/DrawPolylineElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawPolylineElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newDrawPolylineElement(java.lang.String, int)">newDrawPolylineElement</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;drawPointsValue,
int&nbsp;svgViewBoxValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/draw/DrawRectElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawRectElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newDrawRectElement()">newDrawRectElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/draw/DrawRegularPolygonElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawRegularPolygonElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newDrawRegularPolygonElement(boolean, int)">newDrawRegularPolygonElement</a></strong>(boolean&nbsp;drawConcaveValue,
int&nbsp;drawCornersValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/office/OfficeAnnotationElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeAnnotationElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newOfficeAnnotationElement()">newOfficeAnnotationElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/office/OfficeAnnotationEndElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeAnnotationEndElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newOfficeAnnotationEndElement(java.lang.String)">newOfficeAnnotationEndElement</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;officeNameValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationDateTimeElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationDateTimeElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newPresentationDateTimeElement()">newPresentationDateTimeElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationFooterElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationFooterElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newPresentationFooterElement()">newPresentationFooterElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationHeaderElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationHeaderElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newPresentationHeaderElement()">newPresentationHeaderElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextAElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextAElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextAElement(java.lang.String, java.lang.String)">newTextAElement</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;xlinkHrefValue,
<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;xlinkTypeValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextAlphabeticalIndexMarkElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextAlphabeticalIndexMarkElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextAlphabeticalIndexMarkElement(java.lang.String)">newTextAlphabeticalIndexMarkElement</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;textStringValueValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextAlphabeticalIndexMarkEndElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextAlphabeticalIndexMarkEndElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextAlphabeticalIndexMarkEndElement(java.lang.String)">newTextAlphabeticalIndexMarkEndElement</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;textIdValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextAlphabeticalIndexMarkStartElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextAlphabeticalIndexMarkStartElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextAlphabeticalIndexMarkStartElement(java.lang.String)">newTextAlphabeticalIndexMarkStartElement</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;textIdValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextAuthorInitialsElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextAuthorInitialsElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextAuthorInitialsElement()">newTextAuthorInitialsElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextAuthorNameElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextAuthorNameElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextAuthorNameElement()">newTextAuthorNameElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextBibliographyMarkElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextBibliographyMarkElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextBibliographyMarkElement(java.lang.String)">newTextBibliographyMarkElement</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;textBibliographyTypeValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextBookmarkElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextBookmarkElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextBookmarkElement(java.lang.String)">newTextBookmarkElement</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;textNameValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextBookmarkEndElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextBookmarkEndElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextBookmarkEndElement(java.lang.String)">newTextBookmarkEndElement</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;textNameValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextBookmarkRefElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextBookmarkRefElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextBookmarkRefElement()">newTextBookmarkRefElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextBookmarkStartElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextBookmarkStartElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextBookmarkStartElement(java.lang.String)">newTextBookmarkStartElement</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;textNameValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextChangeElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextChangeElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextChangeElement(java.lang.String)">newTextChangeElement</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;textChangeIdValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextChangeEndElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextChangeEndElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextChangeEndElement(java.lang.String)">newTextChangeEndElement</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;textChangeIdValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextChangeStartElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextChangeStartElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextChangeStartElement(java.lang.String)">newTextChangeStartElement</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;textChangeIdValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextChapterElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextChapterElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextChapterElement(java.lang.String, int)">newTextChapterElement</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;textDisplayValue,
int&nbsp;textOutlineLevelValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextCharacterCountElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextCharacterCountElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextCharacterCountElement(java.lang.String)">newTextCharacterCountElement</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;styleNumFormatValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextConditionalTextElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextConditionalTextElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextConditionalTextElement(java.lang.String, java.lang.String, java.lang.String)">newTextConditionalTextElement</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;textConditionValue,
<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;textStringValueIfFalseValue,
<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;textStringValueIfTrueValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextCreationDateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextCreationDateElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextCreationDateElement()">newTextCreationDateElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextCreationTimeElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextCreationTimeElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextCreationTimeElement()">newTextCreationTimeElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextCreatorElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextCreatorElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextCreatorElement()">newTextCreatorElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextDatabaseDisplayElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDatabaseDisplayElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextDatabaseDisplayElement(java.lang.String, java.lang.String)">newTextDatabaseDisplayElement</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;textColumnNameValue,
<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;textTableNameValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextDatabaseNameElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDatabaseNameElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextDatabaseNameElement(java.lang.String)">newTextDatabaseNameElement</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;textTableNameValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextDatabaseNextElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDatabaseNextElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextDatabaseNextElement(java.lang.String)">newTextDatabaseNextElement</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;textTableNameValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextDatabaseRowNumberElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDatabaseRowNumberElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextDatabaseRowNumberElement(java.lang.String, java.lang.String)">newTextDatabaseRowNumberElement</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;styleNumFormatValue,
<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;textTableNameValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextDatabaseRowSelectElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDatabaseRowSelectElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextDatabaseRowSelectElement(java.lang.String)">newTextDatabaseRowSelectElement</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;textTableNameValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextDateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDateElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextDateElement()">newTextDateElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextDdeConnectionElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDdeConnectionElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextDdeConnectionElement(java.lang.String)">newTextDdeConnectionElement</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;textConnectionNameValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextDescriptionElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDescriptionElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextDescriptionElement()">newTextDescriptionElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextEditingCyclesElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextEditingCyclesElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextEditingCyclesElement()">newTextEditingCyclesElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextEditingDurationElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextEditingDurationElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextEditingDurationElement()">newTextEditingDurationElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextExecuteMacroElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextExecuteMacroElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextExecuteMacroElement()">newTextExecuteMacroElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextExpressionElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextExpressionElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextExpressionElement(double, java.lang.String)">newTextExpressionElement</a></strong>(double&nbsp;officeValueValue,
<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;officeValueTypeValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextFileNameElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextFileNameElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextFileNameElement()">newTextFileNameElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHiddenParagraphElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextHiddenParagraphElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextHiddenParagraphElement(java.lang.String)">newTextHiddenParagraphElement</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;textConditionValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHiddenTextElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextHiddenTextElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextHiddenTextElement(java.lang.String, java.lang.String)">newTextHiddenTextElement</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;textConditionValue,
<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;textStringValueValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextImageCountElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextImageCountElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextImageCountElement(java.lang.String)">newTextImageCountElement</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;styleNumFormatValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextInitialCreatorElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextInitialCreatorElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextInitialCreatorElement()">newTextInitialCreatorElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextKeywordsElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextKeywordsElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextKeywordsElement()">newTextKeywordsElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextLineBreakElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextLineBreakElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextLineBreakElement()">newTextLineBreakElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextMeasureElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextMeasureElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextMeasureElement(java.lang.String)">newTextMeasureElement</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;textKindValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextMetaElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextMetaElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextMetaElement()">newTextMetaElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextMetaFieldElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextMetaFieldElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextMetaFieldElement(java.lang.String)">newTextMetaFieldElement</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;xmlIdValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextModificationDateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextModificationDateElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextModificationDateElement()">newTextModificationDateElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextModificationTimeElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextModificationTimeElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextModificationTimeElement()">newTextModificationTimeElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextNode(java.lang.String)">newTextNode</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;content)</code>
<div class="block">Add text content.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextNoteElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextNoteElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextNoteElement(java.lang.String)">newTextNoteElement</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;textNoteClassValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextNoteRefElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextNoteRefElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextNoteRefElement(java.lang.String)">newTextNoteRefElement</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;textNoteClassValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextNumberElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextNumberElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextNumberElement()">newTextNumberElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextObjectCountElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextObjectCountElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextObjectCountElement(java.lang.String)">newTextObjectCountElement</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;styleNumFormatValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextPageContinuationElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPageContinuationElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextPageContinuationElement(java.lang.String)">newTextPageContinuationElement</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;textSelectPageValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextPageCountElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPageCountElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextPageCountElement(java.lang.String)">newTextPageCountElement</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;styleNumFormatValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextPageNumberElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPageNumberElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextPageNumberElement(java.lang.String)">newTextPageNumberElement</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;styleNumFormatValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextPageVariableGetElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPageVariableGetElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextPageVariableGetElement(java.lang.String)">newTextPageVariableGetElement</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;styleNumFormatValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextPageVariableSetElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPageVariableSetElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextPageVariableSetElement()">newTextPageVariableSetElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextParagraphCountElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextParagraphCountElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextParagraphCountElement(java.lang.String)">newTextParagraphCountElement</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;styleNumFormatValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextPlaceholderElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPlaceholderElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextPlaceholderElement(java.lang.String)">newTextPlaceholderElement</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;textPlaceholderTypeValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextPrintDateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPrintDateElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextPrintDateElement()">newTextPrintDateElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextPrintedByElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPrintedByElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextPrintedByElement()">newTextPrintedByElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextPrintTimeElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPrintTimeElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextPrintTimeElement()">newTextPrintTimeElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextReferenceMarkElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextReferenceMarkElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextReferenceMarkElement(java.lang.String)">newTextReferenceMarkElement</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;textNameValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextReferenceMarkEndElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextReferenceMarkEndElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextReferenceMarkEndElement(java.lang.String)">newTextReferenceMarkEndElement</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;textNameValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextReferenceMarkStartElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextReferenceMarkStartElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextReferenceMarkStartElement(java.lang.String)">newTextReferenceMarkStartElement</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;textNameValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextReferenceRefElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextReferenceRefElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextReferenceRefElement()">newTextReferenceRefElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextRubyElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextRubyElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextRubyElement()">newTextRubyElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextScriptElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextScriptElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextScriptElement()">newTextScriptElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextSElement()">newTextSElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderCityElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderCityElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextSenderCityElement()">newTextSenderCityElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderCompanyElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderCompanyElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextSenderCompanyElement()">newTextSenderCompanyElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderCountryElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderCountryElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextSenderCountryElement()">newTextSenderCountryElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderEmailElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderEmailElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextSenderEmailElement()">newTextSenderEmailElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderFaxElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderFaxElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextSenderFaxElement()">newTextSenderFaxElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderFirstnameElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderFirstnameElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextSenderFirstnameElement()">newTextSenderFirstnameElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderInitialsElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderInitialsElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextSenderInitialsElement()">newTextSenderInitialsElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderLastnameElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderLastnameElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextSenderLastnameElement()">newTextSenderLastnameElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderPhonePrivateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderPhonePrivateElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextSenderPhonePrivateElement()">newTextSenderPhonePrivateElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderPhoneWorkElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderPhoneWorkElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextSenderPhoneWorkElement()">newTextSenderPhoneWorkElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderPositionElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderPositionElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextSenderPositionElement()">newTextSenderPositionElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderPostalCodeElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderPostalCodeElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextSenderPostalCodeElement()">newTextSenderPostalCodeElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderStateOrProvinceElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderStateOrProvinceElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextSenderStateOrProvinceElement()">newTextSenderStateOrProvinceElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderStreetElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderStreetElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextSenderStreetElement()">newTextSenderStreetElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderTitleElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderTitleElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextSenderTitleElement()">newTextSenderTitleElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSequenceElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSequenceElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextSequenceElement(java.lang.String, java.lang.String)">newTextSequenceElement</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;styleNumFormatValue,
<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;textNameValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSequenceRefElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSequenceRefElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextSequenceRefElement()">newTextSequenceRefElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSheetNameElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSheetNameElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextSheetNameElement()">newTextSheetNameElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSoftPageBreakElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSoftPageBreakElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextSoftPageBreakElement()">newTextSoftPageBreakElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSpanElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSpanElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextSpanElement()">newTextSpanElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSubjectElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSubjectElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextSubjectElement()">newTextSubjectElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextTabElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTabElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextTabElement()">newTextTabElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextTableCountElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTableCountElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextTableCountElement(java.lang.String)">newTextTableCountElement</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;styleNumFormatValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextTableFormulaElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTableFormulaElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextTableFormulaElement()">newTextTableFormulaElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextTemplateNameElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTemplateNameElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextTemplateNameElement()">newTextTemplateNameElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextTextInputElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTextInputElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextTextInputElement()">newTextTextInputElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextTimeElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTimeElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextTimeElement()">newTextTimeElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextTitleElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTitleElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextTitleElement()">newTextTitleElement</a></strong>()</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextTocMarkElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTocMarkElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextTocMarkElement(java.lang.String)">newTextTocMarkElement</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;textStringValueValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextTocMarkEndElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTocMarkEndElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextTocMarkEndElement(java.lang.String)">newTextTocMarkEndElement</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;textIdValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextTocMarkStartElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTocMarkStartElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextTocMarkStartElement(java.lang.String)">newTextTocMarkStartElement</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;textIdValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextUserDefinedElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextUserDefinedElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextUserDefinedElement(java.lang.String)">newTextUserDefinedElement</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;textNameValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextUserFieldGetElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextUserFieldGetElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextUserFieldGetElement(java.lang.String)">newTextUserFieldGetElement</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;textNameValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextUserFieldInputElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextUserFieldInputElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextUserFieldInputElement(java.lang.String)">newTextUserFieldInputElement</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;textNameValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextUserIndexMarkElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextUserIndexMarkElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextUserIndexMarkElement(java.lang.String, java.lang.String)">newTextUserIndexMarkElement</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;textIndexNameValue,
<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;textStringValueValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextUserIndexMarkEndElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextUserIndexMarkEndElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextUserIndexMarkEndElement(java.lang.String)">newTextUserIndexMarkEndElement</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;textIdValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextUserIndexMarkStartElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextUserIndexMarkStartElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextUserIndexMarkStartElement(java.lang.String, java.lang.String)">newTextUserIndexMarkStartElement</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;textIdValue,
<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;textIndexNameValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextVariableGetElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextVariableGetElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextVariableGetElement(java.lang.String)">newTextVariableGetElement</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;textNameValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextVariableInputElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextVariableInputElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextVariableInputElement(java.lang.String, java.lang.String)">newTextVariableInputElement</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;officeValueTypeValue,
<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;textNameValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextVariableSetElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextVariableSetElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextVariableSetElement(double, java.lang.String, java.lang.String)">newTextVariableSetElement</a></strong>(double&nbsp;officeValueValue,
<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;officeValueTypeValue,
<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;textNameValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextWordCountElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextWordCountElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#newTextWordCountElement(java.lang.String)">newTextWordCountElement</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;styleNumFormatValue)</code>
<div class="block">Create child element .</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#setTextIsListHeaderAttribute(java.lang.Boolean)">setTextIsListHeaderAttribute</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;textIsListHeaderValue)</code>
<div class="block">Sets the value of ODFDOM attribute representation <code>TextIsListHeaderAttribute</code> , See </div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#setTextOutlineLevelAttribute(java.lang.Integer)">setTextOutlineLevelAttribute</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;textOutlineLevelValue)</code>
<div class="block">Sets the value of ODFDOM attribute representation <code>TextOutlineLevelAttribute</code> , See </div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#setTextRestartNumberingAttribute(java.lang.Boolean)">setTextRestartNumberingAttribute</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;textRestartNumberingValue)</code>
<div class="block">Sets the value of ODFDOM attribute representation <code>TextRestartNumberingAttribute</code> , See </div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html#setTextStartValueAttribute(java.lang.Integer)">setTextStartValueAttribute</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;textStartValueValue)</code>
<div class="block">Sets the value of ODFDOM attribute representation <code>TextStartValueAttribute</code> , See </div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.odftoolkit.odfdom.dom.element.text.TextParagraphElementBase">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.odftoolkit.odfdom.dom.element.text.<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextParagraphElementBase.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextParagraphElementBase</a></h3>
<code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextParagraphElementBase.html#getTextClassNamesAttribute()">getTextClassNamesAttribute</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextParagraphElementBase.html#getTextCondStyleNameAttribute()">getTextCondStyleNameAttribute</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextParagraphElementBase.html#getTextIdAttribute()">getTextIdAttribute</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextParagraphElementBase.html#getTextStyleNameAttribute()">getTextStyleNameAttribute</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextParagraphElementBase.html#getXhtmlAboutAttribute()">getXhtmlAboutAttribute</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextParagraphElementBase.html#getXhtmlContentAttribute()">getXhtmlContentAttribute</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextParagraphElementBase.html#getXhtmlDatatypeAttribute()">getXhtmlDatatypeAttribute</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextParagraphElementBase.html#getXhtmlPropertyAttribute()">getXhtmlPropertyAttribute</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextParagraphElementBase.html#getXmlIdAttribute()">getXmlIdAttribute</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextParagraphElementBase.html#onInsertNode()">onInsertNode</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextParagraphElementBase.html#onRemoveNode()">onRemoveNode</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextParagraphElementBase.html#setTextClassNamesAttribute(java.lang.String)">setTextClassNamesAttribute</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextParagraphElementBase.html#setTextCondStyleNameAttribute(java.lang.String)">setTextCondStyleNameAttribute</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextParagraphElementBase.html#setTextContent(java.lang.String)">setTextContent</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextParagraphElementBase.html#setTextIdAttribute(java.lang.String)">setTextIdAttribute</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextParagraphElementBase.html#setTextStyleNameAttribute(java.lang.String)">setTextStyleNameAttribute</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextParagraphElementBase.html#setXhtmlAboutAttribute(java.lang.String)">setXhtmlAboutAttribute</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextParagraphElementBase.html#setXhtmlContentAttribute(java.lang.String)">setXhtmlContentAttribute</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextParagraphElementBase.html#setXhtmlDatatypeAttribute(java.lang.String)">setXhtmlDatatypeAttribute</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextParagraphElementBase.html#setXhtmlPropertyAttribute(java.lang.String)">setXhtmlPropertyAttribute</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextParagraphElementBase.html#setXmlIdAttribute(java.lang.String)">setXmlIdAttribute</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.odftoolkit.odfdom.dom.element.OdfStylableElement">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.odftoolkit.odfdom.dom.element.<a href="../../../../../../org/odftoolkit/odfdom/dom/element/OdfStylableElement.html" title="class in org.odftoolkit.odfdom.dom.element">OdfStylableElement</a></h3>
<code><a href="../../../../../../org/odftoolkit/odfdom/dom/element/OdfStylableElement.html#getAutomaticStyle()">getAutomaticStyle</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/OdfStylableElement.html#getAutomaticStyles()">getAutomaticStyles</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/OdfStylableElement.html#getDocumentStyle()">getDocumentStyle</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/OdfStylableElement.html#getOrCreateUnqiueAutomaticStyle()">getOrCreateUnqiueAutomaticStyle</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/OdfStylableElement.html#getProperties(java.util.Set)">getProperties</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/OdfStylableElement.html#getProperty(org.odftoolkit.odfdom.dom.style.props.OdfStyleProperty)">getProperty</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/OdfStylableElement.html#getStrictProperties()">getStrictProperties</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/OdfStylableElement.html#getStyleFamily()">getStyleFamily</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/OdfStylableElement.html#getStyleName()">getStyleName</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/OdfStylableElement.html#hasAutomaticStyle()">hasAutomaticStyle</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/OdfStylableElement.html#hasDocumentStyle()">hasDocumentStyle</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/OdfStylableElement.html#hasProperty(org.odftoolkit.odfdom.dom.style.props.OdfStyleProperty)">hasProperty</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/OdfStylableElement.html#removeProperty(org.odftoolkit.odfdom.dom.style.props.OdfStyleProperty)">removeProperty</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/OdfStylableElement.html#reuseDocumentStyle(java.lang.String)">reuseDocumentStyle</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/OdfStylableElement.html#setAttributeNS(java.lang.String, java.lang.String, java.lang.String)">setAttributeNS</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/OdfStylableElement.html#setDocumentStyle(org.odftoolkit.odfdom.incubator.doc.style.OdfStyle)">setDocumentStyle</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/OdfStylableElement.html#setProperties(java.util.Map)">setProperties</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/OdfStylableElement.html#setProperty(org.odftoolkit.odfdom.dom.style.props.OdfStyleProperty, java.lang.String)">setProperty</a>, <a href="../../../../../../org/odftoolkit/odfdom/dom/element/OdfStylableElement.html#setStyleName(java.lang.String)">setStyleName</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.odftoolkit.odfdom.pkg.OdfElement">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.odftoolkit.odfdom.pkg.<a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfElement.html" title="class in org.odftoolkit.odfdom.pkg">OdfElement</a></h3>
<code><a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfElement.html#cloneNode(boolean)">cloneNode</a>, <a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfElement.html#equals(java.lang.Object)">equals</a>, <a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfElement.html#findFirstChildNode(java.lang.Class, org.w3c.dom.Node)">findFirstChildNode</a>, <a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfElement.html#findNextChildNode(java.lang.Class, org.w3c.dom.Node)">findNextChildNode</a>, <a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfElement.html#findPreviousChildNode(java.lang.Class, org.w3c.dom.Node)">findPreviousChildNode</a>, <a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfElement.html#getAncestorAs(java.lang.Class)">getAncestorAs</a>, <a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfElement.html#getOdfAttribute(org.odftoolkit.odfdom.pkg.NamespaceName, java.lang.String)">getOdfAttribute</a>, <a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfElement.html#getOdfAttribute(org.odftoolkit.odfdom.pkg.OdfName)">getOdfAttribute</a>, <a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfElement.html#getOdfAttributeValue(org.odftoolkit.odfdom.pkg.OdfName)">getOdfAttributeValue</a>, <a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfElement.html#getParentAs(java.lang.Class)">getParentAs</a>, <a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfElement.html#hasOdfAttribute(org.odftoolkit.odfdom.pkg.OdfName)">hasOdfAttribute</a>, <a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfElement.html#insertBefore(org.w3c.dom.Node, org.w3c.dom.Node)">insertBefore</a>, <a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfElement.html#onInsertNode(org.w3c.dom.Node)">onInsertNode</a>, <a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfElement.html#onRemoveNode(org.w3c.dom.Node)">onRemoveNode</a>, <a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfElement.html#removeChild(org.w3c.dom.Node)">removeChild</a>, <a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfElement.html#replaceChild(org.w3c.dom.Node, org.w3c.dom.Node)">replaceChild</a>, <a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfElement.html#setOdfAttribute(org.odftoolkit.odfdom.pkg.OdfAttribute)">setOdfAttribute</a>, <a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfElement.html#setOdfAttributeValue(org.odftoolkit.odfdom.pkg.OdfName, java.lang.String)">setOdfAttributeValue</a>, <a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfElement.html#toString()">toString</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.xerces.dom.ElementNSImpl">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.xerces.dom.<a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementNSImpl.html?is-external=true" title="class or interface in org.apache.xerces.dom">ElementNSImpl</a></h3>
<code><a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementNSImpl.html?is-external=true#getBaseURI()" title="class or interface in org.apache.xerces.dom">getBaseURI</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementNSImpl.html?is-external=true#getLocalName()" title="class or interface in org.apache.xerces.dom">getLocalName</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementNSImpl.html?is-external=true#getNamespaceURI()" title="class or interface in org.apache.xerces.dom">getNamespaceURI</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementNSImpl.html?is-external=true#getPrefix()" title="class or interface in org.apache.xerces.dom">getPrefix</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementNSImpl.html?is-external=true#getTypeName()" title="class or interface in org.apache.xerces.dom">getTypeName</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementNSImpl.html?is-external=true#getTypeNamespace()" title="class or interface in org.apache.xerces.dom">getTypeNamespace</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementNSImpl.html?is-external=true#isDerivedFrom(java.lang.String, java.lang.String, int)" title="class or interface in org.apache.xerces.dom">isDerivedFrom</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementNSImpl.html?is-external=true#setPrefix(java.lang.String)" title="class or interface in org.apache.xerces.dom">setPrefix</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementNSImpl.html?is-external=true#setType(org.apache.xerces.xs.XSTypeDefinition)" title="class or interface in org.apache.xerces.dom">setType</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementNSImpl.html?is-external=true#setValues(org.apache.xerces.dom.CoreDocumentImpl, java.lang.String, java.lang.String, java.lang.String)" title="class or interface in org.apache.xerces.dom">setValues</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.xerces.dom.ElementImpl">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.xerces.dom.<a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true" title="class or interface in org.apache.xerces.dom">ElementImpl</a></h3>
<code><a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#getAttribute(java.lang.String)" title="class or interface in org.apache.xerces.dom">getAttribute</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#getAttributeNode(java.lang.String)" title="class or interface in org.apache.xerces.dom">getAttributeNode</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#getAttributeNodeNS(java.lang.String, java.lang.String)" title="class or interface in org.apache.xerces.dom">getAttributeNodeNS</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#getAttributeNS(java.lang.String, java.lang.String)" title="class or interface in org.apache.xerces.dom">getAttributeNS</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#getAttributes()" title="class or interface in org.apache.xerces.dom">getAttributes</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#getDefaultAttributes()" title="class or interface in org.apache.xerces.dom">getDefaultAttributes</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#getElementsByTagName(java.lang.String)" title="class or interface in org.apache.xerces.dom">getElementsByTagName</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#getElementsByTagNameNS(java.lang.String, java.lang.String)" title="class or interface in org.apache.xerces.dom">getElementsByTagNameNS</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#getNodeName()" title="class or interface in org.apache.xerces.dom">getNodeName</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#getNodeType()" title="class or interface in org.apache.xerces.dom">getNodeType</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#getSchemaTypeInfo()" title="class or interface in org.apache.xerces.dom">getSchemaTypeInfo</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#getTagName()" title="class or interface in org.apache.xerces.dom">getTagName</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#getXercesAttribute(java.lang.String, java.lang.String)" title="class or interface in org.apache.xerces.dom">getXercesAttribute</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#hasAttribute(java.lang.String)" title="class or interface in org.apache.xerces.dom">hasAttribute</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#hasAttributeNS(java.lang.String, java.lang.String)" title="class or interface in org.apache.xerces.dom">hasAttributeNS</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#hasAttributes()" title="class or interface in org.apache.xerces.dom">hasAttributes</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#isEqualNode(org.w3c.dom.Node)" title="class or interface in org.apache.xerces.dom">isEqualNode</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#normalize()" title="class or interface in org.apache.xerces.dom">normalize</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#reconcileDefaultAttributes()" title="class or interface in org.apache.xerces.dom">reconcileDefaultAttributes</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#removeAttribute(java.lang.String)" title="class or interface in org.apache.xerces.dom">removeAttribute</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#removeAttributeNode(org.w3c.dom.Attr)" title="class or interface in org.apache.xerces.dom">removeAttributeNode</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#removeAttributeNS(java.lang.String, java.lang.String)" title="class or interface in org.apache.xerces.dom">removeAttributeNS</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#setAttribute(java.lang.String, java.lang.String)" title="class or interface in org.apache.xerces.dom">setAttribute</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#setAttributeNode(org.w3c.dom.Attr)" title="class or interface in org.apache.xerces.dom">setAttributeNode</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#setAttributeNodeNS(org.w3c.dom.Attr)" title="class or interface in org.apache.xerces.dom">setAttributeNodeNS</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#setIdAttribute(java.lang.String, boolean)" title="class or interface in org.apache.xerces.dom">setIdAttribute</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#setIdAttributeNode(org.w3c.dom.Attr, boolean)" title="class or interface in org.apache.xerces.dom">setIdAttributeNode</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#setIdAttributeNS(java.lang.String, java.lang.String, boolean)" title="class or interface in org.apache.xerces.dom">setIdAttributeNS</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#setOwnerDocument(org.apache.xerces.dom.CoreDocumentImpl)" title="class or interface in org.apache.xerces.dom">setOwnerDocument</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#setReadOnly(boolean, boolean)" title="class or interface in org.apache.xerces.dom">setReadOnly</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#setupDefaultAttributes()" title="class or interface in org.apache.xerces.dom">setupDefaultAttributes</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#setXercesAttributeNode(org.w3c.dom.Attr)" title="class or interface in org.apache.xerces.dom">setXercesAttributeNode</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ElementImpl.html?is-external=true#synchronizeData()" title="class or interface in org.apache.xerces.dom">synchronizeData</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.xerces.dom.ParentNode">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.xerces.dom.<a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ParentNode.html?is-external=true" title="class or interface in org.apache.xerces.dom">ParentNode</a></h3>
<code><a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ParentNode.html?is-external=true#getChildNodes()" title="class or interface in org.apache.xerces.dom">getChildNodes</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ParentNode.html?is-external=true#getChildNodesUnoptimized()" title="class or interface in org.apache.xerces.dom">getChildNodesUnoptimized</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ParentNode.html?is-external=true#getFirstChild()" title="class or interface in org.apache.xerces.dom">getFirstChild</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ParentNode.html?is-external=true#getLastChild()" title="class or interface in org.apache.xerces.dom">getLastChild</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ParentNode.html?is-external=true#getLength()" title="class or interface in org.apache.xerces.dom">getLength</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ParentNode.html?is-external=true#getOwnerDocument()" title="class or interface in org.apache.xerces.dom">getOwnerDocument</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ParentNode.html?is-external=true#getTextContent()" title="class or interface in org.apache.xerces.dom">getTextContent</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ParentNode.html?is-external=true#hasChildNodes()" title="class or interface in org.apache.xerces.dom">hasChildNodes</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ParentNode.html?is-external=true#item(int)" title="class or interface in org.apache.xerces.dom">item</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ParentNode.html?is-external=true#synchronizeChildren()" title="class or interface in org.apache.xerces.dom">synchronizeChildren</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.xerces.dom.ChildNode">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.xerces.dom.<a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ChildNode.html?is-external=true" title="class or interface in org.apache.xerces.dom">ChildNode</a></h3>
<code><a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ChildNode.html?is-external=true#getNextSibling()" title="class or interface in org.apache.xerces.dom">getNextSibling</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ChildNode.html?is-external=true#getParentNode()" title="class or interface in org.apache.xerces.dom">getParentNode</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/ChildNode.html?is-external=true#getPreviousSibling()" title="class or interface in org.apache.xerces.dom">getPreviousSibling</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.xerces.dom.NodeImpl">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.xerces.dom.<a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true" title="class or interface in org.apache.xerces.dom">NodeImpl</a></h3>
<code><a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#addEventListener(java.lang.String, org.w3c.dom.events.EventListener, boolean)" title="class or interface in org.apache.xerces.dom">addEventListener</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#appendChild(org.w3c.dom.Node)" title="class or interface in org.apache.xerces.dom">appendChild</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#changed()" title="class or interface in org.apache.xerces.dom">changed</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#changes()" title="class or interface in org.apache.xerces.dom">changes</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#compareDocumentPosition(org.w3c.dom.Node)" title="class or interface in org.apache.xerces.dom">compareDocumentPosition</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#compareTreePosition(org.w3c.dom.Node)" title="class or interface in org.apache.xerces.dom">compareTreePosition</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#dispatchEvent(org.w3c.dom.events.Event)" title="class or interface in org.apache.xerces.dom">dispatchEvent</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#getContainer()" title="class or interface in org.apache.xerces.dom">getContainer</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#getFeature(java.lang.String, java.lang.String)" title="class or interface in org.apache.xerces.dom">getFeature</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#getNodeNumber()" title="class or interface in org.apache.xerces.dom">getNodeNumber</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#getNodeValue()" title="class or interface in org.apache.xerces.dom">getNodeValue</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#getReadOnly()" title="class or interface in org.apache.xerces.dom">getReadOnly</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#getUserData()" title="class or interface in org.apache.xerces.dom">getUserData</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#getUserData(java.lang.String)" title="class or interface in org.apache.xerces.dom">getUserData</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#getUserDataRecord()" title="class or interface in org.apache.xerces.dom">getUserDataRecord</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#isDefaultNamespace(java.lang.String)" title="class or interface in org.apache.xerces.dom">isDefaultNamespace</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#isSameNode(org.w3c.dom.Node)" title="class or interface in org.apache.xerces.dom">isSameNode</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#isSupported(java.lang.String, java.lang.String)" title="class or interface in org.apache.xerces.dom">isSupported</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#lookupNamespaceURI(java.lang.String)" title="class or interface in org.apache.xerces.dom">lookupNamespaceURI</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#lookupPrefix(java.lang.String)" title="class or interface in org.apache.xerces.dom">lookupPrefix</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#needsSyncChildren(boolean)" title="class or interface in org.apache.xerces.dom">needsSyncChildren</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#removeEventListener(java.lang.String, org.w3c.dom.events.EventListener, boolean)" title="class or interface in org.apache.xerces.dom">removeEventListener</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#setNodeValue(java.lang.String)" title="class or interface in org.apache.xerces.dom">setNodeValue</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#setUserData(java.lang.Object)" title="class or interface in org.apache.xerces.dom">setUserData</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#setUserData(java.lang.String, java.lang.Object, org.w3c.dom.UserDataHandler)" title="class or interface in org.apache.xerces.dom">setUserData</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.w3c.dom.Node">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.w3c.dom.<a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a></h3>
<code><a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#appendChild(org.w3c.dom.Node)" title="class or interface in org.w3c.dom">appendChild</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#compareDocumentPosition(org.w3c.dom.Node)" title="class or interface in org.w3c.dom">compareDocumentPosition</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#getChildNodes()" title="class or interface in org.w3c.dom">getChildNodes</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#getFeature(java.lang.String, java.lang.String)" title="class or interface in org.w3c.dom">getFeature</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#getFirstChild()" title="class or interface in org.w3c.dom">getFirstChild</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#getLastChild()" title="class or interface in org.w3c.dom">getLastChild</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#getNextSibling()" title="class or interface in org.w3c.dom">getNextSibling</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#getNodeValue()" title="class or interface in org.w3c.dom">getNodeValue</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#getOwnerDocument()" title="class or interface in org.w3c.dom">getOwnerDocument</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#getParentNode()" title="class or interface in org.w3c.dom">getParentNode</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#getPreviousSibling()" title="class or interface in org.w3c.dom">getPreviousSibling</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#getTextContent()" title="class or interface in org.w3c.dom">getTextContent</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#getUserData(java.lang.String)" title="class or interface in org.w3c.dom">getUserData</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#hasChildNodes()" title="class or interface in org.w3c.dom">hasChildNodes</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#isDefaultNamespace(java.lang.String)" title="class or interface in org.w3c.dom">isDefaultNamespace</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#isSameNode(org.w3c.dom.Node)" title="class or interface in org.w3c.dom">isSameNode</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#isSupported(java.lang.String, java.lang.String)" title="class or interface in org.w3c.dom">isSupported</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#lookupNamespaceURI(java.lang.String)" title="class or interface in org.w3c.dom">lookupNamespaceURI</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#lookupPrefix(java.lang.String)" title="class or interface in org.w3c.dom">lookupPrefix</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#setNodeValue(java.lang.String)" title="class or interface in org.w3c.dom">setNodeValue</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#setUserData(java.lang.String, java.lang.Object, org.w3c.dom.UserDataHandler)" title="class or interface in org.w3c.dom">setUserData</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="ELEMENT_NAME">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ELEMENT_NAME</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfName.html" title="class in org.odftoolkit.odfdom.pkg">OdfName</a> ELEMENT_NAME</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="TextHElement(org.odftoolkit.odfdom.pkg.OdfFileDom)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>TextHElement</h4>
<pre>public&nbsp;TextHElement(<a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfFileDom.html" title="class in org.odftoolkit.odfdom.pkg">OdfFileDom</a>&nbsp;ownerDoc)</pre>
<div class="block">Create the instance of <code>TextHElement</code></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ownerDoc</code> - The type is <code>OdfFileDom</code></dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getOdfName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOdfName</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfName.html" title="class in org.odftoolkit.odfdom.pkg">OdfName</a>&nbsp;getOdfName()</pre>
<div class="block">Get the element name</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfElement.html#getOdfName()">getOdfName</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfElement.html" title="class in org.odftoolkit.odfdom.pkg">OdfElement</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>return <code>OdfName</code> the name of element .</dd></dl>
</li>
</ul>
<a name="getTextIsListHeaderAttribute()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTextIsListHeaderAttribute</h4>
<pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;getTextIsListHeaderAttribute()</pre>
<div class="block">Receives the value of the ODFDOM attribute representation <code>TextIsListHeaderAttribute</code> , See </div>
<dl><dt><span class="strong">Returns:</span></dt><dd>- the <code>Boolean</code> , the value or <code>null</code>, if the attribute is not set and no default value defined.</dd></dl>
</li>
</ul>
<a name="setTextIsListHeaderAttribute(java.lang.Boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTextIsListHeaderAttribute</h4>
<pre>public&nbsp;void&nbsp;setTextIsListHeaderAttribute(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;textIsListHeaderValue)</pre>
<div class="block">Sets the value of ODFDOM attribute representation <code>TextIsListHeaderAttribute</code> , See </div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textIsListHeaderValue</code> - The type is <code>Boolean</code></dd></dl>
</li>
</ul>
<a name="getTextOutlineLevelAttribute()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTextOutlineLevelAttribute</h4>
<pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;getTextOutlineLevelAttribute()</pre>
<div class="block">Receives the value of the ODFDOM attribute representation <code>TextOutlineLevelAttribute</code> , See
Attribute is mandatory.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>- the <code>Integer</code> , the value or <code>null</code>, if the attribute is not set and no default value defined.</dd></dl>
</li>
</ul>
<a name="setTextOutlineLevelAttribute(java.lang.Integer)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTextOutlineLevelAttribute</h4>
<pre>public&nbsp;void&nbsp;setTextOutlineLevelAttribute(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;textOutlineLevelValue)</pre>
<div class="block">Sets the value of ODFDOM attribute representation <code>TextOutlineLevelAttribute</code> , See </div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textOutlineLevelValue</code> - The type is <code>Integer</code></dd></dl>
</li>
</ul>
<a name="getTextRestartNumberingAttribute()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTextRestartNumberingAttribute</h4>
<pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;getTextRestartNumberingAttribute()</pre>
<div class="block">Receives the value of the ODFDOM attribute representation <code>TextRestartNumberingAttribute</code> , See </div>
<dl><dt><span class="strong">Returns:</span></dt><dd>- the <code>Boolean</code> , the value or <code>null</code>, if the attribute is not set and no default value defined.</dd></dl>
</li>
</ul>
<a name="setTextRestartNumberingAttribute(java.lang.Boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTextRestartNumberingAttribute</h4>
<pre>public&nbsp;void&nbsp;setTextRestartNumberingAttribute(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;textRestartNumberingValue)</pre>
<div class="block">Sets the value of ODFDOM attribute representation <code>TextRestartNumberingAttribute</code> , See </div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textRestartNumberingValue</code> - The type is <code>Boolean</code></dd></dl>
</li>
</ul>
<a name="getTextStartValueAttribute()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTextStartValueAttribute</h4>
<pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;getTextStartValueAttribute()</pre>
<div class="block">Receives the value of the ODFDOM attribute representation <code>TextStartValueAttribute</code> , See </div>
<dl><dt><span class="strong">Returns:</span></dt><dd>- the <code>Integer</code> , the value or <code>null</code>, if the attribute is not set and no default value defined.</dd></dl>
</li>
</ul>
<a name="setTextStartValueAttribute(java.lang.Integer)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTextStartValueAttribute</h4>
<pre>public&nbsp;void&nbsp;setTextStartValueAttribute(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;textStartValueValue)</pre>
<div class="block">Sets the value of ODFDOM attribute representation <code>TextStartValueAttribute</code> , See </div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textStartValueValue</code> - The type is <code>Integer</code></dd></dl>
</li>
</ul>
<a name="newDr3dSceneElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newDr3dSceneElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/dr3d/Dr3dSceneElement.html" title="class in org.odftoolkit.odfdom.dom.element.dr3d">Dr3dSceneElement</a>&nbsp;newDr3dSceneElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newDrawAElement(java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newDrawAElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/draw/DrawAElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawAElement</a>&nbsp;newDrawAElement(<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;xlinkHrefValue,
<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;xlinkTypeValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>xlinkHrefValue</code> - the <code>String</code> value of <code>XlinkHrefAttribute</code>, see at specification</dd><dd><code>xlinkTypeValue</code> - the <code>String</code> value of <code>XlinkTypeAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newDrawCaptionElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newDrawCaptionElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/draw/DrawCaptionElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawCaptionElement</a>&nbsp;newDrawCaptionElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newDrawCircleElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newDrawCircleElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/draw/DrawCircleElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawCircleElement</a>&nbsp;newDrawCircleElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newDrawConnectorElement(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newDrawConnectorElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/draw/DrawConnectorElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawConnectorElement</a>&nbsp;newDrawConnectorElement(int&nbsp;svgViewBoxValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>svgViewBoxValue</code> - the <code>Integer</code> value of <code>SvgViewBoxAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newDrawControlElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newDrawControlElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/draw/DrawControlElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawControlElement</a>&nbsp;newDrawControlElement(<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;drawControlValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>drawControlValue</code> - the <code>String</code> value of <code>DrawControlAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newDrawCustomShapeElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newDrawCustomShapeElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/draw/DrawCustomShapeElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawCustomShapeElement</a>&nbsp;newDrawCustomShapeElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newDrawEllipseElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newDrawEllipseElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/draw/DrawEllipseElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawEllipseElement</a>&nbsp;newDrawEllipseElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newDrawFrameElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newDrawFrameElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/draw/DrawFrameElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawFrameElement</a>&nbsp;newDrawFrameElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newDrawGElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newDrawGElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/draw/DrawGElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawGElement</a>&nbsp;newDrawGElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newDrawLineElement(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newDrawLineElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/draw/DrawLineElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawLineElement</a>&nbsp;newDrawLineElement(<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;svgX1Value,
<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;svgX2Value,
<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;svgY1Value,
<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;svgY2Value)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>svgX1Value</code> - the <code>String</code> value of <code>SvgX1Attribute</code>, see at specification</dd><dd><code>svgX2Value</code> - the <code>String</code> value of <code>SvgX2Attribute</code>, see at specification</dd><dd><code>svgY1Value</code> - the <code>String</code> value of <code>SvgY1Attribute</code>, see at specification</dd><dd><code>svgY2Value</code> - the <code>String</code> value of <code>SvgY2Attribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newDrawMeasureElement(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newDrawMeasureElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/draw/DrawMeasureElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawMeasureElement</a>&nbsp;newDrawMeasureElement(<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;svgX1Value,
<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;svgX2Value,
<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;svgY1Value,
<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;svgY2Value)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>svgX1Value</code> - the <code>String</code> value of <code>SvgX1Attribute</code>, see at specification</dd><dd><code>svgX2Value</code> - the <code>String</code> value of <code>SvgX2Attribute</code>, see at specification</dd><dd><code>svgY1Value</code> - the <code>String</code> value of <code>SvgY1Attribute</code>, see at specification</dd><dd><code>svgY2Value</code> - the <code>String</code> value of <code>SvgY2Attribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newDrawPageThumbnailElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newDrawPageThumbnailElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/draw/DrawPageThumbnailElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawPageThumbnailElement</a>&nbsp;newDrawPageThumbnailElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newDrawPathElement(java.lang.String, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newDrawPathElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/draw/DrawPathElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawPathElement</a>&nbsp;newDrawPathElement(<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;svgDValue,
int&nbsp;svgViewBoxValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>svgDValue</code> - the <code>String</code> value of <code>SvgDAttribute</code>, see at specification</dd><dd><code>svgViewBoxValue</code> - the <code>Integer</code> value of <code>SvgViewBoxAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newDrawPolygonElement(java.lang.String, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newDrawPolygonElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/draw/DrawPolygonElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawPolygonElement</a>&nbsp;newDrawPolygonElement(<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;drawPointsValue,
int&nbsp;svgViewBoxValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>drawPointsValue</code> - the <code>String</code> value of <code>DrawPointsAttribute</code>, see at specification</dd><dd><code>svgViewBoxValue</code> - the <code>Integer</code> value of <code>SvgViewBoxAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newDrawPolylineElement(java.lang.String, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newDrawPolylineElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/draw/DrawPolylineElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawPolylineElement</a>&nbsp;newDrawPolylineElement(<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;drawPointsValue,
int&nbsp;svgViewBoxValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>drawPointsValue</code> - the <code>String</code> value of <code>DrawPointsAttribute</code>, see at specification</dd><dd><code>svgViewBoxValue</code> - the <code>Integer</code> value of <code>SvgViewBoxAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newDrawRectElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newDrawRectElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/draw/DrawRectElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawRectElement</a>&nbsp;newDrawRectElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newDrawRegularPolygonElement(boolean, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newDrawRegularPolygonElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/draw/DrawRegularPolygonElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawRegularPolygonElement</a>&nbsp;newDrawRegularPolygonElement(boolean&nbsp;drawConcaveValue,
int&nbsp;drawCornersValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>drawConcaveValue</code> - the <code>Boolean</code> value of <code>DrawConcaveAttribute</code>, see at specification</dd><dd><code>drawCornersValue</code> - the <code>Integer</code> value of <code>DrawCornersAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newOfficeAnnotationElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newOfficeAnnotationElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/office/OfficeAnnotationElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeAnnotationElement</a>&nbsp;newOfficeAnnotationElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newOfficeAnnotationEndElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newOfficeAnnotationEndElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/office/OfficeAnnotationEndElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeAnnotationEndElement</a>&nbsp;newOfficeAnnotationEndElement(<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;officeNameValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>officeNameValue</code> - the <code>String</code> value of <code>OfficeNameAttribute</code>, see at specification
Child element is new in Odf 1.2</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newPresentationDateTimeElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newPresentationDateTimeElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationDateTimeElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationDateTimeElement</a>&nbsp;newPresentationDateTimeElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newPresentationFooterElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newPresentationFooterElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationFooterElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationFooterElement</a>&nbsp;newPresentationFooterElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newPresentationHeaderElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newPresentationHeaderElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationHeaderElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationHeaderElement</a>&nbsp;newPresentationHeaderElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextAElement(java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextAElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextAElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextAElement</a>&nbsp;newTextAElement(<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;xlinkHrefValue,
<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;xlinkTypeValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>xlinkHrefValue</code> - the <code>String</code> value of <code>XlinkHrefAttribute</code>, see at specification</dd><dd><code>xlinkTypeValue</code> - the <code>String</code> value of <code>XlinkTypeAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextAlphabeticalIndexMarkElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextAlphabeticalIndexMarkElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextAlphabeticalIndexMarkElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextAlphabeticalIndexMarkElement</a>&nbsp;newTextAlphabeticalIndexMarkElement(<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;textStringValueValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textStringValueValue</code> - the <code>String</code> value of <code>TextStringValueAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextAlphabeticalIndexMarkEndElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextAlphabeticalIndexMarkEndElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextAlphabeticalIndexMarkEndElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextAlphabeticalIndexMarkEndElement</a>&nbsp;newTextAlphabeticalIndexMarkEndElement(<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;textIdValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textIdValue</code> - the <code>String</code> value of <code>TextIdAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextAlphabeticalIndexMarkStartElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextAlphabeticalIndexMarkStartElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextAlphabeticalIndexMarkStartElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextAlphabeticalIndexMarkStartElement</a>&nbsp;newTextAlphabeticalIndexMarkStartElement(<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;textIdValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textIdValue</code> - the <code>String</code> value of <code>TextIdAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextAuthorInitialsElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextAuthorInitialsElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextAuthorInitialsElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextAuthorInitialsElement</a>&nbsp;newTextAuthorInitialsElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextAuthorNameElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextAuthorNameElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextAuthorNameElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextAuthorNameElement</a>&nbsp;newTextAuthorNameElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextBibliographyMarkElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextBibliographyMarkElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextBibliographyMarkElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextBibliographyMarkElement</a>&nbsp;newTextBibliographyMarkElement(<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;textBibliographyTypeValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textBibliographyTypeValue</code> - the <code>String</code> value of <code>TextBibliographyTypeAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextBookmarkElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextBookmarkElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextBookmarkElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextBookmarkElement</a>&nbsp;newTextBookmarkElement(<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;textNameValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textNameValue</code> - the <code>String</code> value of <code>TextNameAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextBookmarkEndElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextBookmarkEndElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextBookmarkEndElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextBookmarkEndElement</a>&nbsp;newTextBookmarkEndElement(<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;textNameValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textNameValue</code> - the <code>String</code> value of <code>TextNameAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextBookmarkRefElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextBookmarkRefElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextBookmarkRefElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextBookmarkRefElement</a>&nbsp;newTextBookmarkRefElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextBookmarkStartElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextBookmarkStartElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextBookmarkStartElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextBookmarkStartElement</a>&nbsp;newTextBookmarkStartElement(<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;textNameValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textNameValue</code> - the <code>String</code> value of <code>TextNameAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextChangeElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextChangeElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextChangeElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextChangeElement</a>&nbsp;newTextChangeElement(<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;textChangeIdValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textChangeIdValue</code> - the <code>String</code> value of <code>TextChangeIdAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextChangeEndElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextChangeEndElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextChangeEndElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextChangeEndElement</a>&nbsp;newTextChangeEndElement(<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;textChangeIdValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textChangeIdValue</code> - the <code>String</code> value of <code>TextChangeIdAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextChangeStartElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextChangeStartElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextChangeStartElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextChangeStartElement</a>&nbsp;newTextChangeStartElement(<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;textChangeIdValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textChangeIdValue</code> - the <code>String</code> value of <code>TextChangeIdAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextChapterElement(java.lang.String, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextChapterElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextChapterElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextChapterElement</a>&nbsp;newTextChapterElement(<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;textDisplayValue,
int&nbsp;textOutlineLevelValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textDisplayValue</code> - the <code>String</code> value of <code>TextDisplayAttribute</code>, see at specification</dd><dd><code>textOutlineLevelValue</code> - the <code>Integer</code> value of <code>TextOutlineLevelAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextCharacterCountElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextCharacterCountElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextCharacterCountElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextCharacterCountElement</a>&nbsp;newTextCharacterCountElement(<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;styleNumFormatValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>styleNumFormatValue</code> - the <code>String</code> value of <code>StyleNumFormatAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextConditionalTextElement(java.lang.String, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextConditionalTextElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextConditionalTextElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextConditionalTextElement</a>&nbsp;newTextConditionalTextElement(<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;textConditionValue,
<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;textStringValueIfFalseValue,
<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;textStringValueIfTrueValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textConditionValue</code> - the <code>String</code> value of <code>TextConditionAttribute</code>, see at specification</dd><dd><code>textStringValueIfFalseValue</code> - the <code>String</code> value of <code>TextStringValueIfFalseAttribute</code>, see at specification</dd><dd><code>textStringValueIfTrueValue</code> - the <code>String</code> value of <code>TextStringValueIfTrueAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextCreationDateElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextCreationDateElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextCreationDateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextCreationDateElement</a>&nbsp;newTextCreationDateElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextCreationTimeElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextCreationTimeElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextCreationTimeElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextCreationTimeElement</a>&nbsp;newTextCreationTimeElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextCreatorElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextCreatorElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextCreatorElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextCreatorElement</a>&nbsp;newTextCreatorElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextDatabaseDisplayElement(java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextDatabaseDisplayElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextDatabaseDisplayElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDatabaseDisplayElement</a>&nbsp;newTextDatabaseDisplayElement(<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;textColumnNameValue,
<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;textTableNameValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textColumnNameValue</code> - the <code>String</code> value of <code>TextColumnNameAttribute</code>, see at specification</dd><dd><code>textTableNameValue</code> - the <code>String</code> value of <code>TextTableNameAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextDatabaseNameElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextDatabaseNameElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextDatabaseNameElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDatabaseNameElement</a>&nbsp;newTextDatabaseNameElement(<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;textTableNameValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textTableNameValue</code> - the <code>String</code> value of <code>TextTableNameAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextDatabaseNextElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextDatabaseNextElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextDatabaseNextElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDatabaseNextElement</a>&nbsp;newTextDatabaseNextElement(<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;textTableNameValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textTableNameValue</code> - the <code>String</code> value of <code>TextTableNameAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextDatabaseRowNumberElement(java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextDatabaseRowNumberElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextDatabaseRowNumberElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDatabaseRowNumberElement</a>&nbsp;newTextDatabaseRowNumberElement(<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;styleNumFormatValue,
<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;textTableNameValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>styleNumFormatValue</code> - the <code>String</code> value of <code>StyleNumFormatAttribute</code>, see at specification</dd><dd><code>textTableNameValue</code> - the <code>String</code> value of <code>TextTableNameAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextDatabaseRowSelectElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextDatabaseRowSelectElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextDatabaseRowSelectElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDatabaseRowSelectElement</a>&nbsp;newTextDatabaseRowSelectElement(<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;textTableNameValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textTableNameValue</code> - the <code>String</code> value of <code>TextTableNameAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextDateElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextDateElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextDateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDateElement</a>&nbsp;newTextDateElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextDdeConnectionElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextDdeConnectionElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextDdeConnectionElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDdeConnectionElement</a>&nbsp;newTextDdeConnectionElement(<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;textConnectionNameValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textConnectionNameValue</code> - the <code>String</code> value of <code>TextConnectionNameAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextDescriptionElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextDescriptionElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextDescriptionElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDescriptionElement</a>&nbsp;newTextDescriptionElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextEditingCyclesElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextEditingCyclesElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextEditingCyclesElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextEditingCyclesElement</a>&nbsp;newTextEditingCyclesElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextEditingDurationElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextEditingDurationElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextEditingDurationElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextEditingDurationElement</a>&nbsp;newTextEditingDurationElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextExecuteMacroElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextExecuteMacroElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextExecuteMacroElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextExecuteMacroElement</a>&nbsp;newTextExecuteMacroElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextExpressionElement(double, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextExpressionElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextExpressionElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextExpressionElement</a>&nbsp;newTextExpressionElement(double&nbsp;officeValueValue,
<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;officeValueTypeValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>officeValueValue</code> - the <code>Double</code> value of <code>OfficeValueAttribute</code>, see at specification</dd><dd><code>officeValueTypeValue</code> - the <code>String</code> value of <code>OfficeValueTypeAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextFileNameElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextFileNameElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextFileNameElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextFileNameElement</a>&nbsp;newTextFileNameElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextHiddenParagraphElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextHiddenParagraphElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHiddenParagraphElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextHiddenParagraphElement</a>&nbsp;newTextHiddenParagraphElement(<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;textConditionValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textConditionValue</code> - the <code>String</code> value of <code>TextConditionAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextHiddenTextElement(java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextHiddenTextElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHiddenTextElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextHiddenTextElement</a>&nbsp;newTextHiddenTextElement(<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;textConditionValue,
<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;textStringValueValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textConditionValue</code> - the <code>String</code> value of <code>TextConditionAttribute</code>, see at specification</dd><dd><code>textStringValueValue</code> - the <code>String</code> value of <code>TextStringValueAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextImageCountElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextImageCountElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextImageCountElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextImageCountElement</a>&nbsp;newTextImageCountElement(<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;styleNumFormatValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>styleNumFormatValue</code> - the <code>String</code> value of <code>StyleNumFormatAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextInitialCreatorElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextInitialCreatorElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextInitialCreatorElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextInitialCreatorElement</a>&nbsp;newTextInitialCreatorElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextKeywordsElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextKeywordsElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextKeywordsElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextKeywordsElement</a>&nbsp;newTextKeywordsElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextLineBreakElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextLineBreakElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextLineBreakElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextLineBreakElement</a>&nbsp;newTextLineBreakElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextMeasureElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextMeasureElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextMeasureElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextMeasureElement</a>&nbsp;newTextMeasureElement(<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;textKindValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textKindValue</code> - the <code>String</code> value of <code>TextKindAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextMetaElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextMetaElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextMetaElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextMetaElement</a>&nbsp;newTextMetaElement()</pre>
<div class="block">Create child element .
Child element is new in Odf 1.2</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextMetaFieldElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextMetaFieldElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextMetaFieldElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextMetaFieldElement</a>&nbsp;newTextMetaFieldElement(<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;xmlIdValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>xmlIdValue</code> - the <code>String</code> value of <code>XmlIdAttribute</code>, see at specification
Child element is new in Odf 1.2</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextModificationDateElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextModificationDateElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextModificationDateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextModificationDateElement</a>&nbsp;newTextModificationDateElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextModificationTimeElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextModificationTimeElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextModificationTimeElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextModificationTimeElement</a>&nbsp;newTextModificationTimeElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextNoteElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextNoteElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextNoteElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextNoteElement</a>&nbsp;newTextNoteElement(<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;textNoteClassValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textNoteClassValue</code> - the <code>String</code> value of <code>TextNoteClassAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextNoteRefElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextNoteRefElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextNoteRefElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextNoteRefElement</a>&nbsp;newTextNoteRefElement(<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;textNoteClassValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textNoteClassValue</code> - the <code>String</code> value of <code>TextNoteClassAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextNumberElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextNumberElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextNumberElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextNumberElement</a>&nbsp;newTextNumberElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextObjectCountElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextObjectCountElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextObjectCountElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextObjectCountElement</a>&nbsp;newTextObjectCountElement(<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;styleNumFormatValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>styleNumFormatValue</code> - the <code>String</code> value of <code>StyleNumFormatAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextPageContinuationElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextPageContinuationElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextPageContinuationElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPageContinuationElement</a>&nbsp;newTextPageContinuationElement(<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;textSelectPageValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textSelectPageValue</code> - the <code>String</code> value of <code>TextSelectPageAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextPageCountElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextPageCountElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextPageCountElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPageCountElement</a>&nbsp;newTextPageCountElement(<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;styleNumFormatValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>styleNumFormatValue</code> - the <code>String</code> value of <code>StyleNumFormatAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextPageNumberElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextPageNumberElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextPageNumberElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPageNumberElement</a>&nbsp;newTextPageNumberElement(<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;styleNumFormatValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>styleNumFormatValue</code> - the <code>String</code> value of <code>StyleNumFormatAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextPageVariableGetElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextPageVariableGetElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextPageVariableGetElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPageVariableGetElement</a>&nbsp;newTextPageVariableGetElement(<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;styleNumFormatValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>styleNumFormatValue</code> - the <code>String</code> value of <code>StyleNumFormatAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextPageVariableSetElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextPageVariableSetElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextPageVariableSetElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPageVariableSetElement</a>&nbsp;newTextPageVariableSetElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextParagraphCountElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextParagraphCountElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextParagraphCountElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextParagraphCountElement</a>&nbsp;newTextParagraphCountElement(<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;styleNumFormatValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>styleNumFormatValue</code> - the <code>String</code> value of <code>StyleNumFormatAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextPlaceholderElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextPlaceholderElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextPlaceholderElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPlaceholderElement</a>&nbsp;newTextPlaceholderElement(<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;textPlaceholderTypeValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textPlaceholderTypeValue</code> - the <code>String</code> value of <code>TextPlaceholderTypeAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextPrintDateElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextPrintDateElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextPrintDateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPrintDateElement</a>&nbsp;newTextPrintDateElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextPrintTimeElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextPrintTimeElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextPrintTimeElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPrintTimeElement</a>&nbsp;newTextPrintTimeElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextPrintedByElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextPrintedByElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextPrintedByElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPrintedByElement</a>&nbsp;newTextPrintedByElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextReferenceMarkElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextReferenceMarkElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextReferenceMarkElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextReferenceMarkElement</a>&nbsp;newTextReferenceMarkElement(<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;textNameValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textNameValue</code> - the <code>String</code> value of <code>TextNameAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextReferenceMarkEndElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextReferenceMarkEndElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextReferenceMarkEndElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextReferenceMarkEndElement</a>&nbsp;newTextReferenceMarkEndElement(<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;textNameValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textNameValue</code> - the <code>String</code> value of <code>TextNameAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextReferenceMarkStartElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextReferenceMarkStartElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextReferenceMarkStartElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextReferenceMarkStartElement</a>&nbsp;newTextReferenceMarkStartElement(<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;textNameValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textNameValue</code> - the <code>String</code> value of <code>TextNameAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextReferenceRefElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextReferenceRefElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextReferenceRefElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextReferenceRefElement</a>&nbsp;newTextReferenceRefElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextRubyElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextRubyElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextRubyElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextRubyElement</a>&nbsp;newTextRubyElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextSElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextSElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSElement</a>&nbsp;newTextSElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextScriptElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextScriptElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextScriptElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextScriptElement</a>&nbsp;newTextScriptElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextSenderCityElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextSenderCityElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderCityElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderCityElement</a>&nbsp;newTextSenderCityElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextSenderCompanyElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextSenderCompanyElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderCompanyElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderCompanyElement</a>&nbsp;newTextSenderCompanyElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextSenderCountryElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextSenderCountryElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderCountryElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderCountryElement</a>&nbsp;newTextSenderCountryElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextSenderEmailElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextSenderEmailElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderEmailElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderEmailElement</a>&nbsp;newTextSenderEmailElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextSenderFaxElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextSenderFaxElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderFaxElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderFaxElement</a>&nbsp;newTextSenderFaxElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextSenderFirstnameElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextSenderFirstnameElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderFirstnameElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderFirstnameElement</a>&nbsp;newTextSenderFirstnameElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextSenderInitialsElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextSenderInitialsElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderInitialsElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderInitialsElement</a>&nbsp;newTextSenderInitialsElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextSenderLastnameElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextSenderLastnameElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderLastnameElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderLastnameElement</a>&nbsp;newTextSenderLastnameElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextSenderPhonePrivateElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextSenderPhonePrivateElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderPhonePrivateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderPhonePrivateElement</a>&nbsp;newTextSenderPhonePrivateElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextSenderPhoneWorkElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextSenderPhoneWorkElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderPhoneWorkElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderPhoneWorkElement</a>&nbsp;newTextSenderPhoneWorkElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextSenderPositionElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextSenderPositionElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderPositionElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderPositionElement</a>&nbsp;newTextSenderPositionElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextSenderPostalCodeElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextSenderPostalCodeElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderPostalCodeElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderPostalCodeElement</a>&nbsp;newTextSenderPostalCodeElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextSenderStateOrProvinceElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextSenderStateOrProvinceElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderStateOrProvinceElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderStateOrProvinceElement</a>&nbsp;newTextSenderStateOrProvinceElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextSenderStreetElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextSenderStreetElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderStreetElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderStreetElement</a>&nbsp;newTextSenderStreetElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextSenderTitleElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextSenderTitleElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderTitleElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderTitleElement</a>&nbsp;newTextSenderTitleElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextSequenceElement(java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextSequenceElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSequenceElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSequenceElement</a>&nbsp;newTextSequenceElement(<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;styleNumFormatValue,
<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;textNameValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>styleNumFormatValue</code> - the <code>String</code> value of <code>StyleNumFormatAttribute</code>, see at specification</dd><dd><code>textNameValue</code> - the <code>String</code> value of <code>TextNameAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextSequenceRefElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextSequenceRefElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSequenceRefElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSequenceRefElement</a>&nbsp;newTextSequenceRefElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextSheetNameElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextSheetNameElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSheetNameElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSheetNameElement</a>&nbsp;newTextSheetNameElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextSoftPageBreakElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextSoftPageBreakElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSoftPageBreakElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSoftPageBreakElement</a>&nbsp;newTextSoftPageBreakElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextSpanElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextSpanElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSpanElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSpanElement</a>&nbsp;newTextSpanElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextSubjectElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextSubjectElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextSubjectElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSubjectElement</a>&nbsp;newTextSubjectElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextTabElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextTabElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextTabElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTabElement</a>&nbsp;newTextTabElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextTableCountElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextTableCountElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextTableCountElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTableCountElement</a>&nbsp;newTextTableCountElement(<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;styleNumFormatValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>styleNumFormatValue</code> - the <code>String</code> value of <code>StyleNumFormatAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextTableFormulaElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextTableFormulaElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextTableFormulaElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTableFormulaElement</a>&nbsp;newTextTableFormulaElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextTemplateNameElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextTemplateNameElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextTemplateNameElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTemplateNameElement</a>&nbsp;newTextTemplateNameElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextTextInputElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextTextInputElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextTextInputElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTextInputElement</a>&nbsp;newTextTextInputElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextTimeElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextTimeElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextTimeElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTimeElement</a>&nbsp;newTextTimeElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextTitleElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextTitleElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextTitleElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTitleElement</a>&nbsp;newTextTitleElement()</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextTocMarkElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextTocMarkElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextTocMarkElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTocMarkElement</a>&nbsp;newTextTocMarkElement(<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;textStringValueValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textStringValueValue</code> - the <code>String</code> value of <code>TextStringValueAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextTocMarkEndElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextTocMarkEndElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextTocMarkEndElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTocMarkEndElement</a>&nbsp;newTextTocMarkEndElement(<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;textIdValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textIdValue</code> - the <code>String</code> value of <code>TextIdAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextTocMarkStartElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextTocMarkStartElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextTocMarkStartElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTocMarkStartElement</a>&nbsp;newTextTocMarkStartElement(<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;textIdValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textIdValue</code> - the <code>String</code> value of <code>TextIdAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextUserDefinedElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextUserDefinedElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextUserDefinedElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextUserDefinedElement</a>&nbsp;newTextUserDefinedElement(<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;textNameValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textNameValue</code> - the <code>String</code> value of <code>TextNameAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextUserFieldGetElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextUserFieldGetElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextUserFieldGetElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextUserFieldGetElement</a>&nbsp;newTextUserFieldGetElement(<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;textNameValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textNameValue</code> - the <code>String</code> value of <code>TextNameAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextUserFieldInputElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextUserFieldInputElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextUserFieldInputElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextUserFieldInputElement</a>&nbsp;newTextUserFieldInputElement(<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;textNameValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textNameValue</code> - the <code>String</code> value of <code>TextNameAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextUserIndexMarkElement(java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextUserIndexMarkElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextUserIndexMarkElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextUserIndexMarkElement</a>&nbsp;newTextUserIndexMarkElement(<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;textIndexNameValue,
<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;textStringValueValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textIndexNameValue</code> - the <code>String</code> value of <code>TextIndexNameAttribute</code>, see at specification</dd><dd><code>textStringValueValue</code> - the <code>String</code> value of <code>TextStringValueAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextUserIndexMarkEndElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextUserIndexMarkEndElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextUserIndexMarkEndElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextUserIndexMarkEndElement</a>&nbsp;newTextUserIndexMarkEndElement(<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;textIdValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textIdValue</code> - the <code>String</code> value of <code>TextIdAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextUserIndexMarkStartElement(java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextUserIndexMarkStartElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextUserIndexMarkStartElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextUserIndexMarkStartElement</a>&nbsp;newTextUserIndexMarkStartElement(<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;textIdValue,
<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;textIndexNameValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textIdValue</code> - the <code>String</code> value of <code>TextIdAttribute</code>, see at specification</dd><dd><code>textIndexNameValue</code> - the <code>String</code> value of <code>TextIndexNameAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextVariableGetElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextVariableGetElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextVariableGetElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextVariableGetElement</a>&nbsp;newTextVariableGetElement(<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;textNameValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textNameValue</code> - the <code>String</code> value of <code>TextNameAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextVariableInputElement(java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextVariableInputElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextVariableInputElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextVariableInputElement</a>&nbsp;newTextVariableInputElement(<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;officeValueTypeValue,
<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;textNameValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>officeValueTypeValue</code> - the <code>String</code> value of <code>OfficeValueTypeAttribute</code>, see at specification</dd><dd><code>textNameValue</code> - the <code>String</code> value of <code>TextNameAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextVariableSetElement(double, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextVariableSetElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextVariableSetElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextVariableSetElement</a>&nbsp;newTextVariableSetElement(double&nbsp;officeValueValue,
<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;officeValueTypeValue,
<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;textNameValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>officeValueValue</code> - the <code>Double</code> value of <code>OfficeValueAttribute</code>, see at specification</dd><dd><code>officeValueTypeValue</code> - the <code>String</code> value of <code>OfficeValueTypeAttribute</code>, see at specification</dd><dd><code>textNameValue</code> - the <code>String</code> value of <code>TextNameAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="newTextWordCountElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newTextWordCountElement</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextWordCountElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextWordCountElement</a>&nbsp;newTextWordCountElement(<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;styleNumFormatValue)</pre>
<div class="block">Create child element .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>styleNumFormatValue</code> - the <code>String</code> value of <code>StyleNumFormatAttribute</code>, see at specification</dd>
<dt><span class="strong">Returns:</span></dt><dd>the element </dd></dl>
</li>
</ul>
<a name="accept(org.odftoolkit.odfdom.pkg.ElementVisitor)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>accept</h4>
<pre>public&nbsp;void&nbsp;accept(<a href="../../../../../../org/odftoolkit/odfdom/pkg/ElementVisitor.html" title="interface in org.odftoolkit.odfdom.pkg">ElementVisitor</a>&nbsp;visitor)</pre>
<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfElement.html#accept(org.odftoolkit.odfdom.pkg.ElementVisitor)">OdfElement</a></code></strong></div>
<div class="block">Accept an visitor instance to allow the visitor to do some operations.
Refer to visitor design pattern to get a better understanding.</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfElement.html#accept(org.odftoolkit.odfdom.pkg.ElementVisitor)">accept</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfElement.html" title="class in org.odftoolkit.odfdom.pkg">OdfElement</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>visitor</code> - an instance of DefaultElementVisitor</dd></dl>
</li>
</ul>
<a name="newTextNode(java.lang.String)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>newTextNode</h4>
<pre>public&nbsp;void&nbsp;newTextNode(<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;content)</pre>
<div class="block">Add text content. Only elements which are allowed to have text content offer this method.</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= 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="navBarCell1Rev">Class</li>
<li><a href="class-use/TextHElement.html">Use</a></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><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextFormatChangeElement.html" title="class in org.odftoolkit.odfdom.dom.element.text"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../../org/odftoolkit/odfdom/dom/element/text/TextHiddenParagraphElement.html" title="class in org.odftoolkit.odfdom.dom.element.text"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/odftoolkit/odfdom/dom/element/text/TextHElement.html" target="_top">Frames</a></li>
<li><a href="TextHElement.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2008-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>