content_style_type method
content_style_type
Sets the ‘contentStyleType’ attribute of the SVG element. This attribute specifies the default styling language for the contents of the SVG document.
Returns
The SVGSVGElementBuilder instance for chaining.
def content_style_type(self, value):
...
Parameter | Type | Description |
---|---|---|
value | str | The styling language (e.g., “text/css”). |
See Also
- module
aspose.svg.builder
- class
SVGSVGElementBuilder