blob: 9f554a11f47f5846ace3b5ac52c4eb7ddc9e41cb [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:33 CET 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Deprecated List (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="Deprecated List (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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li class="navBarCell1Rev">Deprecated</li>
<li><a href="index-files/index-1.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
<li><a href="deprecated-list.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Deprecated API" class="title">Deprecated API</h1>
<h2 title="Contents">Contents</h2>
<ul>
<li><a href="#class">Deprecated Classes</a></li>
<li><a href="#exception">Deprecated Exceptions</a></li>
<li><a href="#method">Deprecated Methods</a></li>
</ul>
</div>
<div class="contentContainer"><a name="class">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Deprecated Classes table, listing deprecated classes, and an explanation">
<caption><span>Deprecated Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="org/odftoolkit/odfdom/incubator/search/Navigation.html" title="class in org.odftoolkit.odfdom.incubator.search">org.odftoolkit.odfdom.incubator.search.Navigation</a>
<div class="block"><i>As of release 0.8.8, replaced by <a href="http://incubator.apache.org/odftoolkit/simple/index.html/apidocs/org/odftoolkit/simple/common/navigation/Navigation.html?is-external=true" title="class or interface in org.odftoolkit.simple.common.navigation"><code>Navigation</code></a> in Simple API.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/odftoolkit/odfdom/doc/OdfChartDocument.html" title="class in org.odftoolkit.odfdom.doc">org.odftoolkit.odfdom.doc.OdfChartDocument</a>
<div class="block"><i>As of release 0.8.8, replaced by <a href="http://incubator.apache.org/odftoolkit/simple/index.html/apidocs/org/odftoolkit/simple/ChartDocument.html?is-external=true" title="class or interface in org.odftoolkit.simple"><code>ChartDocument</code></a> in Simple API.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/odftoolkit/odfdom/incubator/doc/draw/OdfDrawFrame.html" title="class in org.odftoolkit.odfdom.incubator.doc.draw">org.odftoolkit.odfdom.incubator.doc.draw.OdfDrawFrame</a>
<div class="block"><i>As of release 0.8.8, replaced by <a href="http://incubator.apache.org/odftoolkit/simple/index.html/apidocs/org/odftoolkit/simple/draw/Frame.html?is-external=true" title="class or interface in org.odftoolkit.simple.draw"><code>Frame</code></a> in Simple API.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/odftoolkit/odfdom/incubator/doc/draw/OdfDrawImage.html" title="class in org.odftoolkit.odfdom.incubator.doc.draw">org.odftoolkit.odfdom.incubator.doc.draw.OdfDrawImage</a>
<div class="block"><i>As of release 0.8.8, replaced by <a href="http://incubator.apache.org/odftoolkit/simple/index.html/apidocs/org/odftoolkit/simple/draw/Image.html?is-external=true" title="class or interface in org.odftoolkit.simple.draw"><code>Image</code></a> in Simple API.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/odftoolkit/odfdom/incubator/doc/text/OdfEditableTextExtractor.html" title="class in org.odftoolkit.odfdom.incubator.doc.text">org.odftoolkit.odfdom.incubator.doc.text.OdfEditableTextExtractor</a>
<div class="block"><i>As of release 0.8.8, replaced by <a href="http://incubator.apache.org/odftoolkit/simple/index.html/apidocs/org/odftoolkit/simple/common/EditableTextExtractor.html?is-external=true" title="class or interface in org.odftoolkit.simple.common"><code>EditableTextExtractor</code></a> in Simple API.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/odftoolkit/odfdom/doc/OdfGraphicsDocument.html" title="class in org.odftoolkit.odfdom.doc">org.odftoolkit.odfdom.doc.OdfGraphicsDocument</a>
<div class="block"><i>As of release 0.8.8, replaced by <a href="http://incubator.apache.org/odftoolkit/simple/index.html/apidocs/org/odftoolkit/simple/GraphicsDocument.html?is-external=true" title="class or interface in org.odftoolkit.simple"><code>GraphicsDocument</code></a> in Simple API.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/odftoolkit/odfdom/incubator/meta/OdfMetaDocumentStatistic.html" title="class in org.odftoolkit.odfdom.incubator.meta">org.odftoolkit.odfdom.incubator.meta.OdfMetaDocumentStatistic</a>
<div class="block"><i>As of release 0.8.8, replaced by <a href="http://incubator.apache.org/odftoolkit/simple/index.html/apidocs/org/odftoolkit/simple/meta/DocumentStatistic.html?is-external=true" title="class or interface in org.odftoolkit.simple.meta"><code>DocumentStatistic</code></a> in Simple API.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/odftoolkit/odfdom/incubator/meta/OdfOfficeMeta.html" title="class in org.odftoolkit.odfdom.incubator.meta">org.odftoolkit.odfdom.incubator.meta.OdfOfficeMeta</a>
<div class="block"><i>As of release 0.8.8, replaced by <a href="http://incubator.apache.org/odftoolkit/simple/index.html/apidocs/org/odftoolkit/simple/meta/Meta.html?is-external=true" title="class or interface in org.odftoolkit.simple.meta"><code>Meta</code></a> in Simple API.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/odftoolkit/odfdom/doc/OdfPresentationDocument.html" title="class in org.odftoolkit.odfdom.doc">org.odftoolkit.odfdom.doc.OdfPresentationDocument</a>
<div class="block"><i>As of release 0.8.8, replaced by <a href="http://incubator.apache.org/odftoolkit/simple/index.html/apidocs/org/odftoolkit/simple/PresentationDocument.html?is-external=true" title="class or interface in org.odftoolkit.simple"><code>PresentationDocument</code></a> in Simple API.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/odftoolkit/odfdom/doc/presentation/OdfPresentationNotes.html" title="class in org.odftoolkit.odfdom.doc.presentation">org.odftoolkit.odfdom.doc.presentation.OdfPresentationNotes</a>
<div class="block"><i>As of release 0.8.8, replaced by <a href="http://incubator.apache.org/odftoolkit/simple/index.html/apidocs/org/odftoolkit/simple/presentation/Notes.html?is-external=true" title="class or interface in org.odftoolkit.simple.presentation"><code>Notes</code></a> in Simple API.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/odftoolkit/odfdom/doc/presentation/OdfSlide.html" title="class in org.odftoolkit.odfdom.doc.presentation">org.odftoolkit.odfdom.doc.presentation.OdfSlide</a>
<div class="block"><i>As of release 0.8.8, replaced by <a href="http://incubator.apache.org/odftoolkit/simple/index.html/apidocs/org/odftoolkit/simple/presentation/Slide.html?is-external=true" title="class or interface in org.odftoolkit.simple.presentation"><code>Slide</code></a> in Simple API.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/odftoolkit/odfdom/doc/OdfSpreadsheetDocument.html" title="class in org.odftoolkit.odfdom.doc">org.odftoolkit.odfdom.doc.OdfSpreadsheetDocument</a>
<div class="block"><i>As of release 0.8.8, replaced by <a href="http://incubator.apache.org/odftoolkit/simple/index.html/apidocs/org/odftoolkit/simple/SpreadsheetDocument.html?is-external=true" title="class or interface in org.odftoolkit.simple"><code>SpreadsheetDocument</code></a> in Simple API.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/odftoolkit/odfdom/doc/table/OdfTable.html" title="class in org.odftoolkit.odfdom.doc.table">org.odftoolkit.odfdom.doc.table.OdfTable</a>
<div class="block"><i>As of release 0.8.8, replaced by <a href="http://incubator.apache.org/odftoolkit/simple/index.html/apidocs/org/odftoolkit/simple/table/Table.html?is-external=true" title="class or interface in org.odftoolkit.simple.table"><code>Table</code></a> in Simple API.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/odftoolkit/odfdom/doc/table/OdfTableCell.html" title="class in org.odftoolkit.odfdom.doc.table">org.odftoolkit.odfdom.doc.table.OdfTableCell</a>
<div class="block"><i>As of release 0.8.8, replaced by <a href="http://incubator.apache.org/odftoolkit/simple/index.html/apidocs/org/odftoolkit/simple/table/Cell.html?is-external=true" title="class or interface in org.odftoolkit.simple.table"><code>Cell</code></a> in Simple API.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/odftoolkit/odfdom/doc/table/OdfTableCellRange.html" title="class in org.odftoolkit.odfdom.doc.table">org.odftoolkit.odfdom.doc.table.OdfTableCellRange</a>
<div class="block"><i>As of release 0.8.8, replaced by <a href="http://incubator.apache.org/odftoolkit/simple/index.html/apidocs/org/odftoolkit/simple/table/CellRange.html?is-external=true" title="class or interface in org.odftoolkit.simple.table"><code>CellRange</code></a> in Simple API.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/odftoolkit/odfdom/doc/table/OdfTableColumn.html" title="class in org.odftoolkit.odfdom.doc.table">org.odftoolkit.odfdom.doc.table.OdfTableColumn</a>
<div class="block"><i>As of release 0.8.8, replaced by <a href="http://incubator.apache.org/odftoolkit/simple/index.html/apidocs/org/odftoolkit/simple/table/Column.html?is-external=true" title="class or interface in org.odftoolkit.simple.table"><code>Column</code></a> in Simple API.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/odftoolkit/odfdom/doc/table/OdfTableRow.html" title="class in org.odftoolkit.odfdom.doc.table">org.odftoolkit.odfdom.doc.table.OdfTableRow</a>
<div class="block"><i>As of release 0.8.8, replaced by <a href="http://incubator.apache.org/odftoolkit/simple/index.html/apidocs/org/odftoolkit/simple/table/Row.html?is-external=true" title="class or interface in org.odftoolkit.simple.table"><code>Row</code></a> in Simple API.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/odftoolkit/odfdom/doc/OdfTextDocument.html" title="class in org.odftoolkit.odfdom.doc">org.odftoolkit.odfdom.doc.OdfTextDocument</a>
<div class="block"><i>As of release 0.8.8, replaced by <a href="http://incubator.apache.org/odftoolkit/simple/index.html/apidocs/org/odftoolkit/simple/TextDocument.html?is-external=true" title="class or interface in org.odftoolkit.simple"><code>TextDocument</code></a> in Simple API.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/odftoolkit/odfdom/incubator/doc/text/OdfTextExtractor.html" title="class in org.odftoolkit.odfdom.incubator.doc.text">org.odftoolkit.odfdom.incubator.doc.text.OdfTextExtractor</a>
<div class="block"><i>As of release 0.8.8, replaced by <a href="http://incubator.apache.org/odftoolkit/simple/index.html/apidocs/org/odftoolkit/simple/common/TextExtractor.html?is-external=true" title="class or interface in org.odftoolkit.simple.common"><code>TextExtractor</code></a> in Simple API.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/odftoolkit/odfdom/incubator/doc/text/OdfTextHeading.html" title="class in org.odftoolkit.odfdom.incubator.doc.text">org.odftoolkit.odfdom.incubator.doc.text.OdfTextHeading</a>
<div class="block"><i>As of release 0.8.8, replaced by <a href="http://incubator.apache.org/odftoolkit/simple/index.html/apidocs/org/odftoolkit/simple/text/Paragraph.html?is-external=true" title="class or interface in org.odftoolkit.simple.text"><code>Paragraph</code></a> in Simple API.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/odftoolkit/odfdom/incubator/doc/text/OdfTextList.html" title="class in org.odftoolkit.odfdom.incubator.doc.text">org.odftoolkit.odfdom.incubator.doc.text.OdfTextList</a>
<div class="block"><i>As of release 0.8.8, replaced by <a href="http://incubator.apache.org/odftoolkit/simple/index.html/apidocs/org/odftoolkit/simple/text/list/List.html?is-external=true" title="class or interface in org.odftoolkit.simple.text.list"><code>List</code></a> in Simple API.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/odftoolkit/odfdom/incubator/doc/text/OdfTextParagraph.html" title="class in org.odftoolkit.odfdom.incubator.doc.text">org.odftoolkit.odfdom.incubator.doc.text.OdfTextParagraph</a>
<div class="block"><i>As of release 0.8.8, replaced by <a href="http://incubator.apache.org/odftoolkit/simple/index.html/apidocs/org/odftoolkit/simple/text/Paragraph.html?is-external=true" title="class or interface in org.odftoolkit.simple.text"><code>Paragraph</code></a> in Simple API.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/odftoolkit/odfdom/incubator/doc/text/OdfTextSpan.html" title="class in org.odftoolkit.odfdom.incubator.doc.text">org.odftoolkit.odfdom.incubator.doc.text.OdfTextSpan</a>
<div class="block"><i>As of release 0.8.8, replaced by <a href="http://incubator.apache.org/odftoolkit/simple/index.html/apidocs/org/odftoolkit/simple/text/Span.html?is-external=true" title="class or interface in org.odftoolkit.simple.text"><code>Span</code></a> in Simple API.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/odftoolkit/odfdom/incubator/doc/text/OdfWhitespaceProcessor.html" title="class in org.odftoolkit.odfdom.incubator.doc.text">org.odftoolkit.odfdom.incubator.doc.text.OdfWhitespaceProcessor</a>
<div class="block"><i>As of release 0.8.8, replaced by <a href="http://incubator.apache.org/odftoolkit/simple/index.html/apidocs/org/odftoolkit/simple/common/WhitespaceProcessor.html?is-external=true" title="class or interface in org.odftoolkit.simple.common"><code>WhitespaceProcessor</code></a> in Simple API.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/odftoolkit/odfdom/incubator/search/Selection.html" title="class in org.odftoolkit.odfdom.incubator.search">org.odftoolkit.odfdom.incubator.search.Selection</a>
<div class="block"><i>As of release 0.8.8, replaced by <a href="http://incubator.apache.org/odftoolkit/simple/index.html/apidocs/org/odftoolkit/simple/common/navigation/Selection.html?is-external=true" title="class or interface in org.odftoolkit.simple.common.navigation"><code>Selection</code></a> in Simple API.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/odftoolkit/odfdom/incubator/search/TextNavigation.html" title="class in org.odftoolkit.odfdom.incubator.search">org.odftoolkit.odfdom.incubator.search.TextNavigation</a>
<div class="block"><i>As of release 0.8.8, replaced by <a href="http://incubator.apache.org/odftoolkit/simple/index.html/apidocs/org/odftoolkit/simple/common/navigation/TextNavigation.html?is-external=true" title="class or interface in org.odftoolkit.simple.common.navigation"><code>TextNavigation</code></a> in Simple API.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/odftoolkit/odfdom/incubator/search/TextSelection.html" title="class in org.odftoolkit.odfdom.incubator.search">org.odftoolkit.odfdom.incubator.search.TextSelection</a>
<div class="block"><i>As of release 0.8.8, replaced by <a href="http://incubator.apache.org/odftoolkit/simple/index.html/apidocs/org/odftoolkit/simple/common/navigation/TextSelection.html?is-external=true" title="class or interface in org.odftoolkit.simple.common.navigation"><code>TextSelection</code></a> in Simple API.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/odftoolkit/odfdom/incubator/search/TextStyleNavigation.html" title="class in org.odftoolkit.odfdom.incubator.search">org.odftoolkit.odfdom.incubator.search.TextStyleNavigation</a>
<div class="block"><i>As of release 0.8.8, replaced by <a href="http://incubator.apache.org/odftoolkit/simple/index.html/apidocs/org/odftoolkit/simple/common/navigation/TextStyleNavigation.html?is-external=true" title="class or interface in org.odftoolkit.simple.common.navigation"><code>TextStyleNavigation</code></a> in Simple API.</i></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="exception">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Deprecated Exceptions table, listing deprecated exceptions, and an explanation">
<caption><span>Deprecated Exceptions</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Exceptions and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="org/odftoolkit/odfdom/incubator/search/InvalidNavigationException.html" title="class in org.odftoolkit.odfdom.incubator.search">org.odftoolkit.odfdom.incubator.search.InvalidNavigationException</a>
<div class="block"><i>As of release 0.8.8, replaced by <a href="http://incubator.apache.org/odftoolkit/simple/index.html/apidocs/org/odftoolkit/simple/common/navigation/InvalidNavigationException.html?is-external=true" title="class or interface in org.odftoolkit.simple.common.navigation"><code>InvalidNavigationException</code></a> in Simple API.</i></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="method">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Deprecated Methods table, listing deprecated methods, and an explanation">
<caption><span>Deprecated Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="org/odftoolkit/odfdom/pkg/OdfPackage.html#getCachedDocument(java.lang.String)">org.odftoolkit.odfdom.pkg.OdfPackage.getCachedDocument(String)</a>
<div class="block"><i>This method is only added temporary as workaround for the IBM
fork using different DOC classes. Until the registering of
DOC documents to the PKG layer has been finished.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/odftoolkit/odfdom/dom/OdfSchemaDocument.html#getMasterPages()">org.odftoolkit.odfdom.dom.OdfSchemaDocument.getMasterPages()</a>
<div class="block"><i>This method will be moved to the generated sources as soon
code generation was improved!</i></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li class="navBarCell1Rev">Deprecated</li>
<li><a href="index-files/index-1.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
<li><a href="deprecated-list.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; 2008-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>