Spire.Office for Java 7.5.4 已发布。本次更新包含一些 新功能,如: Spire.Doc for Java 支持为Word文件段落设置“如果定义了文档网格,则对齐到网格”; Spire.Presentation for Java 支持为图表边框设置圆角,设置 SeriesLines 的颜色以及按系列设置图表动画效果。此外,该版本还修复了一些已知问题。详情请阅读以下内容。 获取Spire.Office for Java 7.5.4请点击: https://www.e-iceblue.cn/Downloads/Spire-Office-JAVA.html Spire.Doc for Java 新功能: 支持为word文件段落设置“如果定义了文档网格,则对齐到网格”。 Document document = new Document(inputFile); Paragraph pa = document.getSections().get(0).getParagraphs().get(0); pa.getFormat().setSnapToGrid(true);…