-
AE CC 12.2 – Text Paragraph dimensions, How to retrieve them with script ?
I am trying to get the width and height of a paragraph text box. cc_2015.
I can get the layer’s scale, or “undefined”.
Thank you 🙂var myTextLayer = app.project.item(229).layer("text_segment 06").property("Transform").property("Scale");var myInfoText = myTextLayer.width;
alert(myInfoText);