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 Mar 20, 2018 12:36 pm

Hello.
in Spire.Doc, is posible rotate x grades a Wordart?
For example,


ShapeObject shape = paragraph.AppendShape(400, 50, ShapeType.TextPlainText);
shape.WordArt.Text =" My text Wordart";
shape.WordArt.Bold = true;
shape.WordArt.FontFamily = "Microsoft Sans Serif";

how rotate WordArt?

Thanks

LKS
 
Posts: 7
Joined: Tue Oct 28, 2014 12:21 pm

Wed Mar 21, 2018 2:49 am

Hello,

Thanks for your inquiry.
Sorry that the property of rotating WordArt has not been made public currently. If it is available in the future, we will let you know. Have a nice day!

Sincerely,
Nina
E-iceblue support team
User avatar

Nina.Tang
 
Posts: 1182
Joined: Tue Sep 27, 2016 1:06 am

Tue May 08, 2018 6:37 am

Hi,

Thanks for your patient waiting.
Glad to inform you that the rotating property is available in Spire.Office Platinum (DLL Only) Version:3.4.2.
Sample code:
Code: Select all
shape.Rotation = 10.0;

Sincerely,
Nina
E-iceblue support team
User avatar

Nina.Tang
 
Posts: 1182
Joined: Tue Sep 27, 2016 1:06 am

Thu May 10, 2018 3:07 am

Hello,

Greetings from E-iceblue.
Did you test the property?
Any feedback will be greatly appreciated.

Sincerely,
Nina
E-iceblue support team
User avatar

Nina.Tang
 
Posts: 1182
Joined: Tue Sep 27, 2016 1:06 am

Return to Spire.Doc