* </ul>
*
* @param table Table to modify.
*/
private void modifyTable(Table table) {
CommonMarginBlock cmb = table.getCommonMarginBlock();
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;