if (table.getBorderCollapse() == Constants.EN_COLLAPSE) {
// If border-collapse == "collapse", add space-after in order to
// impove interaction with other FO.
int value = cmb.spaceAfter.getOptimum(null).getLength().getValue();
value += TXTRenderer.CHAR_HEIGHT;
setMinOptMax(cmb.spaceAfter, new FixedLength(value));
}
modifyCommonMarginBlock(cmb);
modifyBPB(table.getCommonBorderPaddingBackground());