spire.presentation 5.4.2已于今日发布。该版本包含了支持 monoandroid、 xamarin.ios平台的dll文件,同时它也支持从右到左列分栏以及通过两点的位置来绘制线段。此外,转换ppt到pdf时出现的问题也得以成功解决。详情见下文。
新功能:
- 支持从右到左列分栏
iautoshape shape = ppt1.slides[0].shapes[0] as iautoshape;
shape.textframe.righttoleftcolumns = true;
ppt.slides[0].shapes.appendshape(shapetype.line, new pointf(10, 10), new pointf(20, 30));
问题修复:
- 修复了转换ppt到pdf打开结果文档失败的问题
获取spire.presentation 5.4.2,请点击:
https://www.e-iceblue.cn/downloads/spire-presentation-net.html