|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SlideShow | |
---|---|
org.apache.poi.hslf.model | |
org.apache.poi.hslf.usermodel |
Uses of SlideShow in org.apache.poi.hslf.model |
---|
Methods in org.apache.poi.hslf.model that return SlideShow | |
---|---|
SlideShow |
Sheet.getSlideShow()
Fetch the SlideShow we're attached to |
Methods in org.apache.poi.hslf.model with parameters of type SlideShow | |
---|---|
void |
SlideMaster.setSlideShow(SlideShow ss)
Assign SlideShow for this slide master. |
void |
Sheet.setSlideShow(SlideShow ss)
Set the SlideShow we're attached to. |
void |
TextRun.supplySlideShow(SlideShow ss)
Supply the SlideShow we belong to. |
Uses of SlideShow in org.apache.poi.hslf.usermodel |
---|
Methods in org.apache.poi.hslf.usermodel with parameters of type SlideShow | |
---|---|
void |
RichTextRun.supplySlideShow(SlideShow ss)
Supply the SlideShow we belong to |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |