SVGDescElementBuilder class
SVGDescElementBuilder class
Builder class for constructing an SVG ‘desc’ element, which is used to provide a description for SVG container elements. It enables the building of content within the ‘desc’ element and provides methods to set various attributes specific to the ‘desc’ element in SVG.
The SVGDescElementBuilder type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Constructs a new instance of SVGDescElementBuilder |
Methods
Method | Description |
---|---|
build | |
build | |
build_element | Builds and returns an SVGElement instance based on the current configuration of the builder. |
attribute | Sets or updates an attribute on an SVG element. |
See Also
- module
aspose.svg.builder
- class
ISVGElementBuilder