| Package | Description |
|---|---|
| org.apache.poi.sl.draw | |
| org.apache.poi.sl.extractor | |
| org.apache.poi.sl.usermodel |
| Modifier and Type | Method and Description |
|---|---|
DrawSlide |
DrawFactory.getDrawable(Slide<?,?> sheet) |
| Constructor and Description |
|---|
DrawSlide(Slide<?,?> slide) |
| Modifier and Type | Method and Description |
|---|---|
String |
SlideShowExtractor.getText(Slide<S,P> slide) |
| Modifier and Type | Method and Description |
|---|---|
Slide<S,P> |
SlideShow.createSlide() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Slide<S,P>> |
SlideShow.getSlides() |
| Modifier and Type | Method and Description |
|---|---|
void |
Hyperlink.linkToSlide(Slide<S,P> slide)
Link to a slide in this slideshow
|