Create a PageTextSearch instance with the specified options.
Destroy the current object.
Find the first match of the text.
The text to be found.
The search flag, default value is 0. If you need set specified falg, like:
The start position of the search.
Return true if the text is found, otherwise return false.
Find the next match of the text.
Return true if the text is found, otherwise return false.
Find the previous match of the text.
Return true if the text is found, otherwise return false.
Get the rect array of the text.
Return the rect array of the text.
StaticcreateCreate a PageTextSearch instance.
Create a PageTextSearch instance with the specified options.
Return a PageTextSearch instance.
Create a PageTextSearch instance. Instead of creating an instance in new mode, use create to create an instance.