Interface CSSCounterValue

All Superinterfaces:
Cloneable, CSSPrimitiveValue, CSSPrimitiveValue2, CSSValue, ExtendedCSSPrimitiveValue, ExtendedCSSValue
All Known Subinterfaces:
CSSCountersValue

public interface CSSCounterValue extends ExtendedCSSPrimitiveValue
A CSS counter() function.
  • Method Details

    • getName

      String getName()
      Get the name of this counter.
      Returns:
      the name of this counter.
    • getCounterStyle

      ExtendedCSSPrimitiveValue getCounterStyle()
      Get the counter style.
      Returns:
      the counter style, or null if style is the default.