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
- interface ITextFrame
- interface IPresentation
- class SlideUtil
- namespace Aspose.Slides.Util
- assembly Aspose.Slides