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

在线编辑/WebAPI

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
Spire.Presentation hotfix version 4.4.10今天正式发布了,该版本支持保存PowerPoint文档为PowerPoint 2003格式。 新功能: 支持保存PowerPoint文档为PowerPoint 2003格式。 获取Spire.Presentation 4.4.10,请点击: https://www.e-iceblue.cn/Downloads/Spire-Presentation-NET.html