href method
href
Sets the href attribute of the use element, specifying the URL of the element to be reused.
Returns
The current SVGUseElementBuilder instance.
def href(self, value):
...
Parameter | Type | Description |
---|---|---|
value | str | The URL of the element to reference and reuse. |
See Also
- module
aspose.svg.builder
- class
SVGUseElementBuilder