is_resize_shape_to_fit_text property

is_resize_shape_to_fit_text property

Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside.

Definition:

@property
def is_resize_shape_to_fit_text(self):
    ...
@is_resize_shape_to_fit_text.setter
def is_resize_shape_to_fit_text(self, value):
    ...

See Also