CreatePresentation

CreatePresentation()

创建新演示文稿。

public IPresentation CreatePresentation()

Return Value

新演示文稿

See Also


CreatePresentation(ILoadOptions)

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

public IPresentation CreatePresentation(ILoadOptions options)
ParameterTypeDescription
optionsILoadOptions加载选项

Return Value

新演示文稿

See Also