Interface ICSSValueList

Interface ICSSValueList

Název místa: Aspose.Html.Dom.Css Sbírka: Aspose.HTML.dll (25.4.0)

Rozhraní poskytuje abstrakci objednané sbírky hodnot CSS.

[ComVisible(true)]
[DOMName("CSSValueList")]
[DOMObject]
public interface ICSSValueList

Properties

Length

Počet CSSValues v seznamu.

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

Hodnota nemovitosti

int

Tohle[Int]

Metoda vrací Aspose.Html.Dom.Css.CSSValue na specifikovaném indexu.http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSValueList

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

Hodnota nemovitosti

CSSValue

 Čeština