public class PowerpointToLightBoxConvertor
extends java.lang.Object
Constructor and Description |
---|
PowerpointToLightBoxConvertor(java.lang.String lightBoxName,
org.apache.poi.hslf.usermodel.SlideShow slideshow,
java.io.File storageDirectory)
Instantiates a new powerpoint to light box convertor.
|
Modifier and Type | Method and Description |
---|---|
static LightBox |
convertSlideFromStream(int slideIndex,
java.io.InputStream inputStream,
java.io.File lightBoxStorageDirectory,
java.lang.String lightBoxName)
Convert slide from stream.
|
public PowerpointToLightBoxConvertor(java.lang.String lightBoxName, org.apache.poi.hslf.usermodel.SlideShow slideshow, java.io.File storageDirectory)
lightBoxName
- the light box nameslideshow
- the slideshowstorageDirectory
- the storage directorypublic static LightBox convertSlideFromStream(int slideIndex, java.io.InputStream inputStream, java.io.File lightBoxStorageDirectory, java.lang.String lightBoxName) throws java.io.IOException
slideIndex
- the slide indexinputStream
- the input streamlightBoxStorageDirectory
- the light box storage directorylightBoxName
- the light box namejava.io.IOException
- Signals that an I/O exception has occurred.