707172737475767778
public TableRenderBox(final BoxDefinition boxDefinition) { super(boxDefinition); this.columnModel = new SpearateColumnModel(); this.tableInfo = new TableLayoutInfo(); this.tableInfo.setBorderSpacing(RenderLength.EMPTY); }