com.aspose.html.dom.css

Interface ICSSCounterStyleRule

  • All Superinterfaces:
    ICSSRule


    public interface ICSSCounterStyleRule
    extends ICSSRule

    The @counter-style rule allows authors to define a custom counter style.

    • Method Detail

      • getName

        String getName()

        Gets the name.

      • getCounterType

        String getCounterType()

        Gets the type of the counter.

        Value: The type of the counter.
      • getGlyph

        String getGlyph()

        Gets the glyphs.

      • getPrefix

        String getPrefix()

        Gets the prefix.

      • getSuffix

        String getSuffix()

        Gets the suffix.

      • getFallback

        String getFallback()

        Gets the fallback.