CSSValueList class
CSSValueList class
The CSSValueList interface provides the abstraction of an ordered collection of CSS values.
Inheritance: CSSValueList
→
CSSValue
→
DOMObject
The CSSValueList type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Initializes a new instance of the CSSValueList class. |
init | Constructs a new instance of CSSValueList |
init | Initializes a new instance of the CSSValueList class. |
Properties
Property | Description |
---|---|
css_text | A string representation of the current value. |
css_value_type | A code defining the type of the value. |
CSS_INHERIT | The value is inherited and the cssText contains “inherit”. |
CSS_PRIMITIVE_VALUE | The value is a primitive value and an instance of the CSSPrimitiveValue interface can be obtained by using binding-specific casting methods on this instance of the CSSValue interface. |
CSS_VALUE_LIST | The value is a CSSValue list and an instance of the CSSValueList interface can be obtained by using binding-specific casting methods on this instance of the CSSValue interface. |
CSS_CUSTOM | The value is a custom value. |
length | The number of CSSValues in the list. |
Gets the CSSValue
at the specified index.
Indexer
Name | Description |
---|---|
[index] | The index. |
Methods
Method | Description |
---|---|
get_platform_type | This method is used to retrieve ECMAScript object Type. |
See Also
- module
aspose.svg.dom.css
- class
CSSValue
- class
CSSValueList
- class
DOMObject