GetAllTextBoxes

SlideUtil.GetAllTextBoxes method

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

public static ITextFrame[] GetAllTextBoxes(IBaseSlide slide)
Parameter Type Description
slide IBaseSlide Scanned slide.

Return Value

Array of TextFrame objects.

See Also