Generated by
JDiff

Class com.itextpdf.layout.font.RangeBuilder

Changed Constructors
RangeBuilder( char) Documentation changed from old to new.
Constructor with a single char.
RangeBuilder( char, char ) Documentation changed from old to new.
Constructor with a single range.
RangeBuilder( int) Documentation changed from old to new.
Constructor with a single number.
RangeBuilder( int, int ) Documentation changed from old to new.
Constructor with a single range.
 

Changed Methods
RangeBuilder  addRange( char) Documentation changed from old to new.
Add range with a single char.
RangeBuilder  addRange( char, char ) Documentation changed from old to new.
Add one more range.
RangeBuilder  addRange( int) Documentation changed from old to new.
Add range with a single number.
RangeBuilder  addRange( int, int ) Documentation changed from old to new.
Add one more range.