Interface ICSSCounterStyleRule
Interface ICSSCounterStyleRule
Le nom : Aspose.Svg.Dom.Css Assemblée: Aspose.SVG.dll (25.5.0)
La regola @counter-style consente agli autori di definire uno stile counter personalizzato.
[ComVisible(true)]
[DOMObject]
[DOMName("CSSCounterStyleRule")]
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; }