主要内容

mlreportgen.ppt.Presentation.createTemplate

类:mlreportgen.ppt.Presentation
包:mlreportgen.ppt

Create copy of PPT API默认演示模板

语法

templatePath = mlreportgen.ppt.Presentation.createTemplate(路径)

描述

templatePath= mlreportgen.ppt.Presentation.createTemplate (路径)在指定位置创建一个PPT API默认演示模板的副本,并返回新模板的完整路径。

输入参数

全部展开

新模板的路径和文件名,指定为字符向量或字符串标量。的.pptx文件扩展名可选。

输出参数

全部展开

模板拷贝的路径和文件名,作为字符向量返回

例子

全部展开

在当前文件夹中创建PPT API模板的副本。

templatePath = mlreportgen.ppt.Presentation.createTemplate (“MyTemplate.pptx”);

版本历史

介绍了R2021a

Baidu
map