Spire.Presentation | 新闻
|
028-81705109
|
|
微信扫一扫
|

在线编辑/WebAPI

今天,我们发布了Spire.Presentation 4.6.1。 当表格应用表格样式时,该版本支持获取表格字体。 此外,它还修复了将POTX转换为PPTX时发生的问题。 更多细节如下。 新功能: 添加DefaultLatinFont 属性,支持获取应用了表格样式的表格的字体。 var defaultLatinFont = table[2, 0].TextFrame.TextRange.DefaultLatinFont 问题修复: 修复了转换POTX到PPTX时抛NullReferenceException 的问题。 下载Spire.Presentation 4.6.1,请点击: http://www.e-iceblue.cn/Downloads/Spire-Presentation-NET.html
Spire.Presentation for Java 2.5.4 今天正式发布了。该版本支持通过setStartEndParagraphs方法为指定段落添加动画,并修复了打包java项目为可执行jar包后jar包无法执行的问题。 新功能: 添加setStartEndParagraphs方法为指定段落添加动画。 Presentation ppt = new Presentation(); ppt.loadFromFile("test.pptx"); IAutoShape shape = (IAutoShape)ppt.getSlides().get(0).getShapes().get(0); AnimationEffect animation = shape.getSlide().getTimeline().getMainSequence().addEffect(shape, AnimationEffectType.FLY); animation.setStartEndParagraphs(2,3); IAutoShape shape2 = (IAutoShape)ppt.getSlides().get(0).getShapes().get(1); AnimationEffect animation2 = shape.getSlide().getTimeline().getMainSequence().addEffect(shape, AnimationEffectType.FADED_ZOOM); animation2.setStartEndParagraphs(0,0); ppt.saveToFile("result.pptx", FileFormat.PPTX_2013); ppt.dispose();…
Spire.Presentation hotfix version 4.5.9今天已发布,该版本修复了转换PPT到图片时图表标题错误的问题。 问题修复: 修复了转换PPT到图片时图表标题错误的问题。 获取Spire.Presentation 4.5.9,请点击: https://www.e-iceblue.cn/Downloads/Spire-Presentation-NET.html
Spire.Presentation 4.5.5 今天正式发了。该版支持通过设置MasterSlideID属性来替换幻灯片的母版,也修复了加载PPTX文档和转换PPT到图片出现的问题。具体信息如下。 新功能: 支持通过设置MasterSlideID属性来改变幻灯片的母版。 ppt.Slides[1].MasterSlideID = ppt.Slides[0].MasterSlideID; 问题修复: 修复了转换PPT到图片时图表的标签内容不正确的问题。 修复了加载一个PPTX文档时程序抛出“未将对象引用设置到对象的实例”的错误。 修复了保存后的PPTX文档用OpenXML打开程序抛出ContentType字符串无效的错误。 修复了加载一个PPTX文档时程序抛出“Microsoft PowerPoint 2007文件已损坏”的错误。 获取Spire.Presentation 4.5.5,请点击: https://www.e-iceblue.cn/Downloads/Spire-Presentation-NET.html