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

ParameterTypeDescription
svgTSpanSystem::SharedPtr<ISvgTSpan>Object to control SVG tspan generation.
portionSystem::SharedPtr<IPortion>Source portion.
textFrameSystem::SharedPtr<ITextFrame>Source portion text frame.

See Also