|
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 ITextTableCell
Cell of a table in a text document.
Field Summary | |
---|---|
static java.lang.String |
STYLE_TABLE_CONTENT
The paragraph style for the table content |
static java.lang.String |
STYLE_TABLE_HEADER
The paragraph style for the table header |
static int |
TYPE_EMPTY
The cell is empty. |
static int |
TYPE_FORMULA
The cell contains a formula. |
static int |
TYPE_TEXT
The cell conains text. |
static int |
TYPE_VALUE
The cell contains a value. |
Method Summary | |
---|---|
java.lang.String |
getCellParagraphStyle()
Returns style of the cell paragraph, or null if not available. |
ITextTableCellPropertyStore |
getCellPropertyStore(int verticalPosition,
int horizontalPosition)
Returns the property store of this cell. |
ICharacterProperties |
getCharacterProperties()
Returns text table cell character properties. |
ICharacterPropertyStore |
getCharacterPropertyStore()
Returns the character property store of this cell. |
int |
getContentType()
Returns content type. |
IFormulaService |
getFormulaService()
Returns formula service. |
ITextTableCellName |
getName()
Returns name of the cell. |
short |
getPageNumber()
Returns the page number of the cell, returns -1 if page number could not be determined. |
IPageStyle |
getPageStyle()
Returns related page style of the text table cell. |
ITextTableCellProperties |
getProperties()
Returns text table cell properties. |
ITextService |
getTextService()
Returns text service. |
ITextTable |
getTextTable()
Returns text table of the cell. |
double |
getValue()
Gets the value of the cell. |
void |
setCellParagraphStyle(java.lang.String cellParagraphStyle)
Sets style of the cell paragraph. |
void |
setFormula(java.lang.String formula)
Sets the formula. |
void |
setValue(double value)
Sets the value of the cell. |
Methods inherited from interface ag.ion.bion.officelayer.text.ITextComponent |
---|
getTextDocument |
Methods inherited from interface ag.ion.bion.officelayer.clone.ICloneServiceProvider |
---|
getCloneService |
Field Detail |
---|
static final int TYPE_EMPTY
static final int TYPE_VALUE
static final int TYPE_TEXT
static final int TYPE_FORMULA
static final java.lang.String STYLE_TABLE_HEADER
static final java.lang.String STYLE_TABLE_CONTENT
Method Detail |
---|
ITextTableCellName getName()
ITextTable getTextTable() throws TextException
TextException
- if the text table is not availableint getContentType()
ITextService getTextService()
ITextTableCellProperties getProperties()
ICharacterProperties getCharacterProperties()
IFormulaService getFormulaService()
void setFormula(java.lang.String formula)
formula
- formulaIPageStyle getPageStyle() throws TextException
TextException
- if the page style is not availableITextTableCellPropertyStore getCellPropertyStore(int verticalPosition, int horizontalPosition) throws TextException
verticalPosition
- vertical position to be usedhorizontalPosition
- horizontal position to be used
TextException
- if the cell is not availableICharacterPropertyStore getCharacterPropertyStore() throws TextException
TextException
- if property store could not be returneddouble getValue()
void setValue(double value)
value
- the value to be set in the tableshort getPageNumber()
void setCellParagraphStyle(java.lang.String cellParagraphStyle) throws TextException
cellParagraphStyle
- style of the cell paragraph
TextException
- if the property can not be modifiedjava.lang.String getCellParagraphStyle() throws TextException
TextException
- if the property is not available
|
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 |