Learn R Programming

RGtk2 (version 2.8.8)

atkTextGetText: atkTextGetText

Description

Gets the specified text.

Usage

atkTextGetText(object, start.offset, end.offset)

Arguments

object
start.offset
[integer] start position
end.offset
[integer] end position

Value

  • [character] the text from start.offset up to, but not including end.offset.