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

実装

ICSSRule

プロパティ

CounterType

カウンターのタイプを取得します。

string CounterType { get; }

プロパティ値

string

Fallback

フォールバックを取得します。

string Fallback { get; }

プロパティ値

string

Glyphs

グリフを取得します。

string Glyphs { get; }

プロパティ値

string

Name

名前を取得します。

string Name { get; }

プロパティ値

string

Prefix

接頭辞を取得します。

string Prefix { get; }

プロパティ値

string

Suffix

接尾辞を取得します。

string Suffix { get; }

プロパティ値

string

 日本語