问题
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..
来源:https://stackoverflow.com/questions/21396330/how-to-create-xssfshape-with-no-border-outline-of-the-shape