Generated by
JDiff

Class com.itextpdf.styledxmlparser.css.util.CssUtils

Added Methods
boolean  isAngleValue( String) Checks whether a string contains an allowed metric unit in HTML/CSS; rad, deg and grad.
boolean  isEmValue( String) Checks whether a string contains an allowed value relative to parent value.
boolean  isExValue( String) Checks whether a string contains an allowed value relative to element font height.
boolean  isFontRelativeValue( String) Checks whether a string contains an allowed value relative to font.
boolean  isPercentageValue( String) Checks whether a string contains a percentage value
float  parseAngle( String) Parses a angle with an allowed metric unit (deg, grad, rad) or numeric value (e.g.
float  parseAngle( String, String ) Parses an angle with an allowed metric unit (deg, grad, rad) or numeric value (e.g.
 

Changed Methods
boolean  isMetricValue( String) Documentation changed from old to new.
Checks whether a string contains an allowed metric unit in HTML/CSS; px, in, cm, mm, pc, Q or pt.
boolean  isNumericValue( String) Documentation changed from old to new.
Checks whether a string matches a numeric value (e.g.
boolean  isRemValue( String) Documentation changed from old to new.
Checks whether a string contains an allowed value relative to previously set root value.