|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hslf.usermodel.SlideShow
This class is a friendly wrapper on top of the more scary HSLFSlideShow. TODO: - figure out how to match notes to their correct sheet (will involve understanding DocSlideList and DocNotesList) - handle Slide creation cleaner
Constructor Summary | |
SlideShow(HSLFSlideShow hslfSlideShow)
Constructs a Powerpoint document from the underlying HSLFSlideShow object. |
Method Summary | |
Record[] |
getMostRecentCoreRecords()
Returns an array of the most recent version of all the interesting records |
Notes[] |
getNotes()
Returns an array of all the normal Notes found in the slideshow |
Slide[] |
getSlides()
Returns an array of all the normal Slides found in the slideshow |
void |
write(java.io.OutputStream out)
Writes out the slideshow file the is represented by an instance of this class |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SlideShow(HSLFSlideShow hslfSlideShow) throws java.io.IOException
hslfSlideShow
- the HSLFSlideShow to base onMethod Detail |
public void write(java.io.OutputStream out) throws java.io.IOException
out
- The OutputStream to write to.
java.io.IOException
- If there is an unexpected IOException from the passed
in OutputStreampublic Record[] getMostRecentCoreRecords()
public Slide[] getSlides()
public Notes[] getNotes()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |