Create TabStop via Javascript
I need to create tabstops to text in a text frame in a javascript, but I don't see anything to allow me to do so.
The documentation only lists TabStopInfo properties, no 'add' method or any other methods for that object. (also, the example they list to display tab stop information has a bug in it). I tried using their example to see if the 'add' command would work but no such luck.
Is this feature not possible with Javascript? It's a problem for my current project if I cannot add tabs to a paragraph.
