Skip to main content

Posts

Showing posts with the label Speaker Notes

Add, Read and Remove Speaker Notes in PowerPoint in Java

  When creating a PowerPoint document, you can add additional information to the speaker notes pane as a reference during presentation, the notes are visible on the presenter’s monitor but aren’t visible to the audiences. You can also remove the notes from the speaker notes pane if you don’t need it any more. In this article, I will illustrate how to add, read and remove speaker notes in a PowerPoint document in Java using Free Spire.Presentation for Java library. Maven dependencies To begin with, you need to specify the dependencies for Free Spire.Presentation for Java API in your maven project’s pom.xml file. 1.    <repositories>   2.       3.            <repository>   4.       5.                <id>com.e-iceblue</id>   6.    ...