1

I am trying to add a sideload add-in doing some automation in powerpoint. I couldn't find a command or property in the powerpoint office add-in to hide/show slides.

Does anyone know how to hide / show slides via javascript in powerpoint?

The command via VBA is:

ActivePresentation.Slides(1).SlideShowTransition.Hidden = True / False

Command via Javascript: ???

But there exists a method to delete slides: slide.delete() exists, but no slide.hide()

Thanks, Florian

1
  • Assuming this Reddit post is you, perhaps the office.js tag would help... Commented Oct 10 at 13:09

1 Answer 1

2

The PowerPoint JavaScript API doesn’t support hiding or showing slides. If you'd like to suggest this feature, please post in the M365 Developer Platform community.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.