FormatText()
ISvgShapeAndTextFormattingController::FormatText(System::SharedPtr<ISvgTSpan>, System::SharedPtr<IPortion>, System::SharedPtr<ITextFrame>) method
This function is called before rendering of text portion to SVG to allow user to control resulting SVG.
virtual void Aspose::Slides::Export::ISvgShapeAndTextFormattingController::FormatText(System::SharedPtr<ISvgTSpan> svgTSpan, System::SharedPtr<IPortion> portion, System::SharedPtr<ITextFrame> textFrame)=0
Arguments
Parameter | Type | Description |
---|---|---|
svgTSpan | System::SharedPtr<ISvgTSpan> | Object to control SVG tspan generation. |
portion | System::SharedPtr<IPortion> | Source portion. |
textFrame | System::SharedPtr<ITextFrame> | Source portion text frame. |
See Also
- Typedef SharedPtr
- Class ISvgTSpan
- Class IPortion
- Class ITextFrame
- Class ISvgShapeAndTextFormattingController
- Namespace Aspose::Slides::Export
- Library Aspose.Slides