Example #1
0
 virtual public void BeginCell(PdfPCell cell, float completedRowsHeight, float rowHeight) {
     rowspan = cell.Rowspan;
     colspan = cell.Colspan;
     height = completedRowsHeight + Math.Max(cell.HasCachedMaxHeight() ? cell.CachedMaxHeight : cell.GetMaxHeight(), rowHeight);
 }