Uses of Class
org.pptx4j.Pptx4jException
| Package | Description |
|---|---|
| org.docx4j.openpackaging.parts.PresentationML |
-
Uses of Pptx4jException in org.docx4j.openpackaging.parts.PresentationML
Methods in org.docx4j.openpackaging.parts.PresentationML that throw Pptx4jException Modifier and Type Method Description voidMainPresentationPart. addSlide(int index, SlidePart slidePart)Inserts the slide at the specified position in the presentation.booleanMainPresentationPart. addSlide(SlidePart slidePart)Append the slide at the end of the presentation.NotesMasterPartMainPresentationPart. getNotesMasterPart(boolean createIfAbsent)getNotesMasterPart creating if createIfAbsent flag allowsSlidePartMainPresentationPart. getSlide(int index)intMainPresentationPart. getSlideCount()java.util.List<SlidePart>MainPresentationPart. getSlideParts()voidMainPresentationPart. removeSlide(int index)voidMainPresentationPart. removeSlide(Relationship rel)