You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello - is there any way to fit a shape to a text?
(so i have a simply text-field in a shape with a background color - and when the text is too long it gets cut - so i want to autosize the shape to the given text)
I tried it with
shape.text_frame.fit_text()
but this seems to only shrink the text itself - but i want to have the shape get fitted to the text.
The text was updated successfully, but these errors were encountered:
Hello - is there any way to fit a shape to a text?
(so i have a simply text-field in a shape with a background color - and when the text is too long it gets cut - so i want to autosize the shape to the given text)
I tried it with
shape.text_frame.fit_text()
but this seems to only shrink the text itself - but i want to have the shape get fitted to the text.
The text was updated successfully, but these errors were encountered: