In PPTX, when working on a table, it is possible to do the following:
Table Design ribbon
Table Styles
Clear Table
See screenshot for an example:
Clear Table.png (101.6 KB)
How to do this in Aspose Slides for Java?...// Create a presentation Presentation presentation = new Presentation();...Add a slide ISlide slide = presentation.getSlides().get_Item(0);...