How can I add the speaker notes to a slide using applescript?

How can I add the speaker notes to a slide using applescript? I am able to create slides, add a title and bullet points, but when I try to add the speaker notes, it does not work.

say thisSlide

-set the title

set the text of the object to the default title at "TITLE" element

-create a bulleted list

the text of the object of the item to the default body ¬

"Bullet Point 1" & return & "Bullet Point 2" & return & "Bullet Point 3"»»

-put the presenter notes

¬ the text value of the object of the presenter notes

'' Here is my presenter notes.

How can I add the speaker notes to a slide using applescript?

Maybe like this:

say thisSlide

-put the presenter notes

Set presenter notes to "here is my presenter notes.

end say

Tags: Mac OS & System Software

Similar Questions

Maybe you are looking for