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 ITextTableRow

All Superinterfaces:
ICloneServiceProvider
All Known Implementing Classes:
TextTableRow

public interface ITextTableRow
extends ICloneServiceProvider

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

getCells

ITextTableCell[] getCells()
Returns cells of the text table row.

Returns:
cells of the text table row

getCellRange

ITextTableCellRange getCellRange()
Returns the text table cell range.

Returns:
text table cell range

getHeight

int getHeight()
Returns the row height.

Returns:
the row height

setHeight

void setHeight(int height)
Sets the row height.

Parameters:
height - the row height to be set

getAutoHeight

boolean getAutoHeight()
Returns if the row height is set to automatically be adjusted or not.

Returns:
if the row height is set to automatically be adjusted or not

setAutoHeight

void setAutoHeight(boolean autoHeight)
Sets if the row height is set to automatically be adjusted or not.

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