Package org.odftoolkit.odfdom.doc
The "Document Layer" exist 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:Between ODFDOM 0.8.8 and 0.9.0 the "Document Layer" was marked as "Deprecated" in favor of the Simple API. Simple API is marked as deprecated with Version 0.9.0 of the ODF Toolkit.
Instead of copying many classes from ODFDOM as Simple API did, new user functionality should rely on ODFDOM but should still avoid implementation details of the ODF XML.
-
Class Summary Class Description OdfChartDocument This class represents an empty ODF document , which will be in general embedded in an existing ODF (Spreadsheet) document.OdfDocument This abstract class is representing one of the possible ODF documents.OdfGraphicsDocument This class represents an empty ODF graphics document.OdfImageDocument This class represents an ODF image document.OdfPresentationDocument This class represents an empty ODF presentation.OdfSpreadsheetDocument This class represents an empty ODF spreadsheet document.OdfTextDocument This class represents an empty ODF text document. -
Enum Summary Enum Description 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.