remove_property method
remove_property
Used to remove a CSS property if it has been explicitly set within this declaration block.
Returns
Returns property value
def remove_property(self, property_name):
...
Parameter | Type | Description |
---|---|---|
property_name | str | Name of the property. |
See Also
- module
aspose.svg.dom.css
- class
ICSSStyleDeclaration