GetAllTextFrames

SlideUtil.GetAllTextFrames method

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

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

返回值

TextFrame对象的数组。

也可以看看