Uses of Class
org.odftoolkit.odfdom.pkg.OdfPackageDocument
-
Packages that use OdfPackageDocument Package Description org.odftoolkit.odfdom.doc The "Document Layer" exist 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 Modifier and Type Class Description classOdfChartDocumentThis class represents an empty ODF document , which will be in general embedded in an existing ODF (Spreadsheet) document.classOdfDocumentThis abstract class is representing one of the possible ODF documents.classOdfGraphicsDocumentThis class represents an empty ODF graphics document.classOdfImageDocumentThis class represents an ODF image document.classOdfPresentationDocumentThis class represents an empty ODF presentation.classOdfSpreadsheetDocumentThis class represents an empty ODF spreadsheet document.classOdfTextDocumentThis class represents an empty ODF text document. -
Uses of OdfPackageDocument in org.odftoolkit.odfdom.dom
Subclasses of OdfPackageDocument in org.odftoolkit.odfdom.dom Modifier and Type Class Description classOdfSchemaDocumentA document in ODF is from the package view a directory with a media type.Constructors in org.odftoolkit.odfdom.dom with parameters of type OdfPackageDocument Constructor Description OdfContentOrStylesDomBase(OdfPackageDocument packageDocument, String packagePath) -
Uses of OdfPackageDocument in org.odftoolkit.odfdom.pkg
Fields in org.odftoolkit.odfdom.pkg declared as OdfPackageDocument Modifier and Type Field Description protected OdfPackageDocumentOdfContainerElementBase. mPackageDocumentprotected OdfPackageDocumentOdfFileDom. mPackageDocumentMethods in org.odftoolkit.odfdom.pkg that return OdfPackageDocument Modifier and Type Method Description OdfPackageDocumentOdfPackage. getCachedDocument(String internalPath)Deprecated.This method is only added temporary as workaround for the IBM fork using different DOC classes.OdfPackageDocumentOdfFileDom. getDocument()Retrieves theOdfPackageDocumentof the XML file.OdfPackageDocumentOdfPackage. getRootDocument()OdfPackageDocumentOdfPackage. loadDocument(String internalPath)Returns on ODF documents based a given mediatype.static OdfPackageDocumentOdfPackageDocument. loadDocument(String documentPath)Loads an OdfPackageDocument from the provided path.static OdfPackageDocumentOdfPackageDocument. loadDocument(Path documentPath)Loads an OdfPackageDocument from the provided path.OdfPackageDocumentOdfPackageDocument. loadSubDocument(String documentPath)Returns an embedded OdfPackageDocument from the given package path.Methods in org.odftoolkit.odfdom.pkg with parameters of type OdfPackageDocument Modifier and Type Method Description voidOdfPackage. 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 OdfPackageDocument Constructor Description OdfFileDom(OdfPackageDocument packageDocument, String packagePath)Creates the DOM representation of an XML file of an ODF document.
-