Package | Description |
---|---|
org.apache.poi.hslf.model | |
org.apache.poi.hslf.usermodel |
Modifier and Type | Method | Description |
---|---|---|
void |
Hyperlink.setAddress(Slide slide) |
Modifier and Type | Method | Description |
---|---|---|
Slide |
SlideShow.createSlide() |
Create a blank
Slide . |
Slide[] |
SlideShow.getSlides() |
Returns an array of all the normal Slides found in the slideshow
|
Slide |
SlideShow.removeSlide(int index) |
Removes the slide at the given index (0-based).
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.