get_visible_text
Description:
public string get_visible_text (
TextIter end)
Like get_text, but invisible text is not included.
Invisible text is usually invisible because a TextTag with the “invisible”
attribute turned on has been applied to it.
Parameters:
| this |
iterator at start of range
|
| end |
iterator at end of range
|
Returns:
|
string containing visible text in the range
|