Uses of Class
org.apache.poi.hslf.usermodel.HSLFNotes

Packages that use HSLFNotes
org.apache.poi.hslf.usermodel   
 

Uses of HSLFNotes in org.apache.poi.hslf.usermodel
 

Methods in org.apache.poi.hslf.usermodel that return HSLFNotes
 HSLFNotes HSLFSlide.getNotes()
          Returns the Notes Sheet for this slide, or null if there isn't one
 

Methods in org.apache.poi.hslf.usermodel that return types with arguments of type HSLFNotes
 java.util.List<HSLFNotes> HSLFSlideShow.getNotes()
          Returns an array of all the normal Notes found in the slideshow
 

Constructors in org.apache.poi.hslf.usermodel with parameters of type HSLFNotes
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.
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.