PresentationFactory

PresentationFactory class

允许通过 COM 接口创建演示文稿

public class PresentationFactory : IPresentationFactory

构造函数

姓名描述
PresentationFactory()默认构造函数。

特性

姓名描述
static Instance { get; }表示工厂静态实例。 只读PresentationFactory

方法

姓名描述
CreatePresentation()创建新的演示文稿。
CreatePresentation(ILoadOptions)创建带有附加加载选项的新演示文稿
GetPresentationInfo(Stream)从流中创建新的 PresentationInfo 对象并将演示文稿绑定到它。 获取有关指定流中的演示文稿的信息。
GetPresentationInfo(string)从文件创建新的 PresentationInfo 对象并将演示文稿绑定到它。
GetPresentationText(Stream, TextExtractionArrangingMode)从幻灯片中检索原始文本
GetPresentationText(string, TextExtractionArrangingMode)从幻灯片中检索原始文本
GetPresentationText(Stream, TextExtractionArrangingMode, ILoadOptions)从幻灯片中检索原始文本
ReadPresentation(byte[])从数组
ReadPresentation(Stream)从流中读取现有演示文稿
ReadPresentation(string)从文件中读取现有演示文稿
ReadPresentation(byte[], ILoadOptions)从带有附加加载选项的数组中读取现有演示文稿
ReadPresentation(Stream, ILoadOptions)从带有附加加载选项的流中读取现有演示文稿
ReadPresentation(string, ILoadOptions)从带有附加加载选项的流中读取现有演示文稿

也可以看看