Spire.Doc is a professional Word .NET library specifically designed for developers to create, read, write, convert and print Word document files. Get free and professional technical support for Spire.Doc for .NET, Java, Android, C++, Python.

Fri Feb 18, 2011 8:45 am

I want to set the line space of paragraphs. How can I realize it with Spire.Doc??

tomason
 
Posts: 11
Joined: Mon Dec 27, 2010 3:08 am

Tue Feb 22, 2011 3:30 am

Thank you for your inquiry. You may set the paragraph.Format.LineSpacing property. Simply assign it with a exactly number like:
paragraph.Format.LineSpacing = 5;
e-iceblue support
User avatar

iceblue support
 
Posts: 240
Joined: Tue Dec 21, 2010 2:56 am

Return to Spire.Doc