I am trying to place a textbox within google slides using App Script. The textbox is dimensioned with a set width and height and already contains text inside. Currently, the text is overflowing past the defined bounds of the textbox but I need a way to have the font size shrink dynamically in order to fit everything inside the preset bounds and dimensions of the textbox.
Google's new Autofit feature is interesting but they haven't released documentation on how to use the Autofit feature in App Script. I was wondering if there was a way to code up or use the Autofit feature in App Script.
** I am doing this natively so I would prefer if the code doesn't involve Google App Script API.