Generated by
JDiff

Class com.itextpdf.layout.element.TabStop

Removed Constructors
TabStop( float, TabAlignment ) Creates a TabStop at the appropriate position, with a specified tab alignment.
TabStop( float, TabAlignment , ILineDrawer ) Creates a TabStop at the appropriate position, with a specified tab alignment and an explicitly given line pattern.
 

Added Constructors
TabStop( float, TabAlignment ) Creates a TabStop at the appropriate position, with a specified tab alignment.
TabStop( float, TabAlignment , ILineDrawer ) Creates a TabStop at the appropriate position, with a specified tab alignment and an explicitly given line pattern.
 

Changed Methods
TabAlignment  getTabAlignment() Change in return type from com.itextpdf.layout.property.TabAlignment to com.itextpdf.layout.properties.TabAlignment.
 
void  setTabAlignment( TabAlignment) Change in signature from com.itextpdf.layout.property.TabAlignment to com.itextpdf.layout.properties.TabAlignment.