Answered
Vertical alignment scripting
In Illustrator we have the option to vertically align text via Area Type, which is a great addition. However, I would like to use this feature through scripting. Can anyone tell me if this is available (cannot find it in the docs) and if so, how to use it? I'd imagine it to look something like this:
textRef.AreaType = Align.CENTER
