Interface ICSSRuleList

Interface ICSSRuleList

이름 공간 : Aspose.Html.Dom.Css 구성: Aspose.HTML.dll (25.4.0)

CSSRuleList 인터페이스는 CSS 규칙의 주문 컬렉션의 추출을 제공합니다.

[DOMObject]
[DOMName("CSSRuleList")]
[ComVisible(true)]
public interface ICSSRuleList : IEnumerable<icssrule>, IEnumerable

Implements

IEnumerable , IEnumerable

Properties

Length

목록에있는 CSSRules의 수. 유효한 어린이 규칙 지표의 범위는 0에서 길이-1 포함됩니다.

[DOMName("length")]
int Length { get; }

부동산 가치

int

이것이[이트]

방법 항목() ( http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSRuleList )에 의해 CSS 규칙을 추출하는 데 사용됩니다.이 컬렉션의 순서는 CSS 스타일 잎의 규칙의 순서를 나타냅니다.

[DOMName("item")]
[DOMNullable]
ICSSRule this[int index] { get; }

부동산 가치

ICSSRule

 한국어