is_text_box property

is_text_box property

Specifies if the shape is a text box.

Remarks

If shape is not specified to be a text box does not mean that it cannot have text attached to it. A text box is merely a specialized shape with specific properties.

Definition:

@property
def is_text_box(self):
    ...

See Also