this.properties = props;
this.columnCount = table.getColumnCount();
this.rowCount = table.getRowCount();
this.tableWidth = props.getWidth();
this.cellWidth = props.getCellWidths();
this.repeatHeadline = props.repeatHeadline();
this.textTableColumnsSeparators = props.getTableColumnSeparators();
}
// ----------------------------------------------------------------------------
}