Class GridItemShorthandResolver
- java.lang.Object
-
- com.itextpdf.styledxmlparser.css.resolve.shorthand.impl.GridItemShorthandResolver
-
- All Implemented Interfaces:
IShorthandResolver
- Direct Known Subclasses:
GridColumnShorthandResolver
,GridRowShorthandResolver
public abstract class GridItemShorthandResolver extends java.lang.Object implements IShorthandResolver
IShorthandResolver
implementation for grid items column/row start and end positions.
-
-
Field Summary
Fields Modifier and Type Field Description private static org.slf4j.Logger
LOGGER
private java.lang.String
propertyTemplate
-
Constructor Summary
Constructors Modifier Constructor Description protected
GridItemShorthandResolver(java.lang.String shorthand)
Creates a new shorthand resolver for provided shorthand template
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CssDeclaration>
resolveShorthand(java.lang.String shorthandExpression)
Resolves a shorthand expression.
-
-
-
Method Detail
-
resolveShorthand
public java.util.List<CssDeclaration> resolveShorthand(java.lang.String shorthandExpression)
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
-
-