Created attachment 23052 [details] The shape is filled with preset color type The following is the error message: ------------------------------------------------- java.lang.ClassCastException: org.apache.poi.ddf.EscherArrayProperty cannot be cast to org.apache.poi.ddf.EscherSimpleProperty Error occurs in the Shape class at Line:312 ------------------------------------------------- If I set the shape fill type to preset fill color(see attached file) I want to get the shadecolor of the shape the class cast exception thrown.
Patch and test applied as part of r1649152 Test-Case: org.apache.poi.hslf.usermodel.TestBugs.bug46441()