Set preset WordArt style to the text of the shape

Possible Usage Scenarios

You can set preset WordArt style to the text of the shape using Aspose.Cells. Please use FontSetting.SetWordArtStyle() or FontSettingCollection.SetWordArtStyle() methods for this purpose.

Set preset WordArt style to the text of the shape

The following sample code creates a text box with some text and then sets preset WordArt style of its text using FontSetting.SetWordArtStyle() method. This is how the output excel file looks in Microsoft Excel.

todo:image_alt_text

Sample Code