How to create XSSFShape with no border outline of

2019-05-28 09:43发布

问题:

In Apache POI 3.9 for HSSFShape class there is a constant 'HSSFShape.LINESTYLE_NONE' and if I apply it using shape.setLineStyle(HSSFShape.LINESTYLE_NONE) then I can create a shape with no border. But in XSSFShape I guess similar constant 'XSSFShape.LINESTYLE_NONE' or something like that is missing. Please help with some another way by which I can create a XSSFShape with no border outline..

标签: apache-poi