type method
type
Sets the ’type’ attribute of the SVG ‘script’ element, specifying the scripting language type (e.g., “text/javascript”).
Returns
The current instance of SVGScriptElementBuilder for method chaining.
def type(self, value):
...
Parameter | Type | Description |
---|---|---|
value | str | The MIME type of the script. |
See Also
- module
aspose.svg.builder
- class
SVGScriptElementBuilder