Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013

ag.ion.bion.officelayer.text
Interface ITextTableProperties

All Superinterfaces:
IProperties, IPropertyDescriptionElement
All Known Subinterfaces:
ITextTablePropertyStore
All Known Implementing Classes:
TextTableProperties, TextTablePropertyStore

public interface ITextTableProperties
extends IPropertyDescriptionElement, IProperties

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

TYPE_ID

static final java.lang.String TYPE_ID
type id of this property

See Also:
Constant Field Values
Method Detail

setRepeatHeadline

void setRepeatHeadline(boolean repeatHeadline)
                       throws TextException
Sets information whether the first row is repeated on every page as headline.

Parameters:
repeatHeadline - information whether the first row is repeated on every page as headline
Throws:
TextException - if the property can not be set

repeatHeadline

boolean repeatHeadline()
                       throws TextException
Returns information whether the first row is repeated on every page as headline.

Returns:
information whether the first row is repeated on every page as headline
Throws:
TextException - if the property is not available

getCellWidths

int[] getCellWidths()
                    throws TextException
Returns the widths of the cells.

Returns:
widths of the cells
Throws:
TextException - if the property is not available

getWidth

long getWidth()
              throws TextException
Returns the widths of the table.

Returns:
widths of the table
Throws:
TextException - if the property is not available

getTableColumnSeparators

TextTableColumnsSeparator[] getTableColumnSeparators()
                                                     throws TextException
Returns the table column separators.

Returns:
separators of the table columns
Throws:
TextException - if the property is not available

setTableColumnSeparators

void setTableColumnSeparators(TextTableColumnsSeparator[] textTableColumnsSeparators)
                              throws TextException
Sets the table column separators.

Throws:
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