SVGTextPathElementBuilder class
SVGTextPathElementBuilder class
Builder class for creating SVG ’textPath’ elements, which are used to align text to a path.
The SVGTextPathElementBuilder type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Constructs a new instance of SVGTextPathElementBuilder |
Methods
| Method | Description |
|---|---|
| build | |
| build | |
| text_length | Sets the ’textLength’ attribute, specifying the length of the text. |
| length_adjust | Sets the ’lengthAdjust’ attribute, specifying how text length adjustments are made. |
| href | Sets the ‘href’ attribute, specifying a reference to a path element. |
| start_offset | Sets the ‘startOffset’ attribute, specifying the starting position of the text on the path. |
| method | Sets the ‘method’ attribute, specifying the text layout method along the path. |
| spacing | Sets the ‘spacing’ attribute, specifying the spacing strategy for text along the path. |
| side | Sets the ‘side’ attribute, specifying which side of the path the text is placed on. |
| 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