writingMode = pList.get(PR_WRITING_MODE).getEnum();
super.bind(pList);
//Create default column in case no table-columns will be defined.
defaultColumn = new TableColumn(this, true);
PropertyList colPList = new StaticPropertyList(defaultColumn, pList);
colPList.setWritingMode();
defaultColumn.bind(colPList);
if (borderCollapse != EN_SEPARATE) {
attributeWarning("The collapsing border model on an fo:table "
+ "is currently not supported by FOP");