[JS CS3] Possible to assign greekBelow value?
hello,
i need change greekbelow value via script, not see how it.
the following line give me array 3 greekbelow values used in fast, typical , high quality display performance:
var = app.displaysettings.everyitem().greekbelow;
the following line errors out because not assign value 1 of numbers in array:
app.displaysettings.greekbelow[0] =7;
how formulate change value or 1 of preferences can't scripted?
tom
hey!
with script, can retrive settings, not set them because displaysettings array.
// 0 "fast" // 1 "typical" // 2 "high quality" var = app.displaysettings[1].greekbelow; // set greekbelow app.displaysettings[1].greekbelow = 10; // set "typical"
tomaxxi
More discussions in InDesign Scripting
adobe
Comments
Post a Comment