GetAllTextFrames

SlideUtil.GetAllTextFrames method

Returns all text frames in a PPTX presentation.

public static ITextFrame[] GetAllTextFrames(IPresentation pres, bool withMasters)
ParameterTypeDescription
presIPresentationScanned presentation.
withMastersBooleanDetermines whether master slides should be scanned.

Return Value

Array of TextFrame objects.

See Also