FoundResult()

IFindResultCallback::FoundResult(System::SharedPtr<ITextFrame>, System::String, System::String, int32_t) method

Callback method that receives data about the found text.

virtual void Aspose::Slides::IFindResultCallback::FoundResult(System::SharedPtr<ITextFrame> textFrame, System::String sourceText, System::String foundText, int32_t textPosition)=0

Arguments

ParameterTypeDescription
textFrameSystem::SharedPtr<ITextFrame>The ITextFrame in which the text was found.
sourceTextSystem::StringThe source text in which the text was found.
foundTextSystem::StringThe found text.
textPositionint32_tThe position of the found text.

See Also