Uses of Class
org.odftoolkit.odfdom.pkg.OdfPackageDocument
Packages that use OdfPackageDocument
Package
Description
The "Document Layer" exist for usability reasons, it gives a feature based view on the document model.
Representing the "Package Layer", the physical document handling.
-
Uses of OdfPackageDocument in org.odftoolkit.odfdom.doc
Subclasses of OdfPackageDocument in org.odftoolkit.odfdom.docModifier and TypeClassDescriptionclassThis class represents an empty ODF document , which will be in general embedded in an existing ODF (Spreadsheet) document.classThis abstract class is representing one of the possible ODF documents.classThis class represents an empty ODF graphics document.classThis class represents an ODF image document.classThis class represents an empty ODF presentation.classThis class represents an empty ODF spreadsheet document.classThis class represents an empty ODF text document. -
Uses of OdfPackageDocument in org.odftoolkit.odfdom.dom
Subclasses of OdfPackageDocument in org.odftoolkit.odfdom.domModifier and TypeClassDescriptionclassA document in ODF is from the package view a directory with a media type.Constructors in org.odftoolkit.odfdom.dom with parameters of type OdfPackageDocumentModifierConstructorDescriptionOdfContentOrStylesDomBase(OdfPackageDocument packageDocument, String packagePath) -
Uses of OdfPackageDocument in org.odftoolkit.odfdom.pkg
Fields in org.odftoolkit.odfdom.pkg declared as OdfPackageDocumentModifier and TypeFieldDescriptionprotected OdfPackageDocumentOdfContainerElementBase.mPackageDocumentprotected OdfPackageDocumentOdfFileDom.mPackageDocumentMethods in org.odftoolkit.odfdom.pkg that return OdfPackageDocumentModifier and TypeMethodDescriptionOdfPackage.getCachedDocument(String internalPath) Deprecated.This method is only added temporary as workaround for the IBM fork using different DOC classes.OdfFileDom.getDocument()Retrieves theOdfPackageDocumentof the XML file.OdfPackage.getRootDocument()OdfPackage.loadDocument(String internalPath) Returns on ODF documents based a given mediatype.static OdfPackageDocumentOdfPackageDocument.loadDocument(String documentPath) Loads an OdfPackageDocument from the provided path.OdfPackageDocument.loadSubDocument(String documentPath) Returns an embedded OdfPackageDocument from the given package path.Methods in org.odftoolkit.odfdom.pkg with parameters of type OdfPackageDocumentModifier and TypeMethodDescriptionvoidOdfPackage.insertDocument(OdfPackageDocument sourceDocument, String destinationPath) Embed an OdfPackageDocument to the current OdfPackage.voidOdfPackageDocument.insertDocument(OdfPackageDocument newDocument, String documentPath) Embed an OdfPackageDocument to the current OdfPackageDocument.Constructors in org.odftoolkit.odfdom.pkg with parameters of type OdfPackageDocumentModifierConstructorDescriptionprotectedOdfFileDom(OdfPackageDocument packageDocument, String packagePath) Creates the DOM representation of an XML file of an ODF document.