|
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.TextTableProperties
public class TextTableProperties
Properties of a text table.
| Field Summary |
|---|
| Fields inherited from interface ag.ion.bion.officelayer.text.ITextTableProperties |
|---|
TYPE_ID |
| Constructor Summary | |
|---|---|
TextTableProperties(com.sun.star.beans.XPropertySet xPropertySet)
Constructs new TextTableProperties. |
|
| Method Summary | |
|---|---|
int[] |
getCellWidths()
Returns the widths of the cells. |
static java.lang.String[] |
getDefaultPropertyKeys()
Returns the default property keys. |
static IPropertyKey[] |
getPossiblyPropertyKeys()
Returns the possible property keys. |
TextTableColumnsSeparator[] |
getTableColumnSeparators()
Returns the table column separators. |
java.lang.String |
getTypeID()
Returns the id of the property. |
long |
getWidth()
Returns the widths of the table. |
boolean |
repeatHeadline()
Returns information whether the first row is repeated on every page as headline. |
void |
setRepeatHeadline(boolean repeatHeadline)
Sets information whether the first row is repeated on every page as headline. |
void |
setTableColumnSeparators(TextTableColumnsSeparator[] textTableColumnSeparators)
Sets the table column separators. |
| 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 TextTableProperties(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 setRepeatHeadline(boolean repeatHeadline)
throws TextException
setRepeatHeadline in interface ITextTablePropertiesrepeatHeadline - information whether the first row is repeated on every page
as headline
TextException - if the property can not be set
public boolean repeatHeadline()
throws TextException
repeatHeadline in interface ITextTablePropertiesTextException - if the property is not available
public int[] getCellWidths()
throws TextException
getCellWidths in interface ITextTablePropertiesTextException - if the property is not available
public long getWidth()
throws TextException
getWidth in interface ITextTablePropertiesTextException - if the property is not available
public TextTableColumnsSeparator[] getTableColumnSeparators()
throws TextException
getTableColumnSeparators in interface ITextTablePropertiesTextException - if the property is not available
public void setTableColumnSeparators(TextTableColumnsSeparator[] textTableColumnSeparators)
throws TextException
setTableColumnSeparators in interface ITextTablePropertiestextTableColumnSeparators - text table column separators
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 | ||||||||