Generated by
JDiff

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

Added Methods
double  convertPtsToPx( double) Convert given point value to a pixel value.
float  convertPtsToPx( float) Convert given point value to a pixel value.
double  convertPxToPts( double) Convert given point value to a point value.
float  convertPxToPts( float) Convert given point value to a point value.
int  determinePositionBetweenValueAndUnit( String) Method used in preparation of splitting a string containing a numeric value with a metric unit (e.g.
List>  extractShorthandProperties( String) Extracts shorthand properties as list of string lists from a string, where the top level list is shorthand property and the lower level list is properties included in shorthand property.
 

Changed Methods
float  parseResolution( String) Documentation changed from old to new.
Parses the resolution.