Uses of Class
org.apache.poi.hslf.model.Notes

Packages that use Notes
org.apache.poi.hslf.model   
org.apache.poi.hslf.usermodel   
 

Uses of Notes in org.apache.poi.hslf.model
 

Methods in org.apache.poi.hslf.model that return Notes
 Notes Slide.getNotesSheet()
          Returns the Notes Sheet for this slide, or null if there isn't one
 

Methods in org.apache.poi.hslf.model with parameters of type Notes
 void Slide.setNotes(Notes notes)
          Sets the Notes that are associated with this.
 

Constructors in org.apache.poi.hslf.model with parameters of type Notes
Slide(Slide slide, Notes notes, SlideListWithText.SlideAtomsSet atomSet, int slideIdentifier, int slideNumber)
          Constructs a Slide from the Slide record, and the SlideAtomsSet containing the text.
 

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

Methods in org.apache.poi.hslf.usermodel that return Notes
 Notes[] SlideShow.getNotes()
          Returns an array of all the normal Notes found in the slideshow
 



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