IPresentationFactory

IPresentationFactory接口

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

public interface IPresentationFactory

方法

名称描述
CreatePresentation()创建新的演示文稿。
CreatePresentation(ILoadOptions)创建带有附加加载选项的新演示文稿
GetPresentationInfo(Stream)获取指定流中演示文稿的信息。
GetPresentationInfo(string)获取指定文件中演示文稿的信息。
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)从文件读取现有演示文稿和附加加载选项

另见