LibreOffice
LibreOffice 24.2 SDK API Reference
|
makes it possible to perform cursor movements between pages. More...
import"XPageCursor.idl";
Public Member Functions | |
boolean | jumpToFirstPage () |
moves the cursor to the first page. More... | |
boolean | jumpToLastPage () |
moves the cursor to the last page. More... | |
boolean | jumpToPage ([in] short nPage) |
moves the cursor to the specified page. More... | |
short | getPage () |
boolean | jumpToNextPage () |
moves the cursor to the next page. More... | |
boolean | jumpToPreviousPage () |
moves the cursor to the previous page. More... | |
boolean | jumpToEndOfPage () |
moves the cursor to the end of the current page. More... | |
boolean | jumpToStartOfPage () |
moves the cursor to the start of the current page. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
makes it possible to perform cursor movements between pages.
short getPage | ( | ) |
boolean jumpToEndOfPage | ( | ) |
moves the cursor to the end of the current page.
boolean jumpToFirstPage | ( | ) |
moves the cursor to the first page.
boolean jumpToLastPage | ( | ) |
moves the cursor to the last page.
boolean jumpToNextPage | ( | ) |
moves the cursor to the next page.
boolean jumpToPage | ( | [in] short | nPage | ) |
moves the cursor to the specified page.
boolean jumpToPreviousPage | ( | ) |
moves the cursor to the previous page.
boolean jumpToStartOfPage | ( | ) |
moves the cursor to the start of the current page.