build method
build
Builds the SVG style element with the accumulated CSS rules and adds it to the specified document.
Returns
The constructed SVGStyleElement.
def build(self, document):
...
| Parameter | Type | Description |
|---|---|---|
| document | aspose.svg.dom.Document | The document to which the style element will be added. |
build
def build(self, element):
...
| Parameter | Type | Description |
|---|---|---|
| element | SVGStyleElement |
See Also
- module
aspose.svg.builder - class
SVGStyleElementBuilder