}
protected void postTableConstruction(Element element) {
super.postTableConstruction(element);
CellPaddingAnalyser analyser = new CellPaddingAnalyser();
String value = analyser.calculateCellPadding(
element, PropertyClearer.getDefaultInstance());
if (value != null) {
element.setAttribute("cellpadding", value);
}
}