-
Text Align for point text Not happening
I have tried the following code for text align , but the text is not getting aligned , but it stays with the default value.
var textProp = app.project.activeItem.layers[1].property(“Source Text”);
var textDocument = textProp.value;
textDocument.fontSize = 100;
textDocument.justification = ParagraphJustification.RIGHT_JUSTIFY;
textProp.setValue(textDocument);Is there any way that I can align a text using extendscript?
Sorry, there were no replies found.