Class TextDecorationShorthandResolver
java.lang.Object
com.itextpdf.styledxmlparser.css.resolve.shorthand.impl.TextDecorationShorthandResolver
- All Implemented Interfaces:
IShorthandResolver
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolveShorthand
(String shorthandExpression) Resolves a shorthand expression.
-
Field Details
-
TEXT_DECORATION_LINE_VALUES
-
TEXT_DECORATION_STYLE_VALUES
-
-
Constructor Details
-
TextDecorationShorthandResolver
public TextDecorationShorthandResolver()
-
-
Method Details
-
resolveShorthand
Description copied from interface:IShorthandResolver
Resolves a shorthand expression.- Specified by:
resolveShorthand
in interfaceIShorthandResolver
- Parameters:
shorthandExpression
- the shorthand expression- Returns:
- a list of CSS declaration
-