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.presentation
Interface IPageService

All Known Implementing Classes:
PageService

public interface IPageService

Page service of a presentation document.


Method Summary
 int getPageCount()
          Returns number of available pages.
 void goToPage(int index)
          Navigates to the page with the submitted index.
 

Method Detail

getPageCount

int getPageCount()
Returns number of available pages.

Returns:
number of available pages

goToPage

void goToPage(int index)
              throws PresentationException
Navigates to the page with the submitted index. The first page has the index 0.

Parameters:
index - index of the page
Throws:
PresentationException - if the page is not available

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