I have been able to create my text frames with borders and shades but cant figure out how to create a circle with a 1 pt. black border using applescript and indesign?
Any help is appreciated.
Thanks,
Allen
I have been able to create my text frames with borders and shades but cant figure out how to create a circle with a 1 pt. black border using applescript and indesign?
Any help is appreciated.
Thanks,
Allen
I have figured out how to create the oval
set myOval to make new oval with properties {absolute horizontal scale:113.45, absolute vertical scale:100}
but how do I place it where I want? I know with text frame preference you set the bounds but what about with the oval?
Nevermind everyone. I have figured it out. Feel like an idiot now, just use same as text frame properties with geometric bounds.
set myOval to make new oval with properties {geometric bounds:{1.1193, 2.1337, 1.2572, 2.293}}