Main Content

mlreportgen.utils.PPTApp Class

Namespace: mlreportgen.utils

Wrap PowerPoint application

Description

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

Creation

Description

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.

example

Methods

expand all

Examples

collapse all

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

Limitations

  • mlreportgen.utils.PPTApp is not supported in a MATLAB® web app.

Version History

Introduced in R2018b