delete_rule method
delete_rule
Used to delete a rule from the style sheet.
def delete_rule(self, index):
...
Parameter | Type | Description |
---|---|---|
index | int | The index. |
See Also
- module
aspose.svg.dom.css
- class
ICSSStyleSheet
Used to delete a rule from the style sheet.
def delete_rule(self, index):
...
Parameter | Type | Description |
---|---|---|
index | int | The index. |
aspose.svg.dom.css
ICSSStyleSheet