href method
href
Sets the ‘href’ attribute of the SVG ‘script’ element, specifying the URL of an external script file.
Returns
The current instance of SVGScriptElementBuilder for method chaining.
def href(self, value):
...
Parameter | Type | Description |
---|---|---|
value | str | The URL of the external script file. |
See Also
- module
aspose.svg.builder
- class
SVGScriptElementBuilder