新闻中心 | 新版本发布、优惠信息、促销活动和产品资讯等-人生就是博尊龙凯时

新闻中心 | 新版本发布、优惠信息、促销活动和产品资讯等-人生就是博尊龙凯时

   |    028-81705109    |       |    微信扫一扫    |       |   

spire.doc for java 3.4.10现已发布。该版本主要修复了一些在加载、操作和保存word文档时出现的问题。详情如下。 问题修复: 修复了移除分节符后保存文档抛异常 ”specified method is not supported” 的问题。 修复了加载文档抛 ”ilegalargumentexception” 的问题。 修复了获取文档页数抛 “stringindexoutofboundsexception” 的问题。 修复了移除分节符后保存文档抛 “ilegalstateexception” 的问题。 修复了移除分节符后保存文档抛异常 “value cannot be null” 的问题。 修复了加载文档抛 “ilegalstateexception” 的问题。 修复了移除分节符后保存文档抛 “classcastexception” 的问题。 修复了加载文档抛异常 “index is…
今天,我们发布了spire.doc 8.4.10,该版本支持获取表格中对角线的属性,并修复了转换和处理word文档出现的一些问题。具体更新如下。 新功能: 支持获取表格以及表格单元格的对角线边框属性。 //获取表格的对角线属性 borderstyle bs_up = table.tableformat.borders.diagonalup.bordertype; color color_up = table.tableformat.borders.diagonalup.color; float width_up = table.tableformat.borders.diagonalup.linewidth; borderstyle bs_down = table.tableformat.borders.diagonaldown.bordertype; color color_down = table.tableformat.borders.diagonaldown.color; float width_down = table.tableformat.borders.diagonaldown.linewidth; //获取表格单元格的对角线属性 bs_up = table[rowindex, columnindex].cellformat.borders.diagonalup.bordertype; width_up =…
spire.office for java 3.4.0已正式发布,该版本新增加了一些功能,例如spire.pdf支持在签名时自定义图片/名称/信息的宽度,支持给pdfannotation设置作者/主题/创建日期/修改日期属性,支持创建pdf启动操作,支持提取高亮文本和颜色,支持嵌入3d文件和声音文件;spire.presentation支持转换一个groupshape到图片,支持设置/获取幻灯片标题,支持设置动画播放重复类型;spire.doc支持设置对角线表格边框,支持设置装订线;spire.xls支持拷贝单元格样式,支持移除datavalidation。此外,本次更新还修复了在加载、转换和操作pdf、powerpoint、word、excel文档时出现的一些问题。新功能及问题修复详情如下。 获取spire.office for java 3.4.0,请点击: https://www.e-iceblue.cn/downloads/spire-office-java.html spire.pdf for java 优化: 优化了转换pdf到word的时间。 新功能: 支持在签名pdf页面时自定义签名 图片/名称/信息 的宽度。 signature.setcustomsignposition(true). signature.setcustomsignimageposition(x,y,width,height). signature.setcustomsignnameposition(x,y,width,height) signature.setcustomsigndetailposition(x,y,width,height). 支持给pdfannotation设置 作者/主题/创建日期/修改日期 属性。 setauthor(string value); setsubject(string value); setcreationdate(date value); setmodifieddate(date value); 支持展开指定书签。 setexpandbookmark(boolean value)…
spire.presentation for java 3.4.3已正式发布。该版本新增了支持转换形状到图片时设置分辨率、获取文本在形状中的位置的功能;同时也修复了转换ppt到pdf/word、添加hmtl时出现的一些问题。新功能及问题修复详情如下。 新功能: 支持转换形状到图片时,设置分辨率 presentation ppt = new presentation(); ppt.loadfromfile(input); for (int i = 0; i < ppt.getslides().get(0).getshapes().getcount(); i ){ string filename = outputpath "shapetoimage_demo" i ".png"; bufferedimage image = ppt.getslides().get(0).getshapes().saveasimage(i,300,300); imageio.write(image, "png", new file(filename)); }…
网站地图