Package: mlreportgen.utils
Superclasses:
Wrap PowerPoint application
mlreportgen.utils.PPTApp
wraps a PowerPoint® application as a .NET object. Only one PowerPoint application object can be
active to use this utility. To obtain the active PowerPoint application object, use the
instance
method.
instance | Return active PowerPoint application object
|
show | Show PowerPoint application
|
hide | Hide PowerPoint application
|
close | Close PowerPoint application
|
isOpen | Test if PowerPoint application is open
|
isVisible | Test if PowerPoint application is visible
|
netobj | Return a .NET PowerPoint application object
|
pptapp = mlreportgen.utils.PPTApp.instance(); hide(pptapp)