Skip to main content
priyak7746321
Inspiring
August 14, 2018
Question

remove cell style overrides without effect paragraph style

  • August 14, 2018
  • 1 reply
  • 531 views

My document don't  have cell styles when remove the cell style overrides. Its remove all the applied paragraphs style. How to fix the issue

I am using the below code

app.activeDocument.stories.everyItem().tables.everyItem().cells.everyItem().clearCellStyleOverrides();

This topic has been closed for replies.

1 reply

Community Expert
August 14, 2018

Hi priyak7746321 ,

you should have applied cell styles with the applied table style if possible.

And the cell styles should have paragraph styles defined.

Otherwise do not use clearCellStyleOverrides() but only do clearOverrides() on the cell's texts.

See details here:

Adobe InDesign CS6 (8.0) Object Model JS: Text

Regards,
Uwe