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.svg
- class
SVGScriptElement
Corresponds to attribute ‘type’ on the given ‘script’ element.
@property
def type(self):
...
@type.setter
def type(self, value):
...
aspose.svg
SVGScriptElement