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
Properties
CounterType
Ricevi il tipo del contatore.
string CounterType { get; }
Valore di proprietà
Fallback
Riceve il fallback.
string Fallback { get; }
Valore di proprietà
Glyphs
Riceviamo i Glif.
string Glyphs { get; }
Valore di proprietà
Name
Riceve il nome.
string Name { get; }
Valore di proprietà
Prefix
Riceviamo il prefix.
string Prefix { get; }
Valore di proprietà
Suffix
Riceve il suffix.
string Suffix { get; }