|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XSLFSlide | |
|---|---|
| org.apache.poi.xslf.extractor | |
| org.apache.poi.xslf.usermodel | |
| Uses of XSLFSlide in org.apache.poi.xslf.extractor |
|---|
| Methods in org.apache.poi.xslf.extractor with parameters of type XSLFSlide | |
|---|---|
static java.lang.String |
XSLFPowerPointExtractor.getText(XSLFSlide slide,
boolean slideText,
boolean notesText,
boolean masterText)
Gets the requested text from the slide |
| Uses of XSLFSlide in org.apache.poi.xslf.usermodel |
|---|
| Methods in org.apache.poi.xslf.usermodel that return XSLFSlide | |
|---|---|
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)
|
| Methods in org.apache.poi.xslf.usermodel that return types with arguments of type XSLFSlide | |
|---|---|
java.util.List<XSLFSlide> |
XMLSlideShow.getSlides()
Return all the slides in the slideshow |
| Methods in org.apache.poi.xslf.usermodel with parameters of type XSLFSlide | |
|---|---|
void |
XSLFSlideLayout.copyLayout(XSLFSlide slide)
Copy placeholders from this layout to the destination 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||