|
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 valid| Method Detail |
|---|
public static IPropertyKey[] getPossiblyPropertyKeys()
public static java.lang.String[] getDefaultPropertyKeys()
public java.lang.String getTypeID()
getTypeID in interface IPropertiesgetTypeID in class AbstractProperties
public void setCellStyle(java.lang.String cellStyle)
throws TextException
setCellStyle in interface ITextTableCellPropertiescellStyle - style of the cell
TextException - if the property can not be modified
public java.lang.String getCellStyle()
throws TextException
getCellStyle in interface ITextTableCellPropertiesTextException - if the property is not available
public void setNumberFormat(int numberFormat)
throws TextException
setNumberFormat in interface ITextTableCellPropertiesnumberFormat - number format
TextException - if the property can not be modified
public int getNumberFormat()
throws TextException
getNumberFormat in interface ITextTableCellPropertiesTextException - if the property is not available
public int getBackColor()
throws TextException
getBackColor in interface ITextTableCellPropertiesTextException - if the property is not available
public short getVertOrient()
throws TextException
getVertOrient in interface ITextTableCellPropertiesTextException - if the property is not available
public void setBackColor(int color)
throws TextException
setBackColor in interface ITextTableCellPropertiescolor - color to be used
TextException - if the property can not be modified
public void setVertOrient(short align)
throws TextException
setVertOrient in interface ITextTableCellPropertiesalign - 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 | ||||||||