set_property method
set_property
Used to set a property value with default priority within this declaration block. Default priority is not “important” i.e. String.Empty
def set_property(self, property_name, value):
...
| Parameter | Type | Description |
|---|---|---|
| property_name | str | Name of the property. |
| value | str | The value. |
set_property
Used to set a property value and priority within this declaration block.
def set_property(self, property_name, value, priority):
...
| Parameter | Type | Description |
|---|---|---|
| property_name | str | Name of the property. |
| value | str | The value. |
| priority | str | The priority. |
See Also
- module
aspose.html.dom.css - class
ICSSStyleDeclaration