Class FlexShorthandResolver
java.lang.Object
com.itextpdf.styledxmlparser.css.resolve.shorthand.impl.FlexShorthandResolver
- All Implemented Interfaces:
-
IShorthandResolver
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionresolveShorthand
(String shorthandExpression) Resolves a shorthand expression.
-
Constructor Details
-
FlexShorthandResolver
public FlexShorthandResolver()
-
-
Method Details
-
resolveShorthand
Resolves a shorthand expression.- Specified by:
-
resolveShorthand
in interfaceIShorthandResolver
- Parameters:
-
shorthandExpression
- the shorthand expression - Returns:
- a list of CSS declaration
-