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