Uses of Interface
org.apache.poi.sl.usermodel.Notes

Packages that use Notes
org.apache.poi.hslf.usermodel   
org.apache.poi.sl.usermodel   
org.apache.poi.xslf.usermodel   
 

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

Classes in org.apache.poi.hslf.usermodel that implement Notes
 class HSLFNotes
          This class represents a slide's notes in a PowerPoint Document.
 

Methods in org.apache.poi.hslf.usermodel with parameters of type Notes
 void HSLFSlide.setNotes(Notes<HSLFShape,HSLFTextParagraph> notes)
          Sets the Notes that are associated with this.
 

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

Methods in org.apache.poi.sl.usermodel that return Notes
 Notes<S,P> Slide.getNotes()
           
 

Methods in org.apache.poi.sl.usermodel with parameters of type Notes
 void Slide.setNotes(Notes<S,P> notes)
           
 

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

Classes in org.apache.poi.xslf.usermodel that implement Notes
 class XSLFNotes
           
 

Methods in org.apache.poi.xslf.usermodel with parameters of type Notes
 void XSLFSlide.setNotes(Notes<XSLFShape,XSLFTextParagraph> notes)
           
 



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