Class GridColumnShorthandResolver
java.lang.Object
com.itextpdf.styledxmlparser.css.resolve.shorthand.impl.GridItemShorthandResolver
com.itextpdf.styledxmlparser.css.resolve.shorthand.impl.GridColumnShorthandResolver
- All Implemented Interfaces:
-
IShorthandResolver
IShorthandResolver
implementation for grid-column shorthand.
-
Constructor Summary
ConstructorDescriptionCreates a shorthand resolver for grid-column property -
Method Summary
Methods inherited from class com.itextpdf.styledxmlparser.css.resolve.shorthand.impl.GridItemShorthandResolver
resolveShorthand
-
Constructor Details
-
GridColumnShorthandResolver
public GridColumnShorthandResolver()Creates a shorthand resolver for grid-column property
-