SVGMetadataElementBuilder class
SVGMetadataElementBuilder class
Builder class for constructing an SVG ‘metadata’ element, which is used to add metadata to an SVG document. This class enables the addition of metadata content and provides methods to set various attributes specific to the ‘metadata’ element in SVG.
The SVGMetadataElementBuilder type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Constructs a new instance of SVGMetadataElementBuilder |
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