Interface OdfDocument

All Known Subinterfaces:
OdfPackageDocument

public interface OdfDocument
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the parsed type of the ODF document.
    Gets the Metadata object parsed from the main ODF XML document for single file XML documents or from the meta.xml file for documents parsed from a package.
    Gets the version of the ODF document
    Returns the ODF Xml Document instance with the details of the parsed document.
  • Method Details

    • getVersion

      Version getVersion()
      Gets the version of the ODF document
      Returns:
      the ODF document version
    • getDocumentType

      DocumentType getDocumentType()
      Gets the parsed type of the ODF document.
      Returns:
    • getXmlDocument

      OdfXmlDocument getXmlDocument()
      Returns the ODF Xml Document instance with the details of the parsed document.
      Returns:
      the ODF Xml Document instance
    • getMetadata

      Metadata getMetadata()
      Gets the Metadata object parsed from the main ODF XML document for single file XML documents or from the meta.xml file for documents parsed from a package.
      Returns:
      the ODF document metadata.