Class TextDecorationShorthandResolver
- java.lang.Object
-
- com.itextpdf.styledxmlparser.css.resolve.shorthand.impl.TextDecorationShorthandResolver
-
- All Implemented Interfaces:
IShorthandResolver
public class TextDecorationShorthandResolver extends java.lang.Object implements IShorthandResolver
IShorthandResolverimplementation for text-decoration.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.Set<java.lang.String>TEXT_DECORATION_LINE_VALUESprivate static java.util.Set<java.lang.String>TEXT_DECORATION_STYLE_VALUES
-
Constructor Summary
Constructors Constructor Description TextDecorationShorthandResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CssDeclaration>resolveShorthand(java.lang.String shorthandExpression)Resolves a shorthand expression.
-
-
-
Method Detail
-
resolveShorthand
public java.util.List<CssDeclaration> resolveShorthand(java.lang.String shorthandExpression)
Description copied from interface:IShorthandResolverResolves a shorthand expression.- Specified by:
resolveShorthandin interfaceIShorthandResolver- Parameters:
shorthandExpression- the shorthand expression- Returns:
- a list of CSS declaration
-
-