interface XParagraphCursor in module com::sun::star::text:: |
interface XParagraphCursor : com::sun::star::text::XTextCursor ;
makes it possible to move paragraph by paragraph.
Method Summary |
|
isStartOfParagraph | determines if the cursor is positioned at the start of a paragraph. |
isEndOfParagraph | determines if the cursor is positioned at the end of a paragraph. |
gotoStartOfParagraph | moves the cursor to the start of the current paragraph. |
gotoEndOfParagraph | moves the cursor to the end of the current paragraph. |
gotoNextParagraph | moves the cursor to the next paragraph. |
gotoPreviousParagraph | moves the cursor to the previous paragraph. |
Known Services Which Export this Interface |
Method Details |
|||||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.