|
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 |
java.lang.Objectag.ion.bion.officelayer.internal.text.TextTableRow
public class TextTableRow
Row of a text table.
Constructor Summary | |
---|---|
TextTableRow(TextTableCellRange textTableCellRange)
Constructs new TextTableRow. |
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. |
ICloneService |
getCloneService()
Gets the clone service of the element. |
int |
getHeight()
Returns the row height. |
ITextDocument |
getTextDocument()
Returns text document. |
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 class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextTableRow(TextTableCellRange textTableCellRange) throws java.lang.IllegalArgumentException
textTableCellRange
- the range of the row
java.lang.IllegalArgumentException
- if the range is not validMethod Detail |
---|
public ITextDocument getTextDocument()
public ITextTableCell[] getCells()
getCells
in interface ITextTableRow
public ICloneService getCloneService() throws CloneException
getCloneService
in interface ICloneServiceProvider
CloneException
- if the clone service could not be returnedpublic ITextTableCellRange getCellRange()
getCellRange
in interface ITextTableRow
public int getHeight()
getHeight
in interface ITextTableRow
public void setHeight(int height)
setHeight
in interface ITextTableRow
height
- the row height to be setpublic boolean getAutoHeight()
getAutoHeight
in interface ITextTableRow
public void setAutoHeight(boolean autoHeight)
setAutoHeight
in interface ITextTableRow
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 |