find_get_match_continued
Description:
When using find_text_with_options with the MULTILINE flag, a match may span more than one line and thus consist of more than one rectangle.
Every rectangle belonging to the same match will return true
from this function, except for the last rectangle, where this
function will return false
.
Note that you must only call this function on a Rectangle returned in the list from find_text or find_text_with_options.
Parameters:
this |
Returns:
whether there are more rectangles belonging to the same match |