Uses of Interface
org.apache.poi.sl.usermodel.Notes
-
Packages that use Notes Package Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description Notes<S,P>
Slide. getNotes()
Methods in org.apache.poi.sl.usermodel with parameters of type Notes Modifier and Type Method Description 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 Modifier and Type Class Description class
XSLFNotes
Methods in org.apache.poi.xslf.usermodel with parameters of type Notes Modifier and Type Method Description void
XSLFSlide. setNotes(Notes<XSLFShape,XSLFTextParagraph> notes)
-