Get table height so that it fits content in aprx layout

219
0
06-22-2023 12:27 AM
Labels (1)
Geraldine
New Contributor III

I 'm making a map series with arcpy for our ~800 sites. The layout includes a map and 7 tables showing 7 types of equipments present on each site. Space is scarce on the layout, and the number of items for each equipment type varies greatly, so I'm moving tables up and down depending on the number of items in each table. But I can't just count the number of items present in a table and set the table height in function of this, because some field values are too long for one line and are returned on multiple lines. I've started checking the length of each field value to see on how many lines they're returned, but the fields shown in the tables are different for the 7 items, and the length of the table fields is also not the same for all fields/tables, so it's getting tedious. Is there a way to get the height of a table so that all of its content is shown? I.e, a table with an adaptive height?

Tags (3)
0 Kudos
0 Replies