|
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 IETextTableCellRange
Cell range of a text table.
| Method Summary | |
|---|---|
IETextTableCell |
getCell(int columnIndex,
int rowIndex,
int columnCount)
Returns cell with the submitted column and row index. |
IETextTableCell |
getCell(java.lang.String name,
int columnCount)
Returns cell with the submitted name. |
ITextTableCellProperties[] |
getCellProperties()
Returns text table cell properties. |
IETextTableCell[] |
getCells()
Returns all cells. |
int |
getColumnCount()
Returns the number of columns in the range. |
java.lang.Object[][] |
getData()
Returns data of the cell range. |
ITextTableCellRangeName |
getRangeName()
Returns the name of the range. |
int |
getRowCount()
Returns the number of rows in the range. |
ITextDocument |
getTextDocument()
Returns text document. |
void |
setData(java.lang.Object[][] values)
Sets data to the cell range. |
| Methods inherited from interface ag.ion.bion.officelayer.clone.ICloneServiceProvider |
|---|
getCloneService |
| Method Detail |
|---|
ITextDocument getTextDocument()
void setData(java.lang.Object[][] values)
throws TextException
values - values to be used
TextException - if the submitted array is not suitablejava.lang.Object[][] getData()
ITextTableCellProperties[] getCellProperties()
int getRowCount()
int getColumnCount()
IETextTableCell getCell(java.lang.String name,
int columnCount)
throws TextException
name - name of the cellcolumnCount - column count of the table
TextException - if the cell is not available
IETextTableCell getCell(int columnIndex,
int rowIndex,
int columnCount)
throws TextException
columnIndex - column index of the cellrowIndex - row index of the cellcolumnCount - column count of the table
TextException - if the cell is not availableITextTableCellRangeName getRangeName()
IETextTableCell[] getCells()
|
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 | ||||||||