Interface CSSCounterValue

All Superinterfaces:
Cloneable, CSSPrimitiveValue, CSSTypedValue, CSSValue
All Known Subinterfaces:
CSSCountersValue

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

    • getName

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

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