Package org.odftoolkit.odfdom.doc

The "Document Layer" exisit for usability reasons, it gives a feature based view on the document model.

See:
          Description

Class Summary
OdfChartDocument Deprecated. As of release 0.8.8, replaced by org.odftoolkit.simple.ChartDocument in Simple API.
OdfDocument This abstract class is representing one of the possible ODF documents.
OdfGraphicsDocument Deprecated. As of release 0.8.8, replaced by org.odftoolkit.simple.GraphicsDocument in Simple API.
OdfImageDocument This class represents an ODF image document.
OdfPresentationDocument Deprecated. As of release 0.8.8, replaced by org.odftoolkit.simple.PresentationDocument in Simple API.
OdfSpreadsheetDocument Deprecated. As of release 0.8.8, replaced by org.odftoolkit.simple.SpreadsheetDocument in Simple API.
OdfTextDocument Deprecated. As of release 0.8.8, replaced by org.odftoolkit.simple.TextDocument in Simple API.
 

Enum Summary
OdfChartDocument.OdfMediaType This enum contains all possible media types of OdfChartDocument documents.
OdfDocument.OdfMediaType This enum contains all possible media types of OpenDocument documents.
OdfDocument.UnicodeGroup Unicode characters are in general divided by office applications into three different groups.
OdfGraphicsDocument.OdfMediaType This enum contains all possible media types of OdfGraphicsDocument documents.
OdfImageDocument.OdfMediaType This enum contains all possible media types of OdfImageDocument documents.
OdfPresentationDocument.OdfMediaType This enum contains all possible media types of OdfPresentationDocument documents.
OdfSpreadsheetDocument.OdfMediaType This enum contains all possible media types of OdfSpreadsheetDocument documents.
OdfTextDocument.OdfMediaType This enum contains all possible media types of OdfSpreadsheetDocument documents.
 

Package org.odftoolkit.odfdom.doc Description

The "Document Layer" exisit for usability reasons, it gives a feature based view on the document model. One feature consists of one or more ODF elements (e.g. table).
NOTE: Since ODFDOM 0.8.8, the "Document Layer" was marked as "Deprecated". We suggest you use Simple API replace the APIs in this package. Simple API is similar with it, but more stable and with more powerful features. More detail information, please reference the Javadoc in each class.



Copyright © 2008-2017 The Apache Software Foundation. All Rights Reserved.