Interface OdfPackageDocument

All Superinterfaces:
OdfDocument

public interface OdfPackageDocument extends OdfDocument
  • Method Details

    • getXmlDocumentMap

      Map<String,OdfXmlDocument> getXmlDocumentMap()
      Returns the map of all XML documents in the package document.
      Returns:
      the map of all of the XML documents in the package document, the key is the file name.
    • getXmlDocument

      OdfXmlDocument getXmlDocument(String path)
      Returns the XML document for the supplied path.
      Parameters:
      path - the path to the XML document.
      Returns:
      the XML document for the supplied path.
    • getFileEntry

      FileEntry getFileEntry()
      Returns the manifest file entry for the package document.
      Returns:
      the documents manifest file entry.