found_result method
found_result
Callback method that receives data about the found text.
def found_result(self, text_frame, source_text, found_text, text_position):
...
Parameter | Type | Description |
---|---|---|
text_frame | ITextFrame | The ITextFrame in which the text was found. |
source_text | str | The source text in which the text was found. |
found_text | str | The found text. |
text_position | int | The position of the found text. |
See Also
- class
IFindResultCallback
- class
ITextFrame
- module
aspose.slides
- library
Aspose.Slides