spire.doc for java 3.4.3 现已发布。该版本支持设置表格单元格的对角线边框。除此之外,一些在word转pdf,加载和保存文档时出现的问题也得以成功解决。详情见下文。 新功能: 支持设置表格单元格的对角线边框。 table.get(0,0).getcellformat().getborders().getdiagonalup().setbordertype(borderstyle.single); table.get(0,0).getcellformat().getborders().getdiagonalup().setcolor(color.blue); table.get(0,0).getcellformat().getborders().getdiagonalup().setlinewidth(0.5f); table.get(0,0).getcellformat().getborders().getdiagonaldown().setbordertype(borderstyle.single); table.get(0,0).getcellformat().getborders().getdiagonaldown().setcolor(color.blue); table.get(0,0).getcellformat().getborders().getdiagonaldown().setlinewidth(0.5f); 问题修复: 修复了加载文档抛"nullpointerexception"的问题。 修复了清除分节符后保存文档抛“classcastexception”的问题。 修复了加载文档抛异常"cannot remove because there is no parent"的问题。 修复了加载文档抛异常"no have this value 1062"的问题。 修复了在转换xml到word后,标签无法被识别为分页的问题。 修复了加载文档抛异常"value was either too large or too…