SVGTSpanElementBuilder.AddA
SVGTSpanElementBuilder.AddA method
Adds an anchor (a) element to the current tspan element.
public SVGTSpanElementBuilder AddA(Action<SVGAElementBuilder> configure)
Parameter | Type | Description |
---|---|---|
configure | Action`1 | A configuration action for the anchor element. |
Return Value
The current SVGTSpanElementBuilder instance.
See Also
- class SVGAElementBuilder
- class SVGTSpanElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG