|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |