Interface ICSSValueList

Interface ICSSValueList

Pôvodný názov: Aspose.Html.Dom.Css Zhromaždenie: Aspose.HTML.dll (25.4.0)

Rozhranie poskytuje abstrakciu objednaného zoznamu hodnôt CSS.

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

Properties

Length

Počet CSSValues v zozname.

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

Hodnota nehnuteľnosti

int

Toto[int]

Metóda vráti Aspose.Html.Dom.Css.CSSValue na špecifikovaný index.http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSValueList

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

Hodnota nehnuteľnosti

CSSValue

 Slovenčina