Uses of Class
org.docx4j.openpackaging.packages.PresentationMLPackage
Packages that use PresentationMLPackage
Package
Description
-
Uses of PresentationMLPackage in org.docx4j.openpackaging.io3
Constructors in org.docx4j.openpackaging.io3 with parameters of type PresentationMLPackage -
Uses of PresentationMLPackage in org.docx4j.openpackaging.packages
Methods in org.docx4j.openpackaging.packages that return PresentationMLPackageModifier and TypeMethodDescriptionstatic PresentationMLPackagePresentationMLPackage.createPackage()Create an empty presentation.static PresentationMLPackagePresentationMLPackage.createPackage(SlideSizesWellKnown sz, boolean landscape) Create an empty presentation.static PresentationMLPackageConvenience method to create a PresentationMLPackage from an existing File (.pptx or .xml Flat OPC).static PresentationMLPackagePresentationMLPackage.load(InputStream pptxInputStream) Creates aPresentationMLPackagefrom anInputStream.PresentationMLPackage.partialClone(int[] slideNumbers) Create a PresentationMLPackage containing the specified slides only.Constructors in org.docx4j.openpackaging.packages with parameters of type PresentationMLPackage -
Uses of PresentationMLPackage in org.docx4j.openpackaging.parts.DrawingML
Methods in org.docx4j.openpackaging.parts.DrawingML that return PresentationMLPackageModifier and TypeMethodDescriptionCreatePptxWithSmartArt.createSmartArtPkg(SlideSizesWellKnown sz, boolean landscape, Document xml) -
Uses of PresentationMLPackage in org.pptx4j.convert.out
Methods in org.pptx4j.convert.out that return PresentationMLPackageConstructors in org.pptx4j.convert.out with parameters of type PresentationMLPackageModifierConstructorDescriptionprotectedAbstractPmlConversionContext(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 PresentationMLPackageModifier 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.Constructors in org.pptx4j.convert.out.svginhtml with parameters of type PresentationMLPackageModifierConstructorDescriptionprotectedSvgConversionContext(SvgExporter.SvgSettings conversionSettings, PresentationMLPackage localPmlPackage, ResolvedLayout resolvedLayout) -
Uses of PresentationMLPackage in org.pptx4j.model
Methods in org.pptx4j.model with parameters of type PresentationMLPackageModifier and TypeMethodDescriptionTextStyles.generateStyles(PresentationMLPackage presentationMLPackage)