GetAllTextFrames
SlideUtil.GetAllTextFrames 方法
返回 PPTX 演示文稿中的所有文本框。
public static ITextFrame[] GetAllTextFrames(IPresentation pres, bool withMasters)
参数 | 类型 | 描述 |
---|---|---|
pres | IPresentation | 被扫描的演示文稿。 |
withMasters | Boolean | 确定是否应扫描母版幻灯片。 |
返回值
TextFrame
对象的数组。
另请参阅
- 接口 ITextFrame
- 接口 IPresentation
- 类 SlideUtil
- 命名空间 Aspose.Slides.Util
- 程序集 Aspose.Slides