interface XWordCursor in module com::sun::star::text:: |
interface XWordCursor : com::sun::star::text::XTextCursor ;
makes it possible to move a cursor word by word.
Method Summary |
|
isStartOfWord | determines if the cursor is positioned at the start of a word. |
isEndOfWord | determines if the cursor is positioned at the end of a word. |
gotoNextWord | moves the cursor to the next word. |
gotoPreviousWord | moves the cursor to the previous word. |
gotoEndOfWord | moves the cursor to the end of the current word. |
gotoStartOfWord | moves the cursor to the start of the current word. |
Known Services Which Export this Interface |
Method Details |
|||||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.