spire.presentation 9.1.5已发布。该版本支持在pptx中嵌入字体。同时还提供了ishidden属性用于判断ole对象是否隐藏。此外,还修复了一系列其他已知问题,例如当系统区域语言设置为土耳其语时,加载pptx文档时程序抛出“microsoft powerpoint 2007 file is corrpt.”的问题。详情请阅读以下内容。
新功能:
- 支持在pptx中嵌入字体:只支持嵌入字体到pptx格式,不支持嵌入到pdf以及powerpoint 2003格式;嵌入中文名字体时,字体名称非中文显示。
- 提供了ishidden属性以判断ole对象是否隐藏。
ppt.addembeddedfont(string fontpath);
oleobjectcollection oles = ppt.slides[0].oleobjects;
oleobject ole= oles[0];
bool result=ole.ishidden;
问题修复:
- 修复了当系统区域语言设置为土耳其语时,加载pptx文档时程序抛出“microsoft powerpoint 2007 file is corrpt.”异常。
- 修复更改图表标签位置后效果不正确的问题。
获取spire.presentationt 9.1.5请点击:
https://www.e-iceblue.cn/downloads/spire-presentation-net.html