SVGTSpanElementBuilder Class
SVGTSpanElementBuilder class
Builder class for creating an SVGTSpanElement, which is used to position and style text within an SVG document.
public class SVGTSpanElementBuilder : SVGElementBuilder<SVGTSpanElement>,
IBaseAnimationElementBuilder, ICompositeAttributeSetter, IDescriptiveElementBuilder,
IPaintServerElementBuilder, ITextContentPositioningAttributeSetter
Constructors
Properties
Methods
Name | Description |
---|
AddA(Action<SVGAElementBuilder>) | Adds an anchor (a) element to the current tspan element. |
AddScript(Action<SVGScriptElementBuilder>) | Adds a script element to the current tspan element. |
AddStyle(Action<SVGStyleElementBuilder>) | Adds a style element to the current tspan element. |
AddTSpan(Action<SVGTSpanElementBuilder>) | Adds a nested tspan element to the current tspan element. |
Attribute(string, string) | |
virtual Build(Document) | |
virtual Build(SVGTSpanElement) | |
BuildElement(Document) | |
See Also