GetAllTextFrames

SlideUtil.GetAllTextFrames 方法

返回 PPTX 演示文稿中的所有文本框。

public static ITextFrame[] GetAllTextFrames(IPresentation pres, bool withMasters)
参数类型描述
presIPresentation被扫描的演示文稿。
withMastersBoolean确定是否应扫描母版幻灯片。

返回值

TextFrame 对象的数组。

另请参阅