今天我们发布了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