Hi IgorKuznetsov,
Thank you for contacting Syncfusion support.
“Fixed Layout” behavior of Microsoft PowerPoint
Microsoft PowerPoint has a fixed layout. In fixed layout, the slide contents (table, text, picture) cannot be automatically continued to the next new slide when it exceeds the height of the slide.
A long table in presentation - how to split onto few slides?
There is no workaround to achieve this scenario programmatically.
Please let us know if you have any question.
Regards,
Devisri.
How to get the height of the table at the time of the creation of the table?
I tried to use the table.GetActualHeight() but it throws error- 'Presentation.PresentationRenderer must be instantiated'.
The problem is - I want to know the height taken by the cell/table so that I can calculate the remaining area of the slide, if there is no more space left then I will add another slide & add the table & continue to add the rows.
I think by this way I can solve my problem but I am unable to identify the used height by the table.
Also, there is any way to get the cell height of the table's row, once after adding a cell into the table.