|
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 ITextTableRow
Row of a text table.
Method Summary | |
---|---|
boolean |
getAutoHeight()
Returns if the row height is set to automatically be adjusted or not. |
ITextTableCellRange |
getCellRange()
Returns the text table cell range. |
ITextTableCell[] |
getCells()
Returns cells of the text table row. |
int |
getHeight()
Returns the row height. |
void |
setAutoHeight(boolean autoHeight)
Sets if the row height is set to automatically be adjusted or not. |
void |
setHeight(int height)
Sets the row height. |
Methods inherited from interface ag.ion.bion.officelayer.clone.ICloneServiceProvider |
---|
getCloneService |
Method Detail |
---|
ITextTableCell[] getCells()
ITextTableCellRange getCellRange()
int getHeight()
void setHeight(int height)
height
- the row height to be setboolean getAutoHeight()
void setAutoHeight(boolean autoHeight)
autoHeight
- if the row height is set to automatically be adjusted or not
|
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 |