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 IPageStyleProperties

All Superinterfaces:
IProperties
All Known Implementing Classes:
PageStyleProperties

public interface IPageStyleProperties
extends IProperties

Properties of a page style.


Field Summary
static java.lang.String TYPE_ID
          type id of this property
 
Method Summary
 boolean getIsLandscape()
          Returns property value of the page format.
 void setIsLandscape(boolean isLandscape)
          Sets property value for the page format.
 
Methods inherited from interface ag.ion.bion.officelayer.beans.IProperties
copyTo, getTypeID, getXPropertySet
 

Field Detail

TYPE_ID

static final java.lang.String TYPE_ID
type id of this property

See Also:
Constant Field Values
Method Detail

setIsLandscape

void setIsLandscape(boolean isLandscape)
                    throws TextException
Sets property value for the page format.

Parameters:
isLandscape - value for the page format
Throws:
TextException - if the property can not be set

getIsLandscape

boolean getIsLandscape()
                       throws TextException
Returns property value of the page format.

Returns:
property value of the page format
Throws:
TextException - if the property 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