CreatePresentation
CreatePresentation()
创建新演示文稿。
public IPresentation CreatePresentation()
Return Value
新演示文稿
See Also
- interface IPresentation
- interface IPresentationFactory
- namespace Aspose.Slides
- assembly Aspose.Slides
CreatePresentation(ILoadOptions)
使用附加加载选项创建新演示文稿
public IPresentation CreatePresentation(ILoadOptions options)
Parameter | Type | Description |
---|---|---|
options | ILoadOptions | 加载选项 |
Return Value
新演示文稿
See Also
- interface IPresentation
- interface ILoadOptions
- interface IPresentationFactory
- namespace Aspose.Slides
- assembly Aspose.Slides