Uses of Class
org.docx4j.openpackaging.parts.PresentationML.SlidePart
Packages that use SlidePart
Package
Description
-
Uses of SlidePart in org.docx4j.openpackaging.packages
Methods in org.docx4j.openpackaging.packages that return SlidePartModifier and TypeMethodDescriptionstatic SlidePartPresentationMLPackage.createSlidePart(MainPresentationPart pp, SlideLayoutPart layoutPart, PartName partName) Deprecated. -
Uses of SlidePart in org.docx4j.openpackaging.parts.PresentationML
Methods in org.docx4j.openpackaging.parts.PresentationML that return SlidePartMethods in org.docx4j.openpackaging.parts.PresentationML that return types with arguments of type SlidePartMethods in org.docx4j.openpackaging.parts.PresentationML with parameters of type SlidePartModifier and TypeMethodDescriptionvoidInserts the slide at the specified position in the presentation.booleanAppend the slide at the end of the presentation.MainPresentationPart.addSlideIdListEntry(SlidePart slidePart) Add a slide to this presentation.MainPresentationPart.addSlideIdListEntry(SlidePart slidePart, RelationshipsPart.AddPartBehaviour mode) Deprecated.MainPresentationPart.getSection(SlidePart sp) -
Uses of SlidePart in org.pptx4j.convert.out.svginhtml
Methods in org.pptx4j.convert.out.svginhtml with parameters of type SlidePartModifier and TypeMethodDescriptionstatic StringSvgExporter.svg(PresentationMLPackage presentationMLPackage, SlidePart slide) Create an HTML (with SVG) page representing the slide.static StringSvgExporter.svg(PresentationMLPackage presentationMLPackage, SlidePart slide, SvgExporter.SvgSettings settings) Create an HTML (with SVG) page representing the slide. -
Uses of SlidePart in org.pptx4j.model
Methods in org.pptx4j.model with parameters of type SlidePartModifier and TypeMethodDescriptionstatic ResolvedLayoutResolvedLayout.resolveSlideLayout(SlidePart slidePart) Create a ResolvedLayout for a SlidePart.