Powerpoint table converted into multi objects when deleting a row

Hi,

I have created a table, in which I want to merge cells between 2 columns. I added an additional row in order to be able to merge cells. Right after, I delete this additional row.
When I delete this additional row, the table become not editable, when I open it in Powerpoint (can’t select more than one cell, for example).

For example :

table.addRow();
for (int h = 0; h < table.getRowsNumber - 1; h++) {
table.mergeCells(table.getCell(0, h), table.getCell(1, h));
}
table.deleteRow(table.getRowsNumber() - 1);

I would like to keep the table to remain editable after this, but it seems it is not possible.
Any thoughts on how to solve this issue ?

Thanks in advance for your help,
Alex

Hi Alexis,

Thanks for your interest in Aspose.Slides.

I have tested the issue and I am able to reproduce the same problem. An issue with ID 25440 has been created in our issue tracking system. This thread has also been linked with the same issue, so that you may be automatically notified, once the issue is resolved.

We apologize for your inconvenience.


The issues you have found earlier (filed as SLIDESJAVA-25440) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.