get_override_style method
get_override_style
This method is used to retrieve the override style declaration for a specified element and a specified pseudo-element.
Returns
The override style declaration
def get_override_style(self, elt, pseudo_elt):
...
Parameter | Type | Description |
---|---|---|
elt | aspose.svg.dom.Element | The element whose style is to be modified. This parameter cannot be null. |
pseudo_elt | str | The pseudo-element or null if none. |
See Also
- module
aspose.svg
- class
ICSSStyleDeclaration
- class
SVGDocument