|
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 | ||||||||
public interface ITextTableCellProperties
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 |
|---|
static final java.lang.String TYPE_ID
static final short ALIGN_UNDEFINED
static final short ALIGN_CENTER
static final short ALIGN_TOP
static final short ALIGN_BOTTOM
| Method Detail |
|---|
void setCellStyle(java.lang.String cellStyle)
throws TextException
cellStyle - style of the cell
TextException - if the property can not be modified
java.lang.String getCellStyle()
throws TextException
TextException - if the property is not available
void setNumberFormat(int numberFormat)
throws TextException
numberFormat - number format
TextException - if the property can not be modified
int getNumberFormat()
throws TextException
TextException - if the property is not available
int getBackColor()
throws TextException
TextException - if the property is not available
short getVertOrient()
throws TextException
TextException - if the property is not available
void setBackColor(int color)
throws TextException
cell - background color
TextException - if the property is not available
void setVertOrient(short align)
throws TextException
vertical - alignment
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 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||