is_word_art property
is_word_art property
Indicates whether this shape is a word art.
Remarks
Only for the Legacy Shape of xls file.
Example
if shape.is_word_art:
    pass
Definition:
@property
def is_word_art(self):
    ...
See Also
- module 
aspose.cells.drawing - class 
Button