Uses of Interface
org.openpreservation.odf.document.OdfDocument
Packages that use OdfDocument
-
Uses of OdfDocument in org.openpreservation.odf.document
Methods in org.openpreservation.odf.document that return OdfDocumentModifier and TypeMethodDescriptionOpenDocument.getDocument()
Get the main ODF Document details, this will be the only document for a single XML file, a package may have sub-documentsstatic final OdfDocument
Documents.odfDocumentOf
(ParseResult parseResult) static final OdfDocument
Documents.odfDocumentOf
(ParseResult parseResult, Metadata metadata) static final OdfDocument
Documents.odfDocumentOf
(OdfXmlDocument xmlDocument, Metadata metadata) Methods in org.openpreservation.odf.document that return types with arguments of type OdfDocumentModifier and TypeMethodDescriptionOpenDocument.getSubDocuments()
For and ODF Package get the sub-documents, these will be the documents in the package other than the main document.Methods in org.openpreservation.odf.document with parameters of type OdfDocumentModifier and TypeMethodDescriptionstatic final OpenDocument
Documents.openDocumentOf
(Path path, OdfDocument document) -
Uses of OdfDocument in org.openpreservation.odf.pkg
Subinterfaces of OdfDocument in org.openpreservation.odf.pkg