Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Control Paragraph Text Box Size by an expression

  • Manuel Moellmann

    January 16, 2023 at 10:47 am

    it is possible to an extent. its a bit tricky to actually change the paragraph text box but you can surely change its size by expressions.

    check out this:

    https://creativedojo.net/store/responsive-auto-scale/

  • Yoan Boisjoli

    January 16, 2023 at 8:10 pm

    If you wanna learn about it while finding out a possible solution, here’s a link to a well explained video: https://www.youtube.com/watch?v=flnRYVMbMmQ

    Some contents or functionalities here are not available due to your cookie preferences!

    This happens because the functionality/content marked as “Google Youtube” uses cookies that you choosed to keep disabled. In order to view this content or use this functionality, please enable cookies: click here to open your cookie preferences.

  • Detlef Maerz

    January 17, 2023 at 10:09 am

    Both interesting tips. Thanks for that, guys! But I am explicitly thinking about the paragraph text. So resize the frame that is created at the beginning of the paragraph text. Maybe its possible with extend script?

  • Tomas Bumbulevičius

    January 17, 2023 at 11:37 am

    Detlef, it should be possible with extendscript – the question is why/when you want to modify its size?

  • Andrei Popa

    January 17, 2023 at 12:52 pm

    I think you can use this function.

    function setBoxSize(myLayer, boxSize){
    var textProp = myLayer("ADBE Text Properties")("ADBE Text Document");
    var textDoc = textProp;
    textDoc.boxTextSize = boxSize;
    textProp.setValue(textDoc)
    }

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