Interface ICSSCounterStyleRule
Interface ICSSCounterStyleRule
Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.1.0)
กฎ @counter-style ช่วยให้ผู้เขียนสามารถกำหนดรูปแบบเคาน์เตอร์ที่กำหนดเองได้
[ComVisible(true)]
[DOMObject]
[DOMName("CSSCounterStyleRule")]
public interface ICSSCounterStyleRule : ICSSRule
Implements
Properties
CounterType
ดึงประเภทของเคาน์เตอร์
string CounterType { get; }
Property Value
Fallback
ดึงค่า fallback
string Fallback { get; }
Property Value
Glyphs
ดึง glyphs
string Glyphs { get; }
Property Value
Name
ดึงชื่อ
string Name { get; }
Property Value
Prefix
ดึง prefix
string Prefix { get; }
Property Value
Suffix
ดึง suffix
string Suffix { get; }