|
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 ITextTablePropertyStore
Propertystore for tablecells.
Field Summary |
---|
Fields inherited from interface ag.ion.bion.officelayer.text.ITextTableProperties |
---|
TYPE_ID |
Method Summary | |
---|---|
int |
getColumns()
Returns a count (the number) of the columns in the table. |
int |
getRows()
Get number (count) of rows in the table, "mirrored" by the property store. |
void |
setCellWidths(int[] width)
Sets the cell width , this overwrites the currently stored value. |
void |
setColumns(int number)
Sets the number of columns of the table. |
void |
setRows(int number)
Sets the numbers of rows in the table. |
void |
setWidth(long width)
Sets the width of the table, this overwrites the currently stored value. |
Methods inherited from interface ag.ion.bion.officelayer.text.ITextTableProperties |
---|
getCellWidths, getTableColumnSeparators, getWidth, repeatHeadline, setRepeatHeadline, setTableColumnSeparators |
Methods inherited from interface ag.ion.bion.officelayer.beans.IProperties |
---|
copyTo, getTypeID, getXPropertySet |
Method Detail |
---|
void setCellWidths(int[] width)
width
-
TextException
void setWidth(long width)
width
-
TextException
void setRows(int number)
number
- void setColumns(int number)
number
- int getColumns()
int getRows()
|
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 |