Package | Description |
---|---|
org.apache.poi.xslf.usermodel |
Modifier and Type | Method and Description |
---|---|
XSLFSlide |
XMLSlideShow.createSlide()
Create a blank slide using the default (first) master.
|
XSLFSlide |
XMLSlideShow.createSlide(XSLFSlideLayout layout)
Create a slide and initialize it from the specified layout.
|
XSLFSlide |
XSLFSlide.importContent(XSLFSheet src) |
XSLFSlide |
XMLSlideShow.removeSlide(int index) |
Modifier and Type | Method and Description |
---|---|
java.util.List<XSLFSlide> |
XMLSlideShow.getSlides()
Return all the slides in the slideshow
|
Modifier and Type | Method and Description |
---|---|
void |
XSLFSlideLayout.copyLayout(XSLFSlide slide)
Copy placeholders from this layout to the destination slide
|
XSLFChart |
XMLSlideShow.createChart(XSLFSlide slide)
Create a blank chart on the given slide.
|
XSLFNotes |
XMLSlideShow.getNotesSlide(XSLFSlide slide)
Return notes slide for the specified slide or create new if it does not exist yet.
|
void |
XMLSlideShow.setSlideOrder(XSLFSlide slide,
int newIndex) |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.