is_smart_art property

is_smart_art property

Indicates whether the shape is smart art.

Remarks

Only for ooxml file.

Example


# if true,the shape is smart art.
if shape.is_smart_art:
    pass

Definition:

@property
def is_smart_art(self):
    ...

See Also