Uses of Class
org.apache.poi.hslf.usermodel.HSLFNotes
Packages that use HSLFNotes
-
Uses of HSLFNotes in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return HSLFNotesModifier and TypeMethodDescriptionHSLFSlide.getNotes()
Returns the Notes Sheet for this slide, or null if there isn't oneMethods in org.apache.poi.hslf.usermodel that return types with arguments of type HSLFNotesModifier and TypeMethodDescriptionHSLFSlideShow.getNotes()
Returns an array of all the normal Notes found in the slideshowConstructors in org.apache.poi.hslf.usermodel with parameters of type HSLFNotesModifierConstructorDescriptionHSLFSlide
(Slide slide, HSLFNotes notes, SlideListWithText.SlideAtomsSet atomSet, int slideIdentifier, int slideNumber) Constructs a Slide from the Slide record, and the SlideAtomsSet containing the text.