I am populating a PPT Table with dynamic content and want to get updated Table Height as content is added to it to figure out when the table overflows the slide. Due to the word wrap the table height can exceed the Slide and overflow. I have observed the Shape Offset/Extent/table Row Height etc none of the properties are updated dynamically in code.
Some Google search and Stack Overflow links (OpenXML, PresentationML Table Height and Row Height on word wrap) suggest this is a known issue, and I haven't found any good workarounds for it. Any suggestions?