type property
type property
Corresponds to attribute ‘type’ on the given ‘script’ element.
Definition:
@property
def type(self):
    ...
@type.setter
def type(self, value):
    ...
See Also
- module aspose.html.dom.svg
- class SVGScriptElement
Corresponds to attribute ‘type’ on the given ‘script’ element.
@property
def type(self):
    ...
@type.setter
def type(self, value):
    ...
aspose.html.dom.svgSVGScriptElement