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