Class GapShorthandResolver

java.lang.Object
com.itextpdf.styledxmlparser.css.resolve.shorthand.impl.GapShorthandResolver
All Implemented Interfaces:
IShorthandResolver

public class GapShorthandResolver extends Object implements IShorthandResolver
Shorthand resolver for gap shorthand properties, can be used for different gap properties like gap or grid-gap.
  • Constructor Details

    • GapShorthandResolver

      public GapShorthandResolver()
      Instantiates default GapShorthandResolver for gap shorthand.
    • GapShorthandResolver

      public GapShorthandResolver (String gapShorthandProperty)
      Instantiates default GapShorthandResolver for passed gap shorthand.
      Parameters:
      gapShorthandProperty - the name of the gap shorthand property
  • Method Details