Answered
Vertical Align Text Frame's text in AppleScript.
Hi, can't seem to get syntax correct to vertically align text in text frame from AppleScript.
Thanks,
Joe
Hi, can't seem to get syntax correct to vertically align text in text frame from AppleScript.
Thanks,
Joe
Hi Joe,
Can you please try this, i hope you expect this?
tell application "Adobe InDesign CS4"
set myVerticalJustification to center align
set vertical justification of text frame preferences of selection to myVerticalJustification
end tell
thx
csm_phil
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.