Reply To: Define table row heights, column widths in styles somehow?

Home Page / Forums / General InDesign Topics (CLOSED) / Define table row heights, column widths in styles somehow? / Reply To: Define table row heights, column widths in styles somehow?

#56854
avanti
Participant

Hi everybody,

First, thanks for your very interesting and comprehensive contributions.

I found and used the Jongware script above (app.activeDocument.stories.everyItem().tables.everyItem().rows[0].height = “12mm“;) to do what InDesign, even CS5 version, doesn't provide : cells dimensions in styles.

But i'd like to go a little further and change only particular styled cells height, not all first, second… rows.

I tried to insert appliedStyle in the script like that :
(app.activeDocument.stories.everyItem().tables.everyItem().cells.everyItem().appliedStyle = “myCellStyle”.height = “12mm“;)

Obviously, i'm so new to script, it doesn't work and i don't really understand what i do.

Please, can you guide me ?

Thanks in advance.
Sorry for my poor english.

This article was last modified on August 28, 2010

Comments (0)

Loading comments...