Text.scrollSubstringTo
bool scrollSubstringTo(int startOffset, int endOffset, atk.types.ScrollType type)Makes a substring of text visible on the screen by scrolling all necessary parents.
Parameters
startOffset | start offset in the text |
endOffset | end offset in the text, or -1 for the end of the text. |
type | specify where the object should be made visible. |
Returns
whether scrolling was successful.