新闻中心 | 新版本发布、优惠信息、促销活动和产品资讯等
|
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.Spreadsheet 3.5.5今日已正式发布。该版本支持通过右键快捷菜单插入或删除行和列并新增了两个事件。更多新功能请查阅以下详细。 新功能: 支持右键添加、删除行或列 添加了 "ColumnGroupButtonClick"和 "RowGroupButtonClick"两个事件 获取Spire.Spreadsheet 3.5.5,请点击: https://www.e-iceblue.cn/Downloads/Spire-Spreadsheet-NET.html
Spire.Office hotfix version 4.5.4今日已正式发布。该版本新增加了一些功能,例如Spire.Presentation支持通过设置MasterSlideID属性来改变幻灯片的母版, Spire.XLS支持转换单元格文本格式到数字格式, Spire.Barcode支持为ITF-14条形码设置垂直/水平承载条。此外,还修复了一些在转换和操作PowerPoint,Excel,Word和PDF文档时出现的问题。详情见以下内容。 该版本涵盖了最新版的Spire.Doc、Spire.PDF、Spire.XLS、Spire.Presentation、Spire.DataExport、Spire.Barcode、Spire.DocViewer、Spire.PDFViewer、Spire.OfficeViewer、Spire.Email。 版本信息如下: Spire.Doc.dll v7.5.13 Spire.Pdf.dll v5.5.22 Spire.XLS.dll v9.5.12 Spire.Presentation.dll v4.5.8 Spire.Email.dll v2.4.5 Spire.DocViewer.Forms.dll v4.4.6 Spire.PdfViewer.Forms.dll v4.5.9 Spire.PdfViewer.Asp.dll v4.5.9 Spire.Spreadsheet v3.5.4 Spire.OfficeViewer.Forms.dll v4.5.4 Spire.Barcode.dll v3.5.0 Spire.DataExport.dll v4.1.9 Spire.DataExport.ResourceMgr.dll v2.1.0 Spire.Common.dll v2.5.12…