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.

Tue May 05, 2015 2:18 pm

hello,
how can i set the heigth of a paragraph?
thank you
Paola

paolagumi
 
Posts: 81
Joined: Tue Apr 21, 2015 11:32 am

Wed May 06, 2015 2:25 am

Dear Paola,

Thanks for your inquiry.
You can set the height of a paragraph by line space or paragraph space.
Line space:
Code: Select all
Paragraph.Format.LineSpacing = 20;

Paragraph space:
Code: Select all
Paragraph.Format.AfterSpacing = 30;
Paragraph.Format.BeforeSpacing = 10;

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy
 
Posts: 802
Joined: Mon Jan 19, 2015 6:14 am

Thu May 07, 2015 7:22 am

Dear Paola,

Has your issue been resolved? Could you please give us some feedback?

Thanks,
Betsy
E-iceblue support team
User avatar

Betsy
 
Posts: 802
Joined: Mon Jan 19, 2015 6:14 am

Return to Spire.Doc