get_property_priority method
get_property_priority
Used to retrieve the priority of a CSS property (e.g. the “important” qualifier) if the property has been explicitly set in this declaration block.
Returns
Returns property priority
def get_property_priority(self, property_name):
    ...
| Parameter | Type | Description | 
|---|---|---|
| property_name | str | Name of the property. | 
See Also
- module 
aspose.html.dom.css - class 
ICSSStyleDeclaration