This content has been marked as final.
Show 1 reply
-
1. Re: Find insertionPoints[-1] and change
BEGINNER_X Aug 16, 2013 5:02 AM (in response to indegn5)Hi,
Please use the below code, it may helpful:
app.findTextPreferences = app.changeGrepPreferences = null; app.findGrepPreferences.bulletsAndNumberingListType = ListType.BULLET_LIST; app.findGrepPreferences.findWhat = "^(\\l.+)(:$)"; app.changeGrepPreferences.changeTo = "$1;" app.activeDocument.changeGrep();
If above code helps for you, please provide helpful or correct answers for me.
Thanks
Beginner_X

