Posts by Alain FAGOT BÉAREZ • 11 points
2 posts
-
0
votes2
answers28
viewsA: Apache POI is separating the Runs in the wrong place
Before you throw the error in the POI, you should try to take a look at the structure of the XML files that make up your Word document. In the same way I was surprised to discover that Powerpoint…
-
1
votes1
answer45
viewsA: Change the color of only one of the bars/columns of the graph generated in PPTX - Apache Poi
In your code above, you can replace the lines: XDDFShapeProperties properties = series.getShapeProperties(); if (properties == null) { properties = new XDDFShapeProperties(); }…