is_word_art property

is_word_art property

The property indicates whether the SpreadsheetShape is a WordArt object.

True if the shape is a WordArt object; otherwise, False.

Definition:

@property
def is_word_art(self):
    ...

See Also