Main Content

mlreportgen.utils.PPTPres Class

Namespace: mlreportgen.utils

Wrap PowerPoint presentation file

Description

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

Creation

Description

example

pptwrap = mlreportgen.utils.PPTPres(filename) wraps a PowerPoint presentation file, specified as filename. There can be only one PPTPres object for a filename.

Input Arguments

expand all

See FileName property.

Properties

expand all

Full path to PowerPoint presentation file, specified as a string or character vector.

Methods

expand all

Examples

collapse all

This example creates a PowerPoint presentation object from the existing MyPPTDoc.ppt file.

pptwrap = mlreportgen.utils.PPTPres("MyPPTDoc.ppt");
isOpen(pptwrap)

Version History

Introduced in R2018b