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

 한국어