|
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.beans.AbstractProperties
ag.ion.bion.officelayer.internal.text.TextTableCellProperties
public class TextTableCellProperties
Properties of cell of a text table.
Field Summary |
---|
Fields inherited from interface ag.ion.bion.officelayer.text.ITextTableCellProperties |
---|
ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_TOP, ALIGN_UNDEFINED, TYPE_ID |
Constructor Summary | |
---|---|
TextTableCellProperties(com.sun.star.beans.XPropertySet xPropertySet)
Constructs new TextTableCellProperties. |
Method Summary | |
---|---|
int |
getBackColor()
Returns the cell background color. |
java.lang.String |
getCellStyle()
Returns style of the cell. |
static java.lang.String[] |
getDefaultPropertyKeys()
Returns the default property keys. |
int |
getNumberFormat()
Returns number format. |
static IPropertyKey[] |
getPossiblyPropertyKeys()
Returns the possible property keys. |
java.lang.String |
getTypeID()
Returns the id of the property. |
short |
getVertOrient()
Returns the vertical alignment. |
void |
setBackColor(int color)
Sets cell background color. |
void |
setCellStyle(java.lang.String cellStyle)
Sets style of the cell. |
void |
setNumberFormat(int numberFormat)
Sets number format. |
void |
setVertOrient(short align)
Sets vertical alignment in the cell. |
Methods inherited from class ag.ion.bion.officelayer.internal.beans.AbstractProperties |
---|
copyTo, getXPropertySet |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ag.ion.bion.officelayer.beans.IProperties |
---|
copyTo, getXPropertySet |
Constructor Detail |
---|
public TextTableCellProperties(com.sun.star.beans.XPropertySet xPropertySet) throws java.lang.IllegalArgumentException
xPropertySet
- OpenOffice.org XPropertySet interface
java.lang.IllegalArgumentException
- if the OpenOffice.org interface is not validMethod Detail |
---|
public static IPropertyKey[] getPossiblyPropertyKeys()
public static java.lang.String[] getDefaultPropertyKeys()
public java.lang.String getTypeID()
getTypeID
in interface IProperties
getTypeID
in class AbstractProperties
public void setCellStyle(java.lang.String cellStyle) throws TextException
setCellStyle
in interface ITextTableCellProperties
cellStyle
- style of the cell
TextException
- if the property can not be modifiedpublic java.lang.String getCellStyle() throws TextException
getCellStyle
in interface ITextTableCellProperties
TextException
- if the property is not availablepublic void setNumberFormat(int numberFormat) throws TextException
setNumberFormat
in interface ITextTableCellProperties
numberFormat
- number format
TextException
- if the property can not be modifiedpublic int getNumberFormat() throws TextException
getNumberFormat
in interface ITextTableCellProperties
TextException
- if the property is not availablepublic int getBackColor() throws TextException
getBackColor
in interface ITextTableCellProperties
TextException
- if the property is not availablepublic short getVertOrient() throws TextException
getVertOrient
in interface ITextTableCellProperties
TextException
- if the property is not availablepublic void setBackColor(int color) throws TextException
setBackColor
in interface ITextTableCellProperties
color
- color to be used
TextException
- if the property can not be modifiedpublic void setVertOrient(short align) throws TextException
setVertOrient
in interface ITextTableCellProperties
align
- alignment to be used
TextException
- if the property can not be modified
|
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 |