CSSValue class
CSSValue class
Represents a simple or a complex value. A CSSValue object only occurs in a context of a CSS property.
Inheritance: CSSValue
→
DOMObject
The CSSValue type exposes the following members:
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. |
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
DOMObject