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<MotionCmdPathEx> list = motionPath.getMotionCmdPaths(); 获取Spire.Presentation for Java 2.10.1,请点击: https://www.e-iceblue.cn/Downloads/Spire-Presentation-JAVA.html