Interface ICSSCounterStyleRule
Interface ICSSCounterStyleRule
Pôvodný názov: Aspose.Html.Dom.Css Zhromaždenie: Aspose.HTML.dll (25.4.0)
@counter-style pravidlo umožňuje autorom definovať vlastný counter štýl.
[DOMObject]
[DOMName("CSSCounterStyleRule")]
[ComVisible(true)]
public interface ICSSCounterStyleRule : ICSSRule
Implements
Properties
CounterType
Vezmite si typ konta.
string CounterType { get; }
Hodnota nehnuteľnosti
Fallback
Získava padnutie.
string Fallback { get; }
Hodnota nehnuteľnosti
Glyphs
Vezmite si glyfy.
string Glyphs { get; }
Hodnota nehnuteľnosti
Name
Dostane meno .
string Name { get; }
Hodnota nehnuteľnosti
Prefix
Dostane predpísanie.
string Prefix { get; }
Hodnota nehnuteľnosti
Suffix
Dostal som suffix.
string Suffix { get; }