Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Text Align for point text Not happening

  • Text Align for point text Not happening

    Posted by Jeffin Ravi on July 26, 2018 at 3:28 pm

    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?

    Jeffin Ravi replied 7 years, 9 months ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy