How to set textDefaults for cellStyle and tableStyle?
hi all, how set textdefaults cellstyle , tablestyle? hi learner, may can try below js lines, set default styles paragraph , character styles. app.activedocument.textdefaults.appliedparagraphstyle = app.activedocument.paragraphstyles.item ("[basic paragraph]"); app.activedocument.textdefaults.appliedcharacterstyle = app.activedocument.characterstyles.item ("[none]"); thx, csm_phil More discussions in InDesign Scripting adobe