Is there any way to adjust the text indents with scripting? Specifically I'm trying to change "indent left margin" and "indent first line" from a script. I know I can reset the paragraph styles (which sets indents to zero) with resetParagraphStyle(), but I am trying to set specified values.
Thanks