Question
Script Not Working to Add Table of Contents Style from Paragraph Style Group
Hi,
The blwo script is not working to add Table of contents style. Can advise to me.
var doc = app.activeDocument;
var pGroups=doc.paragraphStyleGroups.item("Group_Style");
var tocStyle = doc.tocStyles.add({
name: "TOC"
});
var tocEntry = tocStyle.tocStyleEntries.add(pGroups.paragraphStyles[0]);
<Title renamed by MOD>
