interface XSentenceCursor in module com::sun::star::text:: |
interface XSentenceCursor : com::sun::star::text::XTextCursor ;
makes it possible to perform cursor movements through sentences.
Method Summary |
|
isStartOfSentence | determines if the cursor is positioned at the start of a sentence. |
isEndOfSentence | determines if the cursor is positioned at the end of a sentence. |
gotoNextSentence | moves the cursor to the start of the next sentence. |
gotoPreviousSentence | moves the cursor to the start of the previous sentence. |
gotoStartOfSentence | moves the cursor to the start of the current sentence. |
gotoEndOfSentence | moves the cursor to the end of the current sentence. |
Known Services Which Export this Interface |
Method Details |
|||||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.