Set preset WordArt style to the text of the shape
Contents
[
Hide
]
Possible Usage Scenarios
You can set 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 preset WordArt style of its text using FontSetting.set_word_art_style() method. This is how the output excel file looks in Microsoft Excel.