Set preset WordArt style to the text of the shape

Possible Usage Scenarios

You can set a preset WordArt style to the text of the shape using Aspose.Cells for Python via .NET. Please use FontSetting.set_word_art_style() or FontSettingCollection.set_word_art_style() 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 the preset WordArt style of its text using FontSetting.set_word_art_style() method. This is how the output Excel file appears in Microsoft Excel.

todo:image_alt_text