Text.getBoundedRanges

Get the ranges of text in the specified bounding box.

Parameters

rect atk.types.TextRectangle

An AtkTextRectangle giving the dimensions of the bounding box.

coordType atk.types.CoordType

Specify whether coordinates are relative to the screen or widget window.

xClipType atk.types.TextClipType

Specify the horizontal clip type.

yClipType atk.types.TextClipType

Specify the vertical clip type.

Return Value

Type: atk.text_range.TextRange[]

Array of AtkTextRange. The last element of the array returned by this function will be NULL.