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)从流中读取现有演示文稿并附加加载选项

另见