Skip to main content
Inspiring
September 20, 2013
Answered

Need script for "Convert bullets and numbering to text"

  • September 20, 2013
  • 2 replies
  • 3357 views

Hi

Need script for "Convert bullets and numbering to text".


This topic has been closed for replies.
Correct answer Green4ever

Hasvi,

You can use the method "convertBulletsAndNumberingToText ()"

e.g. app.activeDocument.stories.everyItem().convertBulletsAndNumberingToText();

It converts the bullets and numbering to text present in all the active document stories (Footnotes and Tables will be done separately).

~Green4ever

2 replies

Participant
July 18, 2014

Merci.

Green4ever
Green4everCorrect answer
Inspiring
September 25, 2013

Hasvi,

You can use the method "convertBulletsAndNumberingToText ()"

e.g. app.activeDocument.stories.everyItem().convertBulletsAndNumberingToText();

It converts the bullets and numbering to text present in all the active document stories (Footnotes and Tables will be done separately).

~Green4ever

hasviAuthor
Inspiring
March 6, 2014

Hi this is very nice, thanks for you timing help.

Green4ever
Inspiring
March 6, 2014

Then mark it as Helpful or Correct Answer.