@ -370,6 +370,10 @@ public class PdfPTable implements LargeElement {
totalHeight = 0;
calculateWidths();
// calculateHeights(true);
for (int k = 0; k < rows.size(); ++k) {
PdfPRow row = (PdfPRow) rows.get(k);
row.setWidths(absoluteWidths);
}
/**