void gotoRange([in] com::sun::star::text::XTextRange xRange, [in] boolean bExpand)
moves or expands the cursor to a specified TextRange.
void gotoEnd([in] boolean bExpand)
moves the cursor to the end of the text.
void gotoStart([in] boolean bExpand)
moves the cursor to the start of the text.
boolean isCollapsed()
determines if the start and end positions are the same.
boolean goLeft([in] short nCount, [in] boolean bExpand)
moves the cursor the specified number of characters to the left.
boolean goRight([in] short nCount, [in] boolean bExpand)
moves the cursor the specified number of characters to the right.
extends a text range by method to modify its position.
Definition: XTextCursor.idl:32
void collapseToStart()
sets the end of the position to the start.
void collapseToEnd()
sets the start of the position to the end.