start_offset method
start_offset
Sets the ‘startOffset’ attribute, specifying the starting position of the text on the path.
Returns
The current builder instance.
def start_offset(self, value, type):
...
| Parameter | Type | Description |
|---|---|---|
| value | float | The offset value. |
| type | LengthType | The type of length measurement (e.g., pixels). |
See Also
- module
aspose.svg.builder - class
SVGTextPathElementBuilder