SVGTitleElementBuilder Class
SVGTitleElementBuilder class
Builder class for creating an SVGTitleElement, which is used to define the title of an SVG document or a part thereof.
public class SVGTitleElementBuilder : SVGElementBuilder<SVGTitleElement>, ICoreAttributeSetter,
IDescriptiveElementBuilder, IDocumentElementEventAttributeSetter, IGlobalEventAttributeSetter,
ITextContentSetter
Constructors
| Name | Description |
|---|---|
| SVGTitleElementBuilder() | The default constructor. |
Properties
| Name | Description |
|---|---|
| Configurations { get; } |
Methods
| Name | Description |
|---|---|
| Attribute(string, string) | |
| virtual Build(Document) | |
| virtual Build(SVGTitleElement) | |
| BuildElement(Document) |
See Also
- class SVGElementBuilder<T>
- class SVGTitleElement
- interface ICoreAttributeSetter
- interface IDescriptiveElementBuilder
- interface IDocumentElementEventAttributeSetter
- interface IGlobalEventAttributeSetter
- interface ITextContentSetter
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG