[AS CS6] changing properties of paragraphs
hi,
i've done version of scripts can change properties of paragraph styles, in paragraph group.
here's script:
tell application "adobe indesign cs6"
set properties of all paragraph styles of active document to {justification:left align}
end tell
simple, right?
now i'm trying figure out how can change above properties paragraph styles justified (either left, center, or right). gets complicated. i've tried doing repeat block , go though paragraph styles, when want edit properties, since majority in paragraph groups, can't them without naming groups. gets tedious fast try sort out.
anybody has better way this? or has done this?
tia
jeff
More discussions in InDesign Scripting
adobe
Comments
Post a Comment