Hi,
Is there a way to know if a shape has the theme applied to it and what color fill / line color it should have based on that theme?
File file = new File(PATH_TO_VSDX_FILE);
Diagram d = new Diagram(file.getAbsolutePa…...getAbsolutePath()); Page page = d.getPages().get(0); ShapeCollection...ShapeCollection pageShapes = page.getShapes(); for(Shape shape...