| Package | Description |
|---|---|
| org.docx4j.openpackaging.packages | |
| org.docx4j.openpackaging.parts.DrawingML | |
| org.pptx4j.convert.out | |
| org.pptx4j.convert.out.svginhtml | |
| org.pptx4j.model |
| 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(File pptxFile)
Convenience method to create a PresentationMLPackage
from an existing File (.pptx or .xml Flat OPC).
|
static PresentationMLPackage |
PresentationMLPackage.load(InputStream pptxInputStream)
Creates a
PresentationMLPackage from an InputStream. |
| Constructor and Description |
|---|
ProtectPresentation(PresentationMLPackage pkg) |
| Modifier and Type | Method and Description |
|---|---|
PresentationMLPackage |
CreatePptxWithSmartArt.createSmartArtPkg(SlideSizesWellKnown sz,
boolean landscape,
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 String |
SvgExporter.svg(PresentationMLPackage presentationMLPackage,
SlidePart slide)
Create an HTML (with SVG) page representing the slide.
|
static 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 List<Style> |
TextStyles.generateStyles(PresentationMLPackage presentationMLPackage) |
Copyright © 2007-2019. All Rights Reserved.