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

另见