|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OdfPackageDocument | |
|---|---|
| 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. |
| Uses of OdfPackageDocument in org.odftoolkit.odfdom.doc |
|---|
| Subclasses of OdfPackageDocument in org.odftoolkit.odfdom.doc | |
|---|---|
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. |
| Uses of OdfPackageDocument in org.odftoolkit.odfdom.dom |
|---|
| Subclasses of OdfPackageDocument in org.odftoolkit.odfdom.dom | |
|---|---|
class |
OdfSchemaDocument
A document in ODF is from the package view a directory with a media type. |
| Uses of OdfPackageDocument in org.odftoolkit.odfdom.pkg |
|---|
| Fields in org.odftoolkit.odfdom.pkg declared as OdfPackageDocument | |
|---|---|
protected OdfPackageDocument |
OdfFileDom.mPackageDocument
|
protected OdfPackageDocument |
OdfContainerElementBase.mPackageDocument
|
| Methods in org.odftoolkit.odfdom.pkg that return OdfPackageDocument | |
|---|---|
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()
|
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. |
| Methods in org.odftoolkit.odfdom.pkg with parameters of type OdfPackageDocument | |
|---|---|
void |
OdfPackageDocument.insertDocument(OdfPackageDocument newDocument,
String documentPath)
Embed an OdfPackageDocument to the current OdfPackageDocument. |
void |
OdfPackage.insertDocument(OdfPackageDocument sourceDocument,
String internalPath)
Embed an OdfPackageDocument to the current OdfPackage. |
static OdfFileDom |
OdfFileDom.newFileDom(OdfPackageDocument packageDocument,
String packagePath)
|
| Constructors in org.odftoolkit.odfdom.pkg with parameters of type OdfPackageDocument | |
|---|---|
OdfFileDom(OdfPackageDocument packageDocument,
String packagePath)
Creates the DOM representation of an XML file of an Odf document. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||