You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 offsets/extents/table row height etc none of the properties are updated dynamically in code.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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 offsets/extents/table row height etc none of the properties are updated dynamically in code.
Some Google search and Stack Overflow links (https://stackoverflow.com/questions/9562305/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?
Beta Was this translation helpful? Give feedback.
All reactions