How do you get the Notes text from the current PowerPoint slide using C#?
Click the notes section of the window and begin typing. If the notes are hidden, click the Notes button found in options on the bottom right of the PowerPoint screen. Method Two: Edit your notes in Notes View. Click on the View tab in the ribbon and click Notes Page.
View your notes while you present Here's how: On the View menu, click Presenter View. You'll see the main slide that you're presenting, a preview of the next slide, and any notes you've added for the current slide below the preview of the next slide.
You can also add notes and edit them here, and all changes made here show within the Notes pane of Normal view, and vice versa. Additionally, you can also format the text content here.
I believe this might be what you are looking for:
string s = slide.NotesPage.Shapes[2].TextFrame.TextRange.Text
slide.NotesPage.Shapes[2].TextFrame.TextRange.Text = "Hello World"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With