mlreportgen.dom.OPCPart Class
Namespace: mlreportgen.dom
Document part to include in OPC package
Description
Document part to include in an OPC package.
The mlreportgen.dom.OPCPart
class is a handle
class.
Creation
Description
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.