Creating text in paragraphmode
Posted: July 31st, 2007, 11:18 am
Hi All,
I have been playing around with the script that creates text layers from a file.
The script creates text layers, but not paragraph text layers.
I am using this code:
Is there a way to create text layers in paragraph mode?
Thanks
I have been playing around with the script that creates text layers from a file.
The script creates text layers, but not paragraph text layers.
I am using this code:
Code: Select all
thisTextLayer = myComp.layers.addText(text);
Thanks