Reply To: Header, Row and Column Size

#87864

Hi Brendan,

try this one:

var allTables = app.activeDocument.stories.everyItem().tables.everyItem();
allTables.rows.everyItem().height = 5.5;
allTables.columns.everyItem().width = 15;
allTables.rows.firstItem().height = 12;

It will not check, if the first line is a real header-row. It will give the height to all first lines.
Realize also, that you get maybe overset or the textframe is not fitting the table.

Kai

This article was last modified on August 27, 2016

Comments (0)

Loading comments...