Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013

ag.ion.bion.officelayer.text
Interface IPageCursor

All Known Implementing Classes:
PageCursor

public interface IPageCursor

Page cursor of a text document.


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.
 

Method Detail

jumpToFirstPage

void jumpToFirstPage()
Moves the cursor to the first page.


jumpToLastPage

void jumpToLastPage()
Moves the cursor to the last page.


jumpToPage

void jumpToPage(short pageNumber)
Moves the cursor to the specified page.

Parameters:
pageNumber - the page number to jump to

getPage

short getPage()
Returns the number of the page within the document of this cursor.

Returns:
the number of the page within the document of this cursor

jumpToNextPage

void jumpToNextPage()
Moves the cursor to the next page.


jumpToPreviousPage

void jumpToPreviousPage()
Moves the cursor to the previous page.


jumpToEndOfPage

void jumpToEndOfPage()
Moves the cursor to the end of the current page.


jumpToStartOfPage

void jumpToStartOfPage()
Moves the cursor to the start of the current page.


Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013