Hello Rohit,
Yes, the RadFlowDocumentEditor does provide a way to modify the line spacing of text by exposing the LineSpacing and LineSpacingType properties.
Example:
RadFlowDocument document = new RadFlowDocument(); RadFlowDocumentEditor editor = new RadFlowDocumentEditor(document); editor.ParagraphFormatting.LineSpacing.LocalValue = 40; editor.ParagraphFormatting.LineSpacingType.LocalValue = HeightType.Exact;
Hope this helps. If you have any further questions, feel free to ask.
Regards, Yoan Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.