|
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.Page
public class Page
Page of a text document.
Constructor Summary | |
---|---|
Page(ITextDocument textDocument,
PagePosition startPagePosition,
PagePosition endPagePosition)
Constructs new Page. |
Method Summary | |
---|---|
IPageStyle |
getPageStyle()
Returns style of the page. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Page(ITextDocument textDocument, PagePosition startPagePosition, PagePosition endPagePosition) throws java.lang.IllegalArgumentException
textDocument
- text document to be usedstartPagePosition
- start position of the pageendPagePosition
- end position of the page
java.lang.IllegalArgumentException
- if the submitted text document, startposition or end position is not validMethod Detail |
---|
public IPageStyle getPageStyle() throws TextException
getPageStyle
in interface IPage
TextException
- if the page style 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 |