Interface ICSSCounterStyleRule
Interface ICSSCounterStyleRule
Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.1.0)
Aturan @counter-style memungkinkan penulis untuk mendefinisikan gaya penghitung kustom.
[ComVisible(true)]
[DOMObject]
[DOMName("CSSCounterStyleRule")]
public interface ICSSCounterStyleRule : ICSSRule
Mengimplementasikan
Properti
CounterType
Mengambil jenis penghitung.
string CounterType { get; }
Nilai Properti
Fallback
Mengambil fallback.
string Fallback { get; }
Nilai Properti
Glyphs
Mengambil glyphs.
string Glyphs { get; }
Nilai Properti
Name
Mengambil nama.
string Name { get; }
Nilai Properti
Prefix
Mengambil prefix.
string Prefix { get; }
Nilai Properti
Suffix
Mengambil suffix.
string Suffix { get; }