GetAllTextFrames

SlideUtil.GetAllTextFrames method

Returns all text frames in a PPTX presentation.

public static ITextFrame[] GetAllTextFrames(IPresentation pres, bool withMasters)
Parameter Type Description
pres IPresentation Scanned presentation.
withMasters Boolean Determines whether master slides should be scanned.

Return Value

Array of TextFrame objects.

See Also