Uses of Class
org.docx4j.openpackaging.packages.PresentationMLPackage
-
Uses of PresentationMLPackage in org.docx4j.openpackaging.io3
Constructors in org.docx4j.openpackaging.io3 with parameters of type PresentationMLPackage Constructor Description SaveSlides(PresentationMLPackage pmlPkg, int[] slideNumber) -
Uses of PresentationMLPackage in org.docx4j.openpackaging.packages
Methods in org.docx4j.openpackaging.packages that return PresentationMLPackage Modifier and Type Method Description static PresentationMLPackagePresentationMLPackage. createPackage()Create an empty presentation.static PresentationMLPackagePresentationMLPackage. createPackage(SlideSizesWellKnown sz, boolean landscape)Create an empty presentation.static PresentationMLPackagePresentationMLPackage. load(java.io.File pptxFile)Convenience method to create a PresentationMLPackage from an existing File (.pptx or .xml Flat OPC).static PresentationMLPackagePresentationMLPackage. load(java.io.InputStream pptxInputStream)Creates aPresentationMLPackagefrom anInputStream.PresentationMLPackagePresentationMLPackage. partialClone(int[] slideNumbers)Create a PresentationMLPackage containing the specified slides only.Constructors in org.docx4j.openpackaging.packages with parameters of type PresentationMLPackage Constructor Description ProtectPresentation(PresentationMLPackage pkg) -
Uses of PresentationMLPackage in org.docx4j.openpackaging.parts.DrawingML
Methods in org.docx4j.openpackaging.parts.DrawingML that return PresentationMLPackage Modifier and Type Method Description PresentationMLPackageCreatePptxWithSmartArt. createSmartArtPkg(SlideSizesWellKnown sz, boolean landscape, org.w3c.dom.Document xml) -
Uses of PresentationMLPackage in org.pptx4j.convert.out
Methods in org.pptx4j.convert.out that return PresentationMLPackage Modifier and Type Method Description PresentationMLPackageAbstractPmlConversionContext. getPmlPackage()Constructors in org.pptx4j.convert.out with parameters of type PresentationMLPackage Constructor Description AbstractPmlConversionContext(AbstractMessageWriter messageWriter, AbstractConversionSettings conversionSettings, PresentationMLPackage localPmlPackage) -
Uses of PresentationMLPackage in org.pptx4j.convert.out.svginhtml
Methods in org.pptx4j.convert.out.svginhtml with parameters of type PresentationMLPackage Modifier and Type Method Description static java.lang.StringSvgExporter. svg(PresentationMLPackage presentationMLPackage, SlidePart slide)Create an HTML (with SVG) page representing the slide.static java.lang.StringSvgExporter. svg(PresentationMLPackage presentationMLPackage, SlidePart slide, SvgExporter.SvgSettings settings)Create an HTML (with SVG) page representing the slide.Constructors in org.pptx4j.convert.out.svginhtml with parameters of type PresentationMLPackage Constructor Description SvgConversionContext(SvgExporter.SvgSettings conversionSettings, PresentationMLPackage localPmlPackage, ResolvedLayout resolvedLayout) -
Uses of PresentationMLPackage in org.pptx4j.model
Methods in org.pptx4j.model with parameters of type PresentationMLPackage Modifier and Type Method Description static java.util.List<Style>TextStyles. generateStyles(PresentationMLPackage presentationMLPackage)