content_script_type method
content_script_type
Sets the ‘contentScriptType’ attribute of the SVG element. This attribute specifies the default scripting language for the contents of the SVG document.
Returns
The SVGSVGElementBuilder instance for chaining.
def content_script_type(self, value):
...
Parameter | Type | Description |
---|---|---|
value | str | The scripting language (e.g., “text/ecmascript”). |
See Also
- module
aspose.svg.builder
- class
SVGSVGElementBuilder