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):
    ...
ParameterTypeDescription
documentaspose.svg.dom.DocumentThe document to which the style element will be added.

build

def build(self, element):
    ...
ParameterTypeDescription
elementSVGStyleElement

See Also