spire.presentation | 新闻-人生就是博尊龙凯时

spire.presentation | 新闻-人生就是博尊龙凯时

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

今天我们发布了spire.presentation 4.7。该版本支持设置shape的对齐方式,如左对齐、右对齐、居上、居下,该版本也修复了一些与字体相关的漏洞。具体信息如下。 新功能: 支持设置shape的对齐方式。 var shape = ppt.slides[0].shapes[0]; shape.setshapealignment(spire.presentation.shapealignment.alignbottom); shape.setshapealignment(spire.presentation.shapealignment.alignleft); shape.setshapealignment(spire.presentation.shapealignment.aligntop); shape.setshapealignment(spire.presentation.shapealignment.aligncenter); shape.setshapealignment(spire.presentation.shapealignment.alignmiddle); shape.setshapealignment(spire.presentation.shapealignment.alignright); shape.setshapealignment(spire.presentation.shapealignment.distributehorizontally); shape.setshapealignment(spire.presentation.shapealignment.distributevertically); 问题修复: 修复了无法正确获取文本字体大小和颜色的问题。 修复了文本默认字体大小无法获取的问题。 修复了插入的幻灯片背景色丢失的问题。 获取spire.presentation 4.7,请点击: https://www.e-iceblue.cn/downloads/spire-presentation-net.html
spire.presentation 4.6.5 今日已正式发布。该版本新增了方法setshapearrange()来设置形状排列次序,并修复了将ppt转为图片以及加载ppt文档时出现的问题。新功能及问题修复详情,请参阅以下内容。 新功能: 支持了设置形状的排列次序 presentation ppt = new presentation(input); iautoshape shape = ppt.slides[0].shapes[0] as iautoshape; shape.setshapearrange(shapearrange.bringforward); ppt.savetofile("result.pptx", fileformat.pptx2013); 问题修复: 修复了转换ppt到图片时多出字符的问题 修复了加载一个pptx文档抛出“未将对象引用到对象的实例”的错误 获取spire.presentation 4.6.5,请点击: https://www.e-iceblue.cn/downloads/spire-presentation-net.html
今天,我们发布了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();…
网站地图