Class TextDecorationShorthandResolver

    • Field Detail

      • TEXT_DECORATION_LINE_VALUES

        private static final java.util.Set<java.lang.String> TEXT_DECORATION_LINE_VALUES
      • TEXT_DECORATION_STYLE_VALUES

        private static final java.util.Set<java.lang.String> TEXT_DECORATION_STYLE_VALUES
    • Constructor Detail

      • TextDecorationShorthandResolver

        public TextDecorationShorthandResolver()
    • Method Detail

      • resolveShorthand

        public java.util.List<CssDeclaration> resolveShorthand​(java.lang.String shorthandExpression)
        Description copied from interface: IShorthandResolver
        Resolves a shorthand expression.
        Specified by:
        resolveShorthand in interface IShorthandResolver
        Parameters:
        shorthandExpression - the shorthand expression
        Returns:
        a list of CSS declaration