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 ITextTableCellProperties

All Superinterfaces:
IProperties, IPropertyDescriptionElement
All Known Subinterfaces:
ITextTableCellPropertyStore
All Known Implementing Classes:
TextTableCellProperties, TextTableCellPropertyStore

public interface ITextTableCellProperties
extends IPropertyDescriptionElement, IProperties

Properties of cell of a text table.


Field Summary
static short ALIGN_BOTTOM
           
static short ALIGN_CENTER
           
static short ALIGN_TOP
           
static short ALIGN_UNDEFINED
           
static java.lang.String TYPE_ID
          type id of this property
 
Method Summary
 int getBackColor()
          Returns the cell background color.
 java.lang.String getCellStyle()
          Returns style of the cell.
 int getNumberFormat()
          Returns number format.
 short getVertOrient()
          Returns the vertical alignment.
 void setBackColor(int color)
          Sets the CellBackColor, this overwrites previously stored values.
 void setCellStyle(java.lang.String cellStyle)
          Sets style of the cell.
 void setNumberFormat(int numberFormat)
          Sets number format.
 void setVertOrient(short align)
          Sets the vertical alignment in the cell, this overwrites previously stored values.
 
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

ALIGN_UNDEFINED

static final short ALIGN_UNDEFINED
See Also:
Constant Field Values

ALIGN_CENTER

static final short ALIGN_CENTER
See Also:
Constant Field Values

ALIGN_TOP

static final short ALIGN_TOP
See Also:
Constant Field Values

ALIGN_BOTTOM

static final short ALIGN_BOTTOM
See Also:
Constant Field Values
Method Detail

setCellStyle

void setCellStyle(java.lang.String cellStyle)
                  throws TextException
Sets style of the cell.

Parameters:
cellStyle - style of the cell
Throws:
TextException - if the property can not be modified

getCellStyle

java.lang.String getCellStyle()
                              throws TextException
Returns style of the cell.

Returns:
style of the cell
Throws:
TextException - if the property is not available

setNumberFormat

void setNumberFormat(int numberFormat)
                     throws TextException
Sets number format.

Parameters:
numberFormat - number format
Throws:
TextException - if the property can not be modified

getNumberFormat

int getNumberFormat()
                    throws TextException
Returns number format.

Returns:
number format
Throws:
TextException - if the property is not available

getBackColor

int getBackColor()
                 throws TextException
Returns the cell background color.

Returns:
cell background color
Throws:
TextException - if the property is not available

getVertOrient

short getVertOrient()
                    throws TextException
Returns the vertical alignment.

Returns:
vertical alignment
Throws:
TextException - if the property is not available

setBackColor

void setBackColor(int color)
                  throws TextException
Sets the CellBackColor, this overwrites previously stored values.

Parameters:
cell - background color
Throws:
TextException - if the property is not available

setVertOrient

void setVertOrient(short align)
                   throws TextException
Sets the vertical alignment in the cell, this overwrites previously stored values.

Parameters:
vertical - alignment
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