Class CssPropertyMerger
java.lang.Object
com.itextpdf.styledxmlparser.css.resolve.CssPropertyMerger
Utilities class to merge CSS properties.
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
mergeTextDecoration
(String firstValue, String secondValue) Merges text decoration.
-
Method Details
-
mergeTextDecoration
Merges text decoration.- Parameters:
-
firstValue
- the first value -
secondValue
- the second value - Returns:
- the merged value
-