public interface SlideShow
| Modifier and Type | Method | Description |
|---|---|---|
MasterSheet |
createMasterSheet() |
|
Slide |
createSlide() |
|
MasterSheet[] |
getMasterSheet() |
|
Resources |
getResources() |
|
Slide[] |
getSlides() |
Slide createSlide() throws java.io.IOException
java.io.IOExceptionMasterSheet createMasterSheet() throws java.io.IOException
java.io.IOExceptionSlide[] getSlides()
MasterSheet[] getMasterSheet()
Resources getResources()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.