新闻中心 | 新版本发布、优惠信息、促销活动和产品资讯等
|
028-81705109
|
|
微信扫一扫
|

在线编辑/WebAPI

Spire.Presentation 8.1.1 已发布。本次更新支持了回复评论功能。此外,该版本还修复了一些已知问题,如:修复了生成的 Excel 文档中的图表数据 null 值变成0的问题。详情请阅读以下内容。 新功能: 支持了回复评论功能。 Presentation ppt = new Presentation(); ICommentAuthor author = ppt.CommentAuthors.AddAuthor("E-iceblue", "comment"); ppt.Slides[0].AddComment(author, "Add comment", new System.Drawing.Point(18, 25), DateTime.Now); Comment comment = ppt.Slides[0].Comments[0]; if (!comment.IsReply) { comment.Reply(author, "Add Reply1",…
Spire.Spreadsheet 7.1.0 已发布。本次更新修复了加载 Excel 文档时程序抛出 System.ArgumentOutOfRangeException 的问题。详情请阅读以下内容。 问题修复: 修复了加载 Excel 文档时程序抛出System.ArgumentOutOfRangeException的问题。 获取 Spire.Spreadsheet 7.1.0 请点击: https://www.e-iceblue.cn/Downloads/Spire-Spreadsheet-NET.html
Spire.Doc for Java 11.1.1已发布。本次更新新增支持内容控件“内容被编辑后删除内容控件”的功能。同时,此版本增强了 Word 到 PDF 的转换功能。此外,该版本还修复了一些已知问题,如:修复了加载文档报错“Value (11) does not exist in the enumeration”的问题。详情请阅读以下内容。 新功能: 支持内容控件“内容被编辑后删除内容控件”的功能。 Document doc = new Document(); doc.loadFromFile("1.docx"); StructureTags structureTags = GetAllTags(doc); List tagInlines = structureTags.getM_tagInlines(); for (int i = 0;…
Spire.Presentation for Android 8.1.1 已发布。该版本支持设置自定义字体。此外,该版本还修复了转换PPT到PDF程序抛出ArrayIndexOutOfBoundsException的问题。详情请阅读以下内容。 新功能: 支持设置自定义字体。 Presentation ppt = new Presentation(); ppt.loadFromFile(PptFile); ppt.setCustomFontsFolder(fontFolderPath); ppt.saveToFile(PdfFile, FileFormat.PDF); 问题修复: 修复了转换PPT到PDF程序抛出ArrayIndexOutOfBoundsException的问题。 获取Spire.Presentation for Android 8.1.1 请点击: https://www.e-iceblue.cn/Downloads/presentation-for-android-via-java.html