Package | Description |
---|---|
org.apache.poi.xslf.usermodel |
Modifier and Type | Method | Description |
---|---|---|
XSLFSlide |
XMLSlideShow.createSlide() |
Create a blank slide.
|
XSLFSlide |
XMLSlideShow.createSlide(XSLFSlideLayout layout) |
Create a slide and initialize it from the specified layout.
|
XSLFSlide[] |
XMLSlideShow.getSlides() |
Return all the slides in the slideshow
|
XSLFSlide |
XSLFSlide.importContent(XSLFSheet src) |
|
XSLFSlide |
XMLSlideShow.removeSlide(int index) |
Modifier and Type | Method | Description |
---|---|---|
void |
XSLFSlideLayout.copyLayout(XSLFSlide slide) |
Copy placeholders from this layout to the destination slide
|
void |
XSLFHyperlink.setAddress(XSLFSlide slide) |
|
void |
XMLSlideShow.setSlideOrder(XSLFSlide slide,
int newIndex) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.