CSSValueList constructor
init
Initializes a new instance of the CSSValueList class.
def __init__(self):
...
init
Constructs a new instance of CSSValueList
def __init__(self, values):
...
| Parameter | Type | Description |
|---|---|---|
| values | list |
init
Initializes a new instance of the CSSValueList class.
def __init__(self, values):
...
| Parameter | Type | Description |
|---|---|---|
| values | list | The values. |
See Also
- module
aspose.html.dom.css - class
CSSValueList