Class GridItemShorthandResolver
java.lang.Object
com.itextpdf.styledxmlparser.css.resolve.shorthand.impl.GridItemShorthandResolver
- All Implemented Interfaces:
-
IShorthandResolver
- Direct Known Subclasses:
-
GridColumnShorthandResolver
,GridRowShorthandResolver
IShorthandResolver
implementation for grid items column/row start and end positions.
-
Constructor Summary
ModifierConstructorDescriptionprotected
GridItemShorthandResolver
(String shorthand) Creates a new shorthand resolver for provided shorthand template -
Method Summary
Modifier and TypeMethodDescriptionresolveShorthand
(String shorthandExpression) Resolves a shorthand expression.
-
Constructor Details
-
GridItemShorthandResolver
Creates a new shorthand resolver for provided shorthand template- Parameters:
-
shorthand
- shorthand from which template will be created.
-
-
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
-