Specifications

COM+ reference
Gallagher & Robertson Glink: API reference manual 51
Returns a screen area object for the current screen selection. The method checks
the current screen and if any text is marked, returns a GlinkScreenArea object
for the marked text. Please note that Glink supports two modes of marking;
marking line-by-line and rectangular marking. Use
GlinkScreenArea.isRectangle() to check the marking mode used.
Returns:
A GlinkScreenArea object describing the marked area or null if no text has been
marked.
See also:
markScreenArea(GlinkPoint, GlinkPoint, boolean),
getScreenArea(GlinkPoint, GlinkPoint, boolean),
isScreenAreaMatch(GlinkScreenArea)
getRows
int getRows()
Returns the number of rows in the presentation space.
Returns:
The number of rows.
getScreenArea
GlinkScreenArea getScreenArea(GlinkPoint start, GlinkPoint end, boolean
rectangle)
Returns an object for the given screen area or null if the positions given are not
within the current screen.
Parameters:
start - The row and column in which to start. The position is inclusive (for
example, row 1, col 1 means that position 1,1 will be used as the
starting location and 1,1 will be included in the data).
end - The row and column in which to end. The position is inclusive (for
example, row 10, col 12 means that position 10,12 will be used as
the ending location and 10,12 will be included in the data).