Interface ICSSValueList

Interface ICSSValueList

nazivni prostor: Aspose.Html.Dom.Css Sastav: Aspose.HTML.dll (25.4.0)

Interfejs pruža abstrakciju naručene zbirke CSS vrijednosti.

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

Properties

Length

Broj CSSVrijednosti na popisu.

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

Vrijednost nekretnina

int

Ovo[int]

Metoda vraća Aspose.Html.Dom.Css.CSSValue na određenom indeksu.HTTP://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSValueList

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

Vrijednost nekretnina

CSSValue

 Hrvatski