GetAllTextBoxes

SlideUtil.GetAllTextBoxes method

Returns all text frames on a slide in a PPTX presentation.

public static ITextFrame[] GetAllTextBoxes(IBaseSlide slide)
ParameterTypeDescription
slideIBaseSlideScanned slide.

Return Value

Array of TextFrame objects.

See Also