Interface ICSSCounterStyleRule

Interface ICSSCounterStyleRule

Il nome: Aspose.Html.Dom.Css Assemblaggio: Aspose.HTML.dll (25.4.0)

La regola @counter-style consente agli autori di definire uno stile counter personalizzato.

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

Implements

ICSSRule

Properties

CounterType

Ricevi il tipo del contatore.

string CounterType { get; }

Valore di proprietà

string

Fallback

Riceve il fallback.

string Fallback { get; }

Valore di proprietà

string

Glyphs

Riceviamo i Glif.

string Glyphs { get; }

Valore di proprietà

string

Name

Riceve il nome.

string Name { get; }

Valore di proprietà

string

Prefix

Riceviamo il prefix.

string Prefix { get; }

Valore di proprietà

string

Suffix

Riceve il suffix.

string Suffix { get; }

Valore di proprietà

string

 Italiano