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

I want to set the text style. But I don't want to set it bold, because I want to make differences with the topic title. Could you please give me a sample? Thank you in advance.

tom
 
Posts: 14
Joined: Tue Nov 30, 2010 7:21 am

Tue Feb 22, 2011 3:29 am

In Spire.Doc, there is a property named emboss of the text format, it's a bool type. For example:
text.CharacterFormat.Emboss = true;
e-iceblue support
User avatar

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

Return to Spire.Doc