Uses of Class
org.apache.poi.hslf.usermodel.HSLFNotes
-
Packages that use HSLFNotes Package Description org.apache.poi.hslf.usermodel -
-
Uses of HSLFNotes in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return HSLFNotes Modifier and Type Method Description HSLFNotes
HSLFSlide. 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 HSLFNotes Modifier and Type Method Description java.util.List<HSLFNotes>
HSLFSlideShow. getNotes()
Returns an array of all the normal Notes found in the slideshowConstructors in org.apache.poi.hslf.usermodel with parameters of type HSLFNotes Constructor Description HSLFSlide(Slide slide, HSLFNotes notes, SlideListWithText.SlideAtomsSet atomSet, int slideIdentifier, int slideNumber)
Constructs a Slide from the Slide record, and the SlideAtomsSet containing the text.
-