blob: c5b0b9497c91dead2428c54de6e78ea86682a8f9 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (version 1.7.0_03) on Fri Feb 22 10:35:19 CET 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>I-Index (Simple ODF API v0.8-incubating - http://incubator.apache.org/odftoolkit/)</title>
<meta name="date" content="2013-02-22">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="I-Index (Simple ODF API v0.8-incubating - http://incubator.apache.org/odftoolkit/)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-8.html">Prev Letter</a></li>
<li><a href="index-10.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-filesindex-9.html" target="_top">Frames</a></li>
<li><a href="index-9.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">J</a>&nbsp;<a href="index-11.html">L</a>&nbsp;<a href="index-12.html">M</a>&nbsp;<a href="index-13.html">N</a>&nbsp;<a href="index-14.html">O</a>&nbsp;<a href="index-15.html">P</a>&nbsp;<a href="index-16.html">R</a>&nbsp;<a href="index-17.html">S</a>&nbsp;<a href="index-18.html">T</a>&nbsp;<a href="index-19.html">U</a>&nbsp;<a href="index-20.html">V</a>&nbsp;<a href="index-21.html">W</a>&nbsp;<a name="_I_">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><a href="../org/odftoolkit/simple/draw/Image.html" title="class in org.odftoolkit.simple.draw"><span class="strong">Image</span></a> - Class in <a href="../org/odftoolkit/simple/draw/package-summary.html">org.odftoolkit.simple.draw</a></dt>
<dd>
<div class="block">This class provides method to add/remove/get images.</div>
</dd>
<dt><a href="../org/odftoolkit/simple/text/list/ImageDecorator.html" title="class in org.odftoolkit.simple.text.list"><span class="strong">ImageDecorator</span></a> - Class in <a href="../org/odftoolkit/simple/text/list/package-summary.html">org.odftoolkit.simple.text.list</a></dt>
<dd>
<div class="block">ImageDecorator is an implementation of the ListDecorator interface, decorates
a given List as image list.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/text/list/ImageDecorator.html#ImageDecorator(org.odftoolkit.simple.Document, java.net.URI)">ImageDecorator(Document, URI)</a></span> - Constructor for class org.odftoolkit.simple.text.list.<a href="../org/odftoolkit/simple/text/list/ImageDecorator.html" title="class in org.odftoolkit.simple.text.list">ImageDecorator</a></dt>
<dd>
<div class="block">Constructor with Document and image URI.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/draw/Image.html#imageIterator(org.odftoolkit.simple.draw.FrameContainer)">imageIterator(FrameContainer)</a></span> - Static method in class org.odftoolkit.simple.draw.<a href="../org/odftoolkit/simple/draw/Image.html" title="class in org.odftoolkit.simple.draw">Image</a></dt>
<dd>
<div class="block">Return an iterator of image.</div>
</dd>
<dt><a href="../org/odftoolkit/simple/common/navigation/ImageSelection.html" title="class in org.odftoolkit.simple.common.navigation"><span class="strong">ImageSelection</span></a> - Class in <a href="../org/odftoolkit/simple/common/navigation/package-summary.html">org.odftoolkit.simple.common.navigation</a></dt>
<dd>
<div class="block">This is a decorator class of TextSelection, which help user replace a text content with a Image from Document or from URI.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/common/navigation/ImageSelection.html#ImageSelection(org.odftoolkit.simple.common.navigation.TextSelection)">ImageSelection(TextSelection)</a></span> - Constructor for class org.odftoolkit.simple.common.navigation.<a href="../org/odftoolkit/simple/common/navigation/ImageSelection.html" title="class in org.odftoolkit.simple.common.navigation">ImageSelection</a></dt>
<dd>
<div class="block">Construct a ImageSelection with TextSelection.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/table/Table.html#insertColumnsBefore(int, int)">insertColumnsBefore(int, int)</a></span> - Method in class org.odftoolkit.simple.table.<a href="../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></dt>
<dd>
<div class="block">Insert a specific number of columns before the column whose index is
<code>index</code>.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/TextDocument.html#insertContentFromDocumentAfter(org.odftoolkit.simple.TextDocument, org.odftoolkit.simple.text.Paragraph, boolean)">insertContentFromDocumentAfter(TextDocument, Paragraph, boolean)</a></span> - Method in class org.odftoolkit.simple.<a href="../org/odftoolkit/simple/TextDocument.html" title="class in org.odftoolkit.simple">TextDocument</a></dt>
<dd>
<div class="block">Copy text content of the source TextDocument and insert it to the current TextDocument
after the reference Paragraph, with Styles or without Styles.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/TextDocument.html#insertContentFromDocumentBefore(org.odftoolkit.simple.TextDocument, org.odftoolkit.simple.text.Paragraph, boolean)">insertContentFromDocumentBefore(TextDocument, Paragraph, boolean)</a></span> - Method in class org.odftoolkit.simple.<a href="../org/odftoolkit/simple/TextDocument.html" title="class in org.odftoolkit.simple">TextDocument</a></dt>
<dd>
<div class="block">Copy text content of the source TextDocument and insert it to the current TextDocument
before the reference Paragraph, with Styles or without Styles.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/chart/DataSet.html#insertDataSeries(int, java.lang.String, double[])">insertDataSeries(int, String, double[])</a></span> - Method in class org.odftoolkit.simple.chart.<a href="../org/odftoolkit/simple/chart/DataSet.html" title="class in org.odftoolkit.simple.chart">DataSet</a></dt>
<dd>
<div class="block">Adds a data series at the index in current data set.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/Document.html#insertDocument(org.odftoolkit.odfdom.pkg.OdfPackageDocument, java.lang.String)">insertDocument(OdfPackageDocument, String)</a></span> - Method in class org.odftoolkit.simple.<a href="../org/odftoolkit/simple/Document.html" title="class in org.odftoolkit.simple">Document</a></dt>
<dd>
<div class="block">Embed an OdfPackageDocument to the current OdfPackageDocument.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/TextDocument.html#insertOdfElement(org.odftoolkit.odfdom.pkg.OdfElement, org.odftoolkit.simple.Document, org.odftoolkit.odfdom.pkg.OdfElement, boolean)">insertOdfElement(OdfElement, Document, OdfElement, boolean)</a></span> - Method in class org.odftoolkit.simple.<a href="../org/odftoolkit/simple/TextDocument.html" title="class in org.odftoolkit.simple">TextDocument</a></dt>
<dd>
<div class="block">Copy a OdfElement and insert it before or after the Reference OdfElement in the TextDocument, whether the
OdfElement is in this TextDocument or in a different Document.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/TextDocument.html#insertParagraph(org.odftoolkit.simple.text.Paragraph, org.odftoolkit.simple.text.Paragraph, boolean)">insertParagraph(Paragraph, Paragraph, boolean)</a></span> - Method in class org.odftoolkit.simple.<a href="../org/odftoolkit/simple/TextDocument.html" title="class in org.odftoolkit.simple">TextDocument</a></dt>
<dd>
<div class="block">Copy a Paragraph and insert it before or after the Reference Paragraph in the text document, whether the
Paragraph is in this document or in a different document.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/table/Table.html#insertRowsBefore(int, int)">insertRowsBefore(int, int)</a></span> - Method in class org.odftoolkit.simple.table.<a href="../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></dt>
<dd>
<div class="block">Insert a specific number of rows before the row at <code>index</code>.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/SpreadsheetDocument.html#insertSheet(int)">insertSheet(int)</a></span> - Method in class org.odftoolkit.simple.<a href="../org/odftoolkit/simple/SpreadsheetDocument.html" title="class in org.odftoolkit.simple">SpreadsheetDocument</a></dt>
<dd>
<div class="block">Inserts a new blank sheet before the reference index.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/SpreadsheetDocument.html#insertSheet(org.odftoolkit.simple.table.Table, int)">insertSheet(Table, int)</a></span> - Method in class org.odftoolkit.simple.<a href="../org/odftoolkit/simple/SpreadsheetDocument.html" title="class in org.odftoolkit.simple">SpreadsheetDocument</a></dt>
<dd>
<div class="block">Inserts a new sheet with data from existing table.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/TextDocument.html#insertTable(org.odftoolkit.simple.text.Paragraph, org.odftoolkit.simple.table.Table, boolean)">insertTable(Paragraph, Table, boolean)</a></span> - Method in class org.odftoolkit.simple.<a href="../org/odftoolkit/simple/TextDocument.html" title="class in org.odftoolkit.simple">TextDocument</a></dt>
<dd>
<div class="block">Copy a Table and insert it before or after the Reference Paragraph in the text document, whether the
Table is in this TextDocument or in a different Document.</div>
</dd>
<dt><a href="../org/odftoolkit/simple/common/navigation/InvalidNavigationException.html" title="class in org.odftoolkit.simple.common.navigation"><span class="strong">InvalidNavigationException</span></a> - Exception in <a href="../org/odftoolkit/simple/common/navigation/package-summary.html">org.odftoolkit.simple.common.navigation</a></dt>
<dd>
<div class="block">Thrown to indicate that the navigation operation can not be processed on
selections</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/common/navigation/InvalidNavigationException.html#InvalidNavigationException(java.lang.String)">InvalidNavigationException(String)</a></span> - Constructor for exception org.odftoolkit.simple.common.navigation.<a href="../org/odftoolkit/simple/common/navigation/InvalidNavigationException.html" title="class in org.odftoolkit.simple.common.navigation">InvalidNavigationException</a></dt>
<dd>
<div class="block">Constructs a <code>InvalidNavigateOperation</code> with the specified
detail message.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/chart/Chart.html#IsApply3DEffect()">IsApply3DEffect()</a></span> - Method in class org.odftoolkit.simple.chart.<a href="../org/odftoolkit/simple/chart/Chart.html" title="class in org.odftoolkit.simple.chart">Chart</a></dt>
<dd>
<div class="block">3D effect manipulation, get whether the chart apples 3D effect</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/table/Table.html#isCellStyleInheritance()">isCellStyleInheritance()</a></span> - Method in class org.odftoolkit.simple.table.<a href="../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></dt>
<dd>
<div class="block">Return true if cell style is inherited when a new cell is added to the
table.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/text/list/List.html#isContinueNumbering()">isContinueNumbering()</a></span> - Method in class org.odftoolkit.simple.text.list.<a href="../org/odftoolkit/simple/text/list/List.html" title="class in org.odftoolkit.simple.text.list">List</a></dt>
<dd>
<div class="block">Return whether the numbering of this list is continuing,
or whether the numbering of the preceding list is continued or not.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/chart/DataSet.html#isFirstColumnAsLabel()">isFirstColumnAsLabel()</a></span> - Method in class org.odftoolkit.simple.chart.<a href="../org/odftoolkit/simple/chart/DataSet.html" title="class in org.odftoolkit.simple.chart">DataSet</a></dt>
<dd>
<div class="block">Gets whether this data set uses first column as chart label.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/chart/DataSet.html#isFirstRowAsLabel()">isFirstRowAsLabel()</a></span> - Method in class org.odftoolkit.simple.chart.<a href="../org/odftoolkit/simple/chart/DataSet.html" title="class in org.odftoolkit.simple.chart">DataSet</a></dt>
<dd>
<div class="block">Gets whether this data set uses first row as chart label.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/text/Paragraph.html#isHeading()">isHeading()</a></span> - Method in class org.odftoolkit.simple.text.<a href="../org/odftoolkit/simple/text/Paragraph.html" title="class in org.odftoolkit.simple.text">Paragraph</a></dt>
<dd>
<div class="block">Returns the paragraph type, heading or body text paragraph.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/chart/DataSet.html#isLocalTable()">isLocalTable()</a></span> - Method in class org.odftoolkit.simple.chart.<a href="../org/odftoolkit/simple/chart/DataSet.html" title="class in org.odftoolkit.simple.chart">DataSet</a></dt>
<dd>
<div class="block">Gets whether this data set uses local table.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/table/Row.html#isOptimalHeight()">isOptimalHeight()</a></span> - Method in class org.odftoolkit.simple.table.<a href="../org/odftoolkit/simple/table/Row.html" title="class in org.odftoolkit.simple.table">Row</a></dt>
<dd>
<div class="block">Return if the row always keeps its optimal height.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/table/Column.html#isOptimalWidth()">isOptimalWidth()</a></span> - Method in class org.odftoolkit.simple.table.<a href="../org/odftoolkit/simple/table/Column.html" title="class in org.odftoolkit.simple.table">Column</a></dt>
<dd>
<div class="block">Returns if the column always keeps its optimal width.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/table/Table.html#isProtected()">isProtected()</a></span> - Method in class org.odftoolkit.simple.table.<a href="../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></dt>
<dd>
<div class="block">Return true if the table is protected.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/text/Section.html#isProtected()">isProtected()</a></span> - Method in class org.odftoolkit.simple.text.<a href="../org/odftoolkit/simple/text/Section.html" title="class in org.odftoolkit.simple.text">Section</a></dt>
<dd>
<div class="block">Return the value of section which specifies whether the section is
protected.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/chart/DataSet.html#isRowAsDataSeries()">isRowAsDataSeries()</a></span> - Method in class org.odftoolkit.simple.chart.<a href="../org/odftoolkit/simple/chart/DataSet.html" title="class in org.odftoolkit.simple.chart">DataSet</a></dt>
<dd>
<div class="block">Gets whether this data set uses row as data series.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/common/navigation/TextSelection.html#isSelectionReplaced()">isSelectionReplaced()</a></span> - Method in class org.odftoolkit.simple.common.navigation.<a href="../org/odftoolkit/simple/common/navigation/TextSelection.html" title="class in org.odftoolkit.simple.common.navigation">TextSelection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/table/Cell.html#isTextWrapped()">isTextWrapped()</a></span> - Method in class org.odftoolkit.simple.table.<a href="../org/odftoolkit/simple/table/Cell.html" title="class in org.odftoolkit.simple.table">Cell</a></dt>
<dd>
<div class="block">Return the wrap option of this cell.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/table/CellStyleHandler.html#isTextWrapped()">isTextWrapped()</a></span> - Method in class org.odftoolkit.simple.table.<a href="../org/odftoolkit/simple/table/CellStyleHandler.html" title="class in org.odftoolkit.simple.table">CellStyleHandler</a></dt>
<dd>
<div class="block">Return the wrap option of this cell.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/DefaultStyleHandler.html#isUseDefaultStyle">isUseDefaultStyle</a></span> - Variable in class org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/DefaultStyleHandler.html" title="class in org.odftoolkit.simple.style">DefaultStyleHandler</a></dt>
<dd>
<div class="block">Whether the default style is used.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/chart/Chart.html#isUseLegend()">isUseLegend()</a></span> - Method in class org.odftoolkit.simple.chart.<a href="../org/odftoolkit/simple/chart/Chart.html" title="class in org.odftoolkit.simple.chart">Chart</a></dt>
<dd>
<div class="block">chart legend manipulation</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/table/Table.html#isUseRepeat()">isUseRepeat()</a></span> - Method in class org.odftoolkit.simple.table.<a href="../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></dt>
<dd>
<div class="block">Return true if the new created multiple columns/rows/cells are described
by a single element when it's possible.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/text/Footer.html#isVisible()">isVisible()</a></span> - Method in class org.odftoolkit.simple.text.<a href="../org/odftoolkit/simple/text/Footer.html" title="class in org.odftoolkit.simple.text">Footer</a></dt>
<dd>
<div class="block">Get this footer is visible or not.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/text/Header.html#isVisible()">isVisible()</a></span> - Method in class org.odftoolkit.simple.text.<a href="../org/odftoolkit/simple/text/Header.html" title="class in org.odftoolkit.simple.text">Header</a></dt>
<dd>
<div class="block">Get this header is visible or not.</div>
</dd>
<dt><span class="strong"><a href="../org/odftoolkit/simple/style/TableCellProperties.html#isWrapped()">isWrapped()</a></span> - Method in class org.odftoolkit.simple.style.<a href="../org/odftoolkit/simple/style/TableCellProperties.html" title="class in org.odftoolkit.simple.style">TableCellProperties</a></dt>
<dd>
<div class="block">Return whether the text is allowed to be wrapped.</div>
</dd>
</dl>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">J</a>&nbsp;<a href="index-11.html">L</a>&nbsp;<a href="index-12.html">M</a>&nbsp;<a href="index-13.html">N</a>&nbsp;<a href="index-14.html">O</a>&nbsp;<a href="index-15.html">P</a>&nbsp;<a href="index-16.html">R</a>&nbsp;<a href="index-17.html">S</a>&nbsp;<a href="index-18.html">T</a>&nbsp;<a href="index-19.html">U</a>&nbsp;<a href="index-20.html">V</a>&nbsp;<a href="index-21.html">W</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-8.html">Prev Letter</a></li>
<li><a href="index-10.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-filesindex-9.html" target="_top">Frames</a></li>
<li><a href="index-9.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2010-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>