|
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 valid| Method Detail |
|---|
public ITextDocument getTextDocument()
public ITextTableCell[] getCells()
getCells in interface ITextTableRow
public ICloneService getCloneService()
throws CloneException
getCloneService in interface ICloneServiceProviderCloneException - if the clone service could not be returnedpublic ITextTableCellRange getCellRange()
getCellRange in interface ITextTableRowpublic int getHeight()
getHeight in interface ITextTableRowpublic void setHeight(int height)
setHeight in interface ITextTableRowheight - the row height to be setpublic boolean getAutoHeight()
getAutoHeight in interface ITextTableRowpublic void setAutoHeight(boolean autoHeight)
setAutoHeight in interface ITextTableRowautoHeight - 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 | ||||||||