Class ListStyleShorthandResolver

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

public class ListStyleShorthandResolver extends Object implements IShorthandResolver
IShorthandResolver implementation for list styles.
  • Field Details

    • LIST_STYLE_TYPE_VALUES

      private static final Set<String> LIST_STYLE_TYPE_VALUES
      The list style types (disc, decimal,...).
    • LIST_STYLE_POSITION_VALUES

      private static final Set<String> LIST_STYLE_POSITION_VALUES
      The list style positions (inside, outside).
  • Constructor Details

    • ListStyleShorthandResolver

      public ListStyleShorthandResolver()
  • Method Details