Problem in the heading
hi,
throughout whole document — there used bullet each heading. want use script can remove these bullets , let heading stand alone. , want change font , size of these fonts.
how such script like, if want in following format?:
grep | {findwhat:" +"} | {changeto:" "} | {includefootnotes:true, includemasterpages:true, includehiddenlayers:true, wholeword:false} | find double spaces , replace single spaces. |
would glad help.
regards modassir
use this. copy bullet , space(if any) , paste in place of "xx" in find below:
grep {findwhat:"xx",appliedparagraphstyle:app.activedocument.paragraphstyles.item("your paragraph style name")} {changeto:""} {includefootnotes:true, includemasterpages:true, includehiddenlayers:true, wholeword:false} find double spaces , replace single spaces.
More discussions in InDesign Scripting
adobe
Comments
Post a Comment