Package: mlreportgen.dom
Superclasses:
Document part to include in OPC package
Document part to include in an OPC package.
creates
an empty OPC part.opcPartObj
= OPCPart()
creates
a part having the specified name whose source file is located at the
specified path. Appending the part to a document using the opcPartObj
= OPCPart(name
,sourcePath
)Document.package
method
causes a copy of the source file to be inserted in the document package
at the location specified by the part name.