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.internal.text
Class Page

java.lang.Object
  extended by ag.ion.bion.officelayer.internal.text.Page
All Implemented Interfaces:
IPage

public class Page
extends java.lang.Object
implements IPage

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

Page

public Page(ITextDocument textDocument,
            PagePosition startPagePosition,
            PagePosition endPagePosition)
     throws java.lang.IllegalArgumentException
Constructs new Page.

Parameters:
textDocument - text document to be used
startPagePosition - start position of the page
endPagePosition - end position of the page
Throws:
java.lang.IllegalArgumentException - if the submitted text document, startposition or end position is not valid
Method Detail

getPageStyle

public IPageStyle getPageStyle()
                        throws TextException
Returns style of the page.

Specified by:
getPageStyle in interface IPage
Returns:
style of the page
Throws:
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