Spire.Presentation for Java 9.8.3 已发布。该版本支持在替换文本时设置样式,并修复了一些在加载 PPT 文件,在表格单元格中添加公式,以及添加 Latex 公式时出现的问题。详情请查看以下内容。 新功能: 提供了 ReplaceAndFormatText(String matchedString, String newValue, PortionFormatEx format) 方法,支持在替换文本时设置样式。 Presentation ppt = new Presentation(); // 加载指定 PowerPoint 文档 ppt.loadFromFile(inputFile); // 创建一个新对象,用于存储默认文本范围格式属性 PortionFormatEx format = new PortionFormatEx(); //…