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?...Presentation presentation = new Presentation(); // Add a slide...getTableFormat().setFillFormat(new FillFormat()); table.getTableFormat()...