今天,我们发布了spire.presentation 4.11。该版本带来了一些新的功能,例如:支持高亮指定文本,支持设置图表标题的旋转角度,支持设置坐标轴的类型,并且修复一系列的漏洞。具体更新如下。
新功能:
- 新增替换文本的方法。
replacefirsttext(string matchedstring, string newvalue, bool casesensitive);
replacealltext(string matchedstring, string newvalue, bool casesensitive);
chart.charttitle.textproperties.rotationangle=-30;
iautoshape shape=ppt.slides[0].shapes[0] as iautoshape
texthighlightingoptions options=new texthighlightingoptions();
options.casesensitive =true;
options.wholewordsonly=true;
shape.textframe.hightlighttext("text",color.red,options);
chart.primarycategoryaxis.axistype = spire.presentation.charts.axistype.dateaxis;
chart.primarycategoryaxis.majorunitscale = chartbaseunittype.months;
effect.timing.animationrepeattype = animationrepeattype.utilendofslide;
问题修复:
- 修复了加载一个加密pptx文档失败的问题。
- 修复了转换包含视频的ppt到html失败的问题。
- 修复了使用方法addnodebyposition在指定的smartart节点位置插入新节点失败的问题。
- 修复了同一个ppt文件中复制图表失败的问题。
- 修复了设置ppt中附加信息显示或隐藏失败的问题。
- 修复了isvarycolor属性无效的问题。
- 修复了增大幻灯片的的大小后,幻灯片包含的表格的大小也变大的问题。
获取spire.presentation 4.11,请点击:
https://www.e-iceblue.cn/downloads/spire-presentation-net.html