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