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

ParameterTypeDescription
presSystem::SharedPtr<IPresentation>Scanned presentation.
withMastersboolDetermines whether master slides should be scanned.

Return Value

Array of TextFrame objects.

See Also