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
구현
속성
CounterType
카운터의 유형을 가져옵니다.
string CounterType { get; }
속성 값
Fallback
대체값을 가져옵니다.
string Fallback { get; }
속성 값
Glyphs
글리프를 가져옵니다.
string Glyphs { get; }
속성 값
Name
이름을 가져옵니다.
string Name { get; }
속성 값
Prefix
접두사를 가져옵니다.
string Prefix { get; }
속성 값
Suffix
접미사를 가져옵니다.
string Suffix { get; }