spire.presentation 4.1.16于今日正式发布。该版本支持在幻灯片之间实现形状复制;此外也修复了在拆分单元格后出现的问题。更多新功能及问题修复详情,请参阅以下内容。
新功能:
- 支持在幻灯片之间复制形状
presentation presentation = new presentation();
presentation.loadfromfile(input);
islide sourceslide = presentation.slides[0];
islide targetslide = presentation.slides[1];
targetslide.shapes.addshape((shape)sourceslide.shapes[0]);
presentation.savetofile(output, fileformat.pptx2013);
问题修复:
- 修复了拆分单元格后行高不正确的问题
获取spire.presentation 4.1.16,请点击:
https://www.e-iceblue.cn/downloads/spire-presentation-net.html