Reply To: Help with ME specific option – story direction

#62188
Ymg2000
Member

I figured it out. It turns out I didn't know how to tell the script which object to apply it to (the var in the first line).

Here's the correct script, in case anyone is interested:

myTextFrame = app.selection[0];

with(myTextFrame){

parentStory.storyPreferences.storyDirection =

StoryDirectionOptions.rightToLeftDirection;

}

This article was last modified on May 15, 2012

Comments (0)

Loading comments...