Main Content

mlreportgen.utils.PPTApp class

Package: mlreportgen.utils

Wrap PowerPoint application

Description

The mlreportgen.utils.PPTApp class is a handle class.

Creation

Description

example

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.

Methods

expand all

Examples

collapse all

pptapp = mlreportgen.utils.PPTApp.instance();
hide(pptapp)

Version History

Introduced in R2018b