mySel = app.activeDocument.selection[0].parentStory;
for(i=0;i<mySel.paragraphs.length;i++){ // перебор параграфов
if() {
} else {
mySel.paragraphs[i].applyParagraphStyle()
with(mySel.paragraphs[i].rectangles.add()){
geometricBounds = [0,0,5,5]
applyObjectStyle ()
place()
}
}
} // кон пер парагр