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 Object implements IShorthandResolver
IShorthandResolver implementation for grid items column/row start and end positions.
  • Constructor Details

    • GridItemShorthandResolver

      protected GridItemShorthandResolver (String shorthand)
      Creates a new shorthand resolver for provided shorthand template
      Parameters:
      shorthand - shorthand from which template will be created.
  • Method Details