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