Class CssPropertyMerger

java.lang.Object
com.itextpdf.styledxmlparser.css.resolve.CssPropertyMerger

public final class CssPropertyMerger extends Object
Utilities class to merge CSS properties.
  • Method Details

    • mergeTextDecoration

      public static String mergeTextDecoration (String firstValue, String secondValue)
      Merges text decoration.
      Parameters:
      firstValue - the first value
      secondValue - the second value
      Returns:
      the merged value