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
Deprecated.
As of release 0.8.8, replaced by
org.odftoolkit.simple.ChartDocument in Simple API. |
class |
OdfDocument
This abstract class is representing one of the possible ODF documents.
|
class |
OdfGraphicsDocument
Deprecated.
As of release 0.8.8, replaced by
org.odftoolkit.simple.GraphicsDocument in Simple API. |
class |
OdfImageDocument
This class represents an ODF image document.
|
class |
OdfPresentationDocument
Deprecated.
As of release 0.8.8, replaced by
org.odftoolkit.simple.PresentationDocument in Simple API. |
class |
OdfSpreadsheetDocument
Deprecated.
As of release 0.8.8, replaced by
org.odftoolkit.simple.SpreadsheetDocument in Simple API. |
class |
OdfTextDocument
Deprecated.
As of release 0.8.8, replaced by
org.odftoolkit.simple.TextDocument in Simple API. |
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.
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.
|
OdfPackageDocument |
OdfFileDom.getDocument()
Retrieves the
OdfPackageDocument of the XML file. |
OdfPackageDocument |
OdfPackage.getRootDocument() |
OdfPackageDocument |
OdfPackage.loadDocument(String internalPath)
Returns on ODF documents based a given mediatype.
|
static OdfPackageDocument |
OdfPackageDocument.loadDocument(String documentPath)
Loads an OdfPackageDocument from the provided path.
|
OdfPackageDocument |
OdfPackageDocument.loadSubDocument(String documentPath)
Returns an embedded OdfPackageDocument from the given package path.
|
Modifier and Type | Method and Description |
---|---|
void |
OdfPackage.insertDocument(OdfPackageDocument sourceDocument,
String internalPath)
Embed an OdfPackageDocument to the current OdfPackage.
|
void |
OdfPackageDocument.insertDocument(OdfPackageDocument newDocument,
String documentPath)
Embed an OdfPackageDocument to the current OdfPackageDocument.
|
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-2014 The Apache Software Foundation. All Rights Reserved.