Copy link to clipboard
Copied
I'm trying to access the 'align to bottom' setting in the Area Type Options dialogue box through JavaScript. Can anyone tell me whether this is possible?
I can find:
app.executeMenuCommand('area-type-options');
Is it possible to drill deeper into this dialogue box?
Any help greatly appreciated.
// Tom
It can be recorded in the action. You can achieve this by removing the irrelevant parts from the recorded action and executing it in doScript.
Copy link to clipboard
Copied
It can be recorded in the action. You can achieve this by removing the irrelevant parts from the recorded action and executing it in doScript.
Copy link to clipboard
Copied
Thank you!