Skip to content

Commit

Permalink
Removed deprecation of DOC layer as IBM left ODF business and did not…
Browse files Browse the repository at this point in the history
… merge their Simple API fork by removing earlier copy/paste, so Simple API itself was removed
  • Loading branch information
svanteschubert committed Jan 27, 2020
1 parent adf790c commit 9a13d95
Show file tree
Hide file tree
Showing 29 changed files with 0 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
* This class represents an empty ODF document , which will be in general embedded
* in an existing ODF (Spreadsheet) document.
*
* @deprecated As of release 0.8.8, replaced by {@link org.odftoolkit.simple.ChartDocument} in Simple API.
*/
public class OdfChartDocument extends OdfDocument {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
/**
* This class represents an empty ODF graphics document.
*
* @deprecated As of release 0.8.8, replaced by {@link org.odftoolkit.simple.GraphicsDocument} in Simple API.
*/
public class OdfGraphicsDocument extends OdfDocument {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
/**
* This class represents an empty ODF presentation.
*
* @deprecated As of release 0.8.8, replaced by {@link org.odftoolkit.simple.PresentationDocument} in Simple API.
*/
public class OdfPresentationDocument extends OdfDocument {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
/**
* This class represents an empty ODF spreadsheet document.
*
* @deprecated As of release 0.8.8, replaced by {@link org.odftoolkit.simple.SpreadsheetDocument} in Simple API.
*/
public class OdfSpreadsheetDocument extends OdfDocument {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
/**
* This class represents an empty ODF text document.
*
* @deprecated As of release 0.8.8, replaced by {@link org.odftoolkit.simple.TextDocument} in Simple API.
*/
public class OdfTextDocument extends OdfDocument {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
/**
* Convenient functionality for the parent ODF OpenDocument element
*
* @deprecated As of release 0.8.8, replaced by {@link org.odftoolkit.simple.presentation.Notes} in Simple API.
*/
public class OdfPresentationNotes
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
* <code>OdfSlide</code> represents the presentation slide feature of the ODF document.
* <code>OdfSlide</code> provides methods to get the slide index,get the content of the current slide, etc.
*
* @deprecated As of release 0.8.8, replaced by {@link org.odftoolkit.simple.presentation.Slide} in Simple API.
*/
public class OdfSlide {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
* <p>
* OdfTable provides methods to get/add/delete/modify table column/row/cell.
*
* @deprecated As of release 0.8.8, replaced by {@link org.odftoolkit.simple.table.Table} in Simple API.
*/
public class OdfTable {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
* <p>
* OdfTable provides methods to get/set/modify the cell content and cell properties.
*
* @deprecated As of release 0.8.8, replaced by {@link org.odftoolkit.simple.table.Cell} in Simple API.
*/
public class OdfTableCell {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
* <p>
* OdfTableCellRange provides methods to get/set/modify the properties of cell range.
*
* @deprecated As of release 0.8.8, replaced by {@link org.odftoolkit.simple.table.CellRange} in Simple API.
*/
public class OdfTableCellRange {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
* <p>
* OdfTableColumn provides methods to get table cells that belong to this table column.
*
* @deprecated As of release 0.8.8, replaced by {@link org.odftoolkit.simple.table.Column} in Simple API.
*/
public class OdfTableColumn {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
* <p>
* OdfTableRow provides methods to get table cells that belong to this table row.
*
* @deprecated As of release 0.8.8, replaced by {@link org.odftoolkit.simple.table.Row} in Simple API.
*/
public class OdfTableRow {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
/**
* Convenient functionalty for the parent ODF OpenDocument element
*
* @deprecated As of release 0.8.8, replaced by {@link org.odftoolkit.simple.draw.Frame} in Simple API.
*/
public class OdfDrawFrame extends DrawFrameElement
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
/**
* Convenient functionalty for the parent ODF OpenDocument element
*
* @deprecated As of release 0.8.8, replaced by {@link org.odftoolkit.simple.draw.Image} in Simple API.
*/
public class OdfDrawImage extends DrawImageElement {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
*
* <p>This function can be used by search engine, and text analytic operations. </p>
*
* @deprecated As of release 0.8.8, replaced by {@link org.odftoolkit.simple.common.EditableTextExtractor} in Simple API.
*/
public class OdfEditableTextExtractor extends OdfTextExtractor {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
* <p> It implements part of white space handling fuctions: text:p, text:h, text:s, text:tab, text:linebreak are processed
* according to ODF specification.</p>
*
* @deprecated As of release 0.8.8, replaced by {@link org.odftoolkit.simple.common.TextExtractor} in Simple API.
*/
public class OdfTextExtractor extends DefaultElementVisitor {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
/**
* Convenient functionalty for the parent ODF OpenDocument element
*
* @deprecated As of release 0.8.8, replaced by {@link org.odftoolkit.simple.text.Paragraph} in Simple API.
*/
public class OdfTextHeading extends TextHElement
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
/**
* Convenient functionalty for the parent ODF OpenDocument element
*
* @deprecated As of release 0.8.8, replaced by {@link org.odftoolkit.simple.text.list.List} in Simple API.
*/
public class OdfTextList extends TextListElement {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
/**
* Convenient functionalty for the parent ODF OpenDocument element
*
* @deprecated As of release 0.8.8, replaced by {@link org.odftoolkit.simple.text.Paragraph} in Simple API.
*/
public class OdfTextParagraph extends TextPElement {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
/**
* Convenient functionalty for the parent ODF OpenDocument element
*
* @deprecated As of release 0.8.8, replaced by {@link org.odftoolkit.simple.text.Span} in Simple API.
*/
public class OdfTextSpan extends TextSpanElement
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
* It's a tool class to help process white space.
*
* @author J David Eisenberg
* @deprecated As of release 0.8.8, replaced by {@link org.odftoolkit.simple.common.WhitespaceProcessor} in Simple API.
*/
public class OdfWhitespaceProcessor {
private int nSpaces;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
* <code>OdfMetaDocumentStatistic</code> feature specifies the statistics about
* the document.
*
* @deprecated As of release 0.8.8, replaced by {@link org.odftoolkit.simple.meta.DocumentStatistic} in Simple API.
*/
public class OdfMetaDocumentStatistic {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
* <p>
* It provides convenient method to get meta data info.
*
* @deprecated As of release 0.8.8, replaced by {@link org.odftoolkit.simple.meta.Meta} in Simple API.
*/
public class OdfOfficeMeta {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
* Thrown to indicate that the navigation operation can not be processed on
* selections
*
* @deprecated As of release 0.8.8, replaced by {@link org.odftoolkit.simple.common.navigation.InvalidNavigationException} in Simple API.
*/
public class InvalidNavigationException extends Exception {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
* Abstract class Navigation used to navigate the document
* and find the matched element by the user defined conditions
*
*@deprecated As of release 0.8.8, replaced by {@link org.odftoolkit.simple.common.navigation.Navigation} in Simple API.
*/
public abstract class Navigation {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
* can be recognized by the container mElement, the start mIndex of the text
* content of this mElement and the text content.
*
* @deprecated As of release 0.8.8, replaced by {@link org.odftoolkit.simple.common.navigation.Selection} in Simple API.
*/
public abstract class Selection {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
* it is used to search the document and find the matched text
* and would return TextSelection instance
*
* @deprecated As of release 0.8.8, replaced by {@link org.odftoolkit.simple.common.navigation.TextNavigation} in Simple API.
*/
public class TextNavigation extends Navigation {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
* OdfTextHeadingt), the start index of the text content of the container element and
* the text content of this selection.
*
* @deprecated As of release 0.8.8, replaced by {@link org.odftoolkit.simple.common.navigation.TextSelection} in Simple API.
*/
public class TextSelection extends Selection {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
* search the document and find the matched style properties and would return
* TextSelection instance
*
* @deprecated As of release 0.8.8, replaced by {@link org.odftoolkit.simple.common.navigation.TextStyleNavigation} in Simple API.
*/
public class TextStyleNavigation extends Navigation {

Expand Down

0 comments on commit 9a13d95

Please sign in to comment.