spire.presentation hotfix version 3.4.6今天发布了,该版本添加了新功能来支持获取或设置shape的可选文字的“标题“以及获取动画效果的开始段落和结束段落,同时也修复了两个在转换pptx和ppt到pdf时出现的问题。完整的新功能和问题修复列表如下。
新功能:
- 添加了alternativetitle属性来获取或设置shape的可选文字的“标题”。
string title = ppt.slides[0].shapes[0].alternativetitle;
animationeffect anim = ppt.slides[0].timeline.mainsequence[0];
textparagraph startparagraph = anim.startparagraph;
textparagraph endparagraph = anim.endparagraph;
问题修复:
- 修复了转换ppt到pdf图例多出边框的问题。
- 修复了转换pptx到pdf出现无效字体的问题。
获取最新版的spire.presentation 3.4.6,请点击: