| Constructor and Description |
|---|
SaveSlides(PresentationMLPackage pmlPkg,
int[] slideNumber) |
| Modifier and Type | Method and Description |
|---|---|
static PresentationMLPackage |
PresentationMLPackage.createPackage()
Create an empty presentation.
|
static PresentationMLPackage |
PresentationMLPackage.createPackage(SlideSizesWellKnown sz,
boolean landscape)
Create an empty presentation.
|
static PresentationMLPackage |
PresentationMLPackage.load(java.io.File pptxFile)
Convenience method to create a PresentationMLPackage
from an existing File (.pptx or .xml Flat OPC).
|
static PresentationMLPackage |
PresentationMLPackage.load(java.io.InputStream pptxInputStream)
Creates a
PresentationMLPackage from an InputStream. |
PresentationMLPackage |
PresentationMLPackage.partialClone(int[] slideNumbers)
Create a PresentationMLPackage containing the specified slides only.
|
| Constructor and Description |
|---|
ProtectPresentation(PresentationMLPackage pkg) |
| Modifier and Type | Method and Description |
|---|---|
PresentationMLPackage |
CreatePptxWithSmartArt.createSmartArtPkg(SlideSizesWellKnown sz,
boolean landscape,
org.w3c.dom.Document xml) |
| Modifier and Type | Method and Description |
|---|---|
PresentationMLPackage |
AbstractPmlConversionContext.getPmlPackage() |
| Constructor and Description |
|---|
AbstractPmlConversionContext(AbstractMessageWriter messageWriter,
AbstractConversionSettings conversionSettings,
PresentationMLPackage localPmlPackage) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
SvgExporter.svg(PresentationMLPackage presentationMLPackage,
SlidePart slide)
Create an HTML (with SVG) page representing the slide.
|
static java.lang.String |
SvgExporter.svg(PresentationMLPackage presentationMLPackage,
SlidePart slide,
SvgExporter.SvgSettings settings)
Create an HTML (with SVG) page representing the slide.
|
| Constructor and Description |
|---|
SvgConversionContext(SvgExporter.SvgSettings conversionSettings,
PresentationMLPackage localPmlPackage,
ResolvedLayout resolvedLayout) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Style> |
TextStyles.generateStyles(PresentationMLPackage presentationMLPackage) |
Copyright © 2007–2023. All rights reserved.