DOMTokenList.Supports
DOMTokenList.Supports method
Returns true if a given token is in the associated attribute’s supported tokens.
public bool Supports(string token)
| Parameter | Type | Description |
|---|---|---|
| token | String | The token to query for. |
Return Value
A Boolean indicating whether the token was found.
See Also
- class DOMTokenList
- namespace Aspose.Svg.Collections
- assembly Aspose.SVG