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