| Package | Description |
|---|---|
| org.docx4j.openpackaging.parts.PresentationML |
| Modifier and Type | Method and Description |
|---|---|
void |
MainPresentationPart.addSlide(int index,
SlidePart slidePart)
Inserts the slide at the specified position in the presentation.
|
boolean |
MainPresentationPart.addSlide(SlidePart slidePart)
Append the slide at the end of the presentation.
|
NotesMasterPart |
MainPresentationPart.getNotesMasterPart(boolean createIfAbsent)
getNotesMasterPart creating if createIfAbsent flag allows
|
SlidePart |
MainPresentationPart.getSlide(int index) |
int |
MainPresentationPart.getSlideCount() |
List<SlidePart> |
MainPresentationPart.getSlideParts() |
void |
MainPresentationPart.removeSlide(int index) |
void |
MainPresentationPart.removeSlide(Relationship rel) |
Copyright © 2007-2022. All Rights Reserved.