var s=app.activeDocument.tableStyles; for(var i=0; i<s.length; i++){ alert(s[i].name+":"+s[i].rightColumnRegionCellStyle); }