|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectag.ion.bion.officelayer.internal.text.PageCursor
public class PageCursor
Page cursor of a text document.
Constructor Summary | |
---|---|
PageCursor(com.sun.star.text.XPageCursor xPageCursor)
Constructs new PageCursor. |
Method Summary | |
---|---|
short |
getPage()
Returns the number of the page within the document of this cursor. |
void |
jumpToEndOfPage()
Moves the cursor to the end of the current page. |
void |
jumpToFirstPage()
Moves the cursor to the first page. |
void |
jumpToLastPage()
Moves the cursor to the last page. |
void |
jumpToNextPage()
Moves the cursor to the next page. |
void |
jumpToPage(short pageNumber)
Moves the cursor to the specified page. |
void |
jumpToPreviousPage()
Moves the cursor to the previous page. |
void |
jumpToStartOfPage()
Moves the cursor to the start of the current page. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PageCursor(com.sun.star.text.XPageCursor xPageCursor) throws java.lang.IllegalArgumentException
xPageCursor
- OpenOffice.org XPageCursor interface to be used
java.lang.IllegalArgumentException
- if the submitted OpenOffice.org XPageCursor
interface is not validMethod Detail |
---|
public void jumpToFirstPage()
jumpToFirstPage
in interface IPageCursor
public void jumpToLastPage()
jumpToLastPage
in interface IPageCursor
public void jumpToPage(short pageNumber)
jumpToPage
in interface IPageCursor
pageNumber
- the page number to jump topublic short getPage()
getPage
in interface IPageCursor
public void jumpToNextPage()
jumpToNextPage
in interface IPageCursor
public void jumpToPreviousPage()
jumpToPreviousPage
in interface IPageCursor
public void jumpToEndOfPage()
jumpToEndOfPage
in interface IPageCursor
public void jumpToStartOfPage()
jumpToStartOfPage
in interface IPageCursor
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |