FoundResult
IFindResultCallback.FoundResult method
Callback method that receives data about the found text.
public void FoundResult(ITextFrame textFrame, string sourceText, string foundText, int textPosition)
| Parameter | Type | Description |
|---|---|---|
| textFrame | ITextFrame | The ITextFrame in which the text was found. |
| sourceText | String | The source text in which the text was found. |
| foundText | String | The found text. |
| textPosition | Int32 | The position of the found text. |
See Also
- interface ITextFrame
- interface IFindResultCallback
- namespace Aspose.Slides
- assembly Aspose.Slides