The PackagedDocument manages a zip-packed ODF document.
Warning
Don’t create instances of this class by yourself, always use ezodf.opendoc() and ezodf.newdoc() to open or create documents.
The file system filename, None if not set.
The document doctype is a three character string like the usual file extensions ('odt' for text, 'ods' for spreadsheets and so on, see also Doctype Table)
The document mimetype (see also Doctype Table)
The FlatXMLDocument manages a single-XML-file ODF document.
Warning
Don’t create instances of this class by yourself, always use ezodf.opendoc() and ezodf.newdoc() to open or create documents.