Class TextDecorationShorthandResolver

java.lang.Object
com.itextpdf.styledxmlparser.css.resolve.shorthand.impl.TextDecorationShorthandResolver
All Implemented Interfaces:
IShorthandResolver

public class TextDecorationShorthandResolver extends Object implements IShorthandResolver
  • Field Details

    • TEXT_DECORATION_LINE_VALUES

      private static final Set<String> TEXT_DECORATION_LINE_VALUES
    • TEXT_DECORATION_STYLE_VALUES

      private static final Set<String> TEXT_DECORATION_STYLE_VALUES
  • Constructor Details

    • TextDecorationShorthandResolver

      public TextDecorationShorthandResolver()
  • Method Details