href method
href
Sets the ‘href’ attribute of the SVG ‘a’ element, specifying the URL of the linked resource.
Returns
The current instance of SVGAElementBuilder for method chaining.
def href(self, value):
...
Parameter | Type | Description |
---|---|---|
value | str | The URL to link to. |
See Also
- module
aspose.svg.builder
- class
SVGAElementBuilder