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:44 am

In order to save document space for more useful information, I want to make the paragraph keep followed. Can Spire.Doc realize it?

Finalsky
 
Posts: 13
Joined: Wed Dec 22, 2010 1:12 am

Tue Feb 22, 2011 3:31 am

Yes, of course you can do it by Spire.Doc. You can simply set the paragraph.Format.KeepFollow property of the paragraph:
paragraph.Format.KeepFollow = true;
e-iceblue support
User avatar

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

Return to Spire.Doc