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