GetAllTextFrames()
SlideUtil::GetAllTextFrames(System::SharedPtr<IPresentation>, bool) method
Returns all text frames in a PPTX presentation.
static System::ArrayPtr<System::SharedPtr<ITextFrame>> Aspose::Slides::Util::SlideUtil::GetAllTextFrames(System::SharedPtr<IPresentation> pres, bool withMasters)
Arguments
Parameter | Type | Description |
---|---|---|
pres | System::SharedPtr<IPresentation> | Scanned presentation. |
withMasters | bool | Determines whether master slides should be scanned. |
Return Value
Array of TextFrame objects.
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class ITextFrame
- Class IPresentation
- Class SlideUtil
- Namespace Aspose::Slides::Util
- Library Aspose.Slides