|
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.PageService
public class PageService
Page service of a text document.
Constructor Summary | |
---|---|
PageService(ITextDocument textDocument)
Constructs new PageService. |
Method Summary | |
---|---|
IPage |
getPage(int index)
Returns page with the submitted index. |
int |
getPageCount()
Returns number of available pages. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PageService(ITextDocument textDocument) throws java.lang.IllegalArgumentException
textDocument
- text document to be used
java.lang.IllegalArgumentException
- if the submitted text document is not validMethod Detail |
---|
public int getPageCount()
getPageCount
in interface IPageService
public IPage getPage(int index) throws TextException
getPage
in interface IPageService
index
- index of the page
TextException
- 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 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |