Hi,
I want to know if ISlide.getNotesSlide() method can return if yes then please let us know the condition in which we can expect null from this method.
Actually, I want to get notes of each slide of presentation. While incorporating this requiremen, I came across two cases which have been discussed below:
Case 1; Presentation has total 5 slides out of which only 3 slides have notes.
In this case, getNotesSlide() does not return null for any slide.
Case2: Presentation has total 5 slides and none of the slides has notes.
In this case, getNotesSlide() returns null.
Why in case1, we do not get null for those slides which does not have notes.
Thanks
Praneeth
Hi Praneeth,