LibreOffice
LibreOffice 25.8 SDK API Reference
|
makes it possible to move paragraph by paragraph. More...
import "XParagraphCursor.idl";
Public Member Functions | |
boolean | isStartOfParagraph () |
determines if the cursor is positioned at the start of a paragraph. | |
boolean | isEndOfParagraph () |
determines if the cursor is positioned at the end of a paragraph. | |
boolean | gotoStartOfParagraph ([in] boolean bExpand) |
moves the cursor to the start of the current paragraph. | |
boolean | gotoEndOfParagraph ([in] boolean bExpand) |
moves the cursor to the end of the current paragraph. | |
boolean | gotoNextParagraph ([in] boolean bExpand) |
moves the cursor to the next paragraph. | |
boolean | gotoPreviousParagraph ([in] boolean bExpand) |
moves the cursor to the previous paragraph. | |
Public Member Functions inherited from XTextCursor | |
void | collapseToStart () |
sets the end of the position to the start. | |
void | collapseToEnd () |
sets the start of the position to the end. | |
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. | |
void | gotoStart ([in] boolean bExpand) |
moves the cursor to the start of the text. | |
void | gotoEnd ([in] boolean bExpand) |
moves the cursor to the end of the text. | |
void | gotoRange ([in] com::sun::star::text::XTextRange xRange, [in] boolean bExpand) |
moves or expands the cursor to a specified TextRange. | |
Public Member Functions inherited from XTextRange | |
XText | getText () |
XTextRange | getStart () |
XTextRange | getEnd () |
string | getString () |
void | setString ([in] string aString) |
the whole string of characters of this piece of text is replaced. | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. |
makes it possible to move paragraph by paragraph.
boolean gotoEndOfParagraph | ( | [in] boolean | bExpand | ) |
moves the cursor to the end of the current paragraph.
boolean gotoNextParagraph | ( | [in] boolean | bExpand | ) |
moves the cursor to the next paragraph.
boolean gotoPreviousParagraph | ( | [in] boolean | bExpand | ) |
moves the cursor to the previous paragraph.
boolean gotoStartOfParagraph | ( | [in] boolean | bExpand | ) |
moves the cursor to the start of the current paragraph.
boolean isEndOfParagraph | ( | ) |
determines if the cursor is positioned at the end of a paragraph.
boolean isStartOfParagraph | ( | ) |
determines if the cursor is positioned at the start of a paragraph.