Paste in place script
Long time Photoshop scripter, first time Illustrator scripting.
I'm trying to paste an object in place. I would expect there to a method that's similiar to "paste"
app.pasteInPlace(); // won't work
app.paste.inPlace(); // and neither does this...or something similar.
I've used the work around of
app.executeMenuCommand("pasteInPlace");My question is this: Is there a dot method way of pasting in place which has eluded me? Ive checked Illustrator JavaScript Scripting Reference, but that only has 2 references to paste. That would seem more programatical then relying on macros of menu commands.
