spire.presentation for java 3.7.9于今日发布。该版本具备了一些新功能,比如,它支持获取ppt的节。除此之外,它也解决了一些在ppt转pdf/image,加载及操作ppt文档时遇到的问题。详情见下文。 新功能: 支持获取ppt节。 sectionlist list= presentation.getsectionlist(); list.get(0).getname(); 新增getlastvievedslide方法支持获取最近观看的幻灯片的超链接。 iautoshape autoshape=presentation.getslides().get(0).getshapes().appendshape(shapetype.rectangle,new rectangle2d.double(100,100,100,100)); autoshape.setclick(clickhyperlink.getlastvievedslide()); 问题修复: 修复了获取动画持续时间返回nan的问题。 修复了转换ppt到图片,内容格式错误的问题。 修复了设置图表边框失败的问题。 修复了转换ppt到pdf,内容格式错误的问题。 修复了加载ppt文档程序抛"classcastexception" 的问题。 获取spire.presentation for java 3.7.9,请点击: https://www.e-iceblue.cn/downloads/spire-presentation-java.html