spire.presentation for java 2.10.1今日已发布,该版本支持获取自定义动画的路径数据。
新功能:
- 支持获取自定义动画的路径数据。
animationeffect animationeffect = ppt.getslides().get(0).gettimeline().getmainsequence().get(i);
commonbehaviorcollection commonbehaviorcollection = animationeffect.getcommonbehaviorcollection();
animationmotion animationmotion = (animationmotion) commonbehaviorcollection.get(i);
motionpath motionpath =animationmotion.getpath();
arraylist list = motionpath.getmotioncmdpaths();
获取spire.presentation for java 2.10.1,请点击:
https://www.e-iceblue.cn/downloads/spire-presentation-java.html