Back

If your email is not recognized and you believe it should be, please contact us.

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Table Row Height > Update Row Properties #63841
    sam-baldus
    Member

    var d = app.activeDocument, MT= d.stories.everyItem().tables.everyItem().getElements();

    for (j = 0; j< MT.length; j++)

    for (k = 0; k< MT[j].rows.length; k++) {
    row = MT[j].rows[k];
    row.minimumHeight = row.height;
    row.maximumHeight = row.height;
    row.autoGrow = false;
    }

Viewing 1 post (of 1 total)