format_text method
format_text
This function is called before rendering of text portion to SVG to allow user to control resulting SVG.
def format_text(self, svg_t_span, portion, text_frame):
...
| Parameter | Type | Description |
|---|---|---|
| svg_t_span | ISvgTSpan | Object to control SVG tspan generation. |
| portion | IPortion | Source portion. |
| text_frame | ITextFrame | Source portion text frame. |
See Also
- class
IPortion - class
ISvgShapeAndTextFormattingController - class
ISvgTSpan - class
ITextFrame - module
aspose.slides.export - library
Aspose.Slides