| Package | Description |
|---|---|
| org.odftoolkit.odfdom.doc |
The "Document Layer" exisit for usability reasons, it gives a feature based view on the document model.
|
| org.odftoolkit.odfdom.dom | |
| org.odftoolkit.odfdom.pkg |
Representing the "Package Layer", the physical document handling.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OdfChartDocument
This class represents an empty ODF document , which will be in general embedded in an existing
ODF (Spreadsheet) document.
|
class |
OdfDocument
This abstract class is representing one of the possible ODF documents.
|
class |
OdfGraphicsDocument
This class represents an empty ODF graphics document.
|
class |
OdfImageDocument
This class represents an ODF image document.
|
class |
OdfPresentationDocument
This class represents an empty ODF presentation.
|
class |
OdfSpreadsheetDocument
This class represents an empty ODF spreadsheet document.
|
class |
OdfTextDocument
This class represents an empty ODF text document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OdfSchemaDocument
A document in ODF is from the package view a directory with a media type.
|
| Modifier and Type | Field and Description |
|---|---|
protected OdfPackageDocument |
OdfContainerElementBase.mPackageDocument |
protected OdfPackageDocument |
OdfFileDom.mPackageDocument |
| Modifier and Type | Method and Description |
|---|---|
OdfPackageDocument |
OdfPackage.getCachedDocument(String internalPath)
Deprecated.
|
OdfPackageDocument |
OdfFileDom.getDocument()
Retrieves the
OdfPackageDocument of the XML file. |
OdfPackageDocument |
OdfPackage.getRootDocument() |
static OdfPackageDocument |
OdfPackageDocument.loadDocument(String documentPath)
Loads an OdfPackageDocument from the provided path.
|
OdfPackageDocument |
OdfPackage.loadDocument(String internalPath)
Returns on ODF documents based a given mediatype.
|
OdfPackageDocument |
OdfPackageDocument.loadSubDocument(String documentPath)
Returns an embedded OdfPackageDocument from the given package path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OdfPackageDocument.insertDocument(OdfPackageDocument newDocument,
String documentPath)
Embed an OdfPackageDocument to the current OdfPackageDocument.
|
void |
OdfPackage.insertDocument(OdfPackageDocument sourceDocument,
String destinationPath)
Embed an OdfPackageDocument to the current OdfPackage.
|
static OdfFileDom |
OdfFileDom.newFileDom(OdfPackageDocument packageDocument,
String packagePath) |
| Constructor and Description |
|---|
OdfFileDom(OdfPackageDocument packageDocument,
String packagePath)
Creates the DOM representation of an XML file of an Odf document.
|
Copyright © 2008–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.