|
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 ITextTableProperties
Properties of a text table.
Field Summary | |
---|---|
static java.lang.String |
TYPE_ID
type id of this property |
Method Summary | |
---|---|
int[] |
getCellWidths()
Returns the widths of the cells. |
TextTableColumnsSeparator[] |
getTableColumnSeparators()
Returns the table column separators. |
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[] textTableColumnsSeparators)
Sets the table column separators. |
Methods inherited from interface ag.ion.bion.officelayer.beans.IProperties |
---|
copyTo, getTypeID, getXPropertySet |
Field Detail |
---|
static final java.lang.String TYPE_ID
Method Detail |
---|
void setRepeatHeadline(boolean repeatHeadline) throws TextException
repeatHeadline
- information whether the first row is repeated on every page
as headline
TextException
- if the property can not be setboolean repeatHeadline() throws TextException
TextException
- if the property is not availableint[] getCellWidths() throws TextException
TextException
- if the property is not availablelong getWidth() throws TextException
TextException
- if the property is not availableTextTableColumnsSeparator[] getTableColumnSeparators() throws TextException
TextException
- if the property is not availablevoid setTableColumnSeparators(TextTableColumnsSeparator[] textTableColumnsSeparators) 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 |