Spire.Presentation for Java 2.10.1

Spire.Presentation for Java 2.10.1 supports getting the path data of the custom animation

We're pleased to announce the release of Spire.Presentation for Java 2.10.1. This version supports getting the path data of the custom animation.

New Features:

  • Supports getting the path data of the custom animation.
  • AnimationEffect animationEffect = ppt.getSlides().get(0).getTimeline().getMainSequence().get(i);
    CommonBehaviorCollection commonBehaviorCollection = animationEffect.getCommonBehaviorCollection();
    AnimationMotion animationMotion = (AnimationMotion) commonBehaviorCollection.get(i);
    MotionPath motionPath =animationMotion.getPath();
    var list = motionPath.getMotionCmdPaths();
    

Click the link below to download Spire.Presentation for Java 2.10.1: