Interface ICSSCounterStyleRule

Interface ICSSCounterStyleRule

Nazwa przestrzeń: Aspose.Html.Dom.Css Zestaw: Aspose.HTML.dll (25.5.0)

Zasada @counter-style pozwala autorom na zdefiniowanie indywidualnego stylu counter.

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

Implements

ICSSRule

Properties

CounterType

Znajduje się typ konta.

string CounterType { get; }

Wartość nieruchomości

string

Fallback

Otrzymuje się spadek.

string Fallback { get; }

Wartość nieruchomości

string

Glyphs

Poznajcie glify.

string Glyphs { get; }

Wartość nieruchomości

string

Name

Otrzymuje nazwę.

string Name { get; }

Wartość nieruchomości

string

Prefix

Otrzymuje prefix.

string Prefix { get; }

Wartość nieruchomości

string

Suffix

Otrzymujemy suffix.

string Suffix { get; }

Wartość nieruchomości

string

 Polski