67. selectBlockAtY

Parameter syntax:

[ 'orParent' ]?

``Selects the block'' (paragraph, row, row group or table) on which the user has clicked. All graphical objects intersecting the Y coordinate of the mouse click are used to determine which block to select. The X coordinate of the mouse click is ignored.

This command can only be used in a styled view because a tree view does not contain ``blocks''.

If the orParent option is specified, clicking again, exactly on the same place (i.e. without moving the mouse at all), selects the parent of the element selected by the previous invocation of this command.

See also selectNodeAt.