• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

??? How to determine the height of an existing row in a table

Contributor ,
Jul 13, 2021 Jul 13, 2021

Copy link to clipboard

Copied

I have opened a table that I created 2 years ago. How do I determine the height of an existing row in the table? Cell Options / Rows and Columns allows me to set minimum and maximum height but I cannot remember how to find the actual existing height of a selected row.

 

Thanks in advance.

TOPICS
How to

Views

429

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 13, 2021 Jul 13, 2021

Copy link to clipboard

Copied

Change the "At Least" to "Exactly" and you should get the reading. It's easier using the Table panel rather than the menu.

David Creamer: Community Expert (ACI and ACE 1995-2023)

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Jul 13, 2021 Jul 13, 2021

Copy link to clipboard

Copied

select one raw and in Cell Options > Rows and Columns > Row Height choose "Exactly"

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 13, 2021 Jul 13, 2021

Copy link to clipboard

Copied

Hi Michael,

for cells with auto height one has no control in InDesign to determine the height.

Something I am missing from start when working with tables in InDesign.

 

A script could help, written in ExtendScript (JavaScript).

Select one single cell and alert its height ( measurement system is that of your rulers ) like that:

 

ActualHeightOfSelectedTableCell-1.PNG

 

The very simple code of this little script is this:

alert( app.selection[0].height );

 How to save this code as script file, install the script file and run the script from the Scripts panel in InDesign see:

https://www.indiscripts.com/pages/help#hd0sb2

 

Regards,
Uwe Laubender

( ACP )

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Jul 13, 2021 Jul 13, 2021

Copy link to clipboard

Copied

Schermata 2021-07-13 alle 16.44.17.png

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Jul 13, 2021 Jul 13, 2021

Copy link to clipboard

Copied

LATEST

Schermata 2021-07-13 alle 16.49.46.png

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines