CreatePresentation

CreatePresentation()

创建新的演示文稿。

public IPresentation CreatePresentation()

返回值

新演示文稿

也可以看看


CreatePresentation(ILoadOptions)

创建带有附加加载选项的新演示文稿

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

返回值

新演示文稿

也可以看看