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 classHSLFNotesThis 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 voidHSLFSlide. 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 voidSlide. 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 classXSLFNotesMethods in org.apache.poi.xslf.usermodel with parameters of type Notes Modifier and Type Method Description voidXSLFSlide. setNotes(Notes<XSLFShape,XSLFTextParagraph> notes)
-