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 Jan 21, 2011 2:41 am

I need to set the title "Listen to Me" with shadow in my Word document. Can Spire.Doc help me?

Mortimer
 
Posts: 9
Joined: Thu Dec 23, 2010 2:45 am

Fri Jan 21, 2011 8:24 am

Thank you for your inquiry!
Of course you can. You may get the text object which need to be set in shadow.
And set it in shadow by assigning text.CharacterFormat.IsShadow true. Code:
text.CharacterFormat.IsShadow = true;
e-iceblue support
User avatar

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

Return to Spire.Doc