|
||||||||||
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
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. |
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 |