Atk.TextRange¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| bounds | Atk.TextRectangle | r/w | A rectangle giving the bounds of the text range | 
| content | str | r/w | The text in the text range | 
| end_offset | int | r/w | The end offset of a Atk.TextRange | 
| start_offset | int | r/w | The start offset of a Atk.TextRange | 
Methods¶
None