Text.getTextAfterOffset

string getTextAfterOffset(int offset, atk.types.TextBoundary boundaryType, out int startOffset, out int endOffset)

Gets the specified text.

Parameters

offsetposition
boundaryTypeAn #AtkTextBoundary
startOffsetthe starting character offset of the returned string
endOffsetthe offset of the first character after the returned substring

Returns

a newly allocated string containing the text after offset bounded

by the specified boundary_type. Use glib.global.gfree to free the returned string.

Deprecated