add_comment method
add_comment
Adds a comment to the style content.
Returns
The SVGStyleElementBuilder instance for chaining.
def add_comment(self, comment):
    ...
| Parameter | Type | Description | 
|---|---|---|
| comment | str | The comment text to add. | 
See Also
- module aspose.svg.builder
- class SVGStyleElementBuilder