CreatePresentation

CreatePresentation()

创建新演示文稿。

public IPresentation CreatePresentation()

返回值

新演示文稿

另请参阅


CreatePresentation(ILoadOptions)

使用附加加载选项创建新演示文稿

public IPresentation CreatePresentation(ILoadOptions options)
参数类型描述
optionsILoadOptions加载选项

返回值

新演示文稿

另请参阅