title method
title
Sets the ’title’ attribute of the SVG ‘style’ element. This attribute provides an advisory title for the style element, which can be useful for accessibility and tool-tip text.
Returns
The SVGStyleElementBuilder instance for chaining.
def title(self, advisory_title):
...
Parameter | Type | Description |
---|---|---|
advisory_title | str | The advisory title text. |
See Also
- module
aspose.svg.builder
- class
SVGStyleElementBuilder