|
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.table.extended.ETextTableCell
public class ETextTableCell
Implementation for extended table cells.
Constructor Summary | |
---|---|
ETextTableCell(ITextTableCell tableCell,
java.lang.String cellName,
IETextTable textTable)
Constructs new TextTableCell. |
Method Summary | |
---|---|
java.lang.String |
getCellFormula()
Returns the cell formula. |
TextTableCellName |
getName()
Returns the cell name. |
ITextTableCell |
getTableCell()
Returns the containing text table cell. |
void |
setCellFormula(java.lang.String cellFormula)
Sets the cell formula. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ETextTableCell(ITextTableCell tableCell, java.lang.String cellName, IETextTable textTable) throws java.lang.IllegalArgumentException
tableCell
- the text table cellcellName
- the cell nametextTable
- the text table
java.lang.IllegalArgumentException
- if one the OpenOffice.org interfaces is not validMethod Detail |
---|
public TextTableCellName getName()
getName
in interface IETextTableCell
public ITextTableCell getTableCell()
getTableCell
in interface IETextTableCell
public void setCellFormula(java.lang.String cellFormula) throws TextException
setCellFormula
in interface IETextTableCell
cellFormula
- cell formula
TextException
- if any error occurs.public java.lang.String getCellFormula()
getCellFormula
in interface IETextTableCell
|
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 |