add method
add
Adds the specified token(s) to the list.
def add(self, tokens):
...
Parameter | Type | Description |
---|---|---|
tokens | list | Representing the token (or tokens) to add to the tokenList. |
See Also
- module
aspose.svg.collections
- class
DOMTokenList
Adds the specified token(s) to the list.
def add(self, tokens):
...
Parameter | Type | Description |
---|---|---|
tokens | list | Representing the token (or tokens) to add to the tokenList. |
aspose.svg.collections
DOMTokenList