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
| Parameter | Type | Description | 
|---|---|---|
| textFrame | System::SharedPtr<ITextFrame> | The ITextFrame in which the text was found. | 
| sourceText | System::String | The source text in which the text was found. | 
| foundText | System::String | The found text. | 
| textPosition | int32_t | The position of the found text. | 
See Also
- Typedef SharedPtr
 - Class ITextFrame
 - Class String
 - Class IFindResultCallback
 - Namespace Aspose::Slides
 - Library Aspose.Slides