Interface ICSSCounterStyleRule

Interface ICSSCounterStyleRule

Název místa: Aspose.Html.Dom.Css Sbírka: Aspose.HTML.dll (25.4.0)

Pravidlo @counter-style umožňuje autorům definovat přizpůsobený counter styl.

[DOMObject]
[DOMName("CSSCounterStyleRule")]
[ComVisible(true)]
public interface ICSSCounterStyleRule : ICSSRule

Implements

ICSSRule

Properties

CounterType

Získejte typ kontejneru.

string CounterType { get; }

Hodnota nemovitosti

string

Fallback

Dostane se zpětný pad.

string Fallback { get; }

Hodnota nemovitosti

string

Glyphs

Připravte si glyfy.

string Glyphs { get; }

Hodnota nemovitosti

string

Name

Dostane jméno.

string Name { get; }

Hodnota nemovitosti

string

Prefix

Získejte předpov.

string Prefix { get; }

Hodnota nemovitosti

string

Suffix

Dostane se suffix.

string Suffix { get; }

Hodnota nemovitosti

string

 Čeština