Change Stroke Color on a Row in a Table
Greetings,
I am trying to set the stroke color of a row to the swatch in my palette named "[None]". My script runs and, interestingly enough, does not error...but it also does not change the stroke either. Here is my script:
tell application "Adobe InDesign CS3"
set properties of row 1 of table 1 of page item "Box" of document 1 to {stroke color:"[None]"}
end tell
So in theory, when this script is done, my row should appear to have no black outlined cells. What am I missing or otherwise doing wrong here? Thanks in advance for the help!