Generated by
JDiff

Class com.itextpdf.layout.element.Table

Removed Constructors
Table( UnitValue[]) Constructs a {@code Table} with the preferable column widths.
Table( UnitValue[], boolean ) Constructs a {@code Table} with the preferable column widths.
 

Added Constructors
Table( UnitValue[]) Constructs a {@code Table} with the preferable column widths.
Table( UnitValue[], boolean ) Constructs a {@code Table} with the preferable column widths.
 

Changed Methods
UnitValue  getColumnWidth( int) Change in return type from com.itextpdf.layout.property.UnitValue to com.itextpdf.layout.properties.UnitValue.
Returns the column width for the specified column.
Table  setBorderCollapse( BorderCollapsePropertyValue) Change in signature from com.itextpdf.layout.property.BorderCollapsePropertyValue to com.itextpdf.layout.properties.BorderCollapsePropertyValue.
 
Table  setCaption( Div, CaptionSide ) Change in signature from (com.itextpdf.layout.element.Div, com.itextpdf.layout.property.CaptionSide) to (com.itextpdf.layout.element.Div, com.itextpdf.layout.properties.CaptionSide).
Sets the table's caption and its caption side.