Package | Description |
---|---|
org.docx4j.openpackaging.packages | |
org.docx4j.openpackaging.parts.PresentationML | |
org.pptx4j.convert.out.svginhtml | |
org.pptx4j.model |
Modifier and Type | Method and Description |
---|---|
static SlidePart |
PresentationMLPackage.createSlidePart(MainPresentationPart pp,
SlideLayoutPart layoutPart,
PartName partName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SlidePart |
MainPresentationPart.getSlide(int index) |
Modifier and Type | Method and Description |
---|---|
void |
MainPresentationPart.addSlide(int index,
SlidePart slidePart)
Inserts the slide at the specified position in the presentation.
|
boolean |
MainPresentationPart.addSlide(SlidePart slidePart)
Append the slide at the end of the presentation.
|
Presentation.SldIdLst.SldId |
MainPresentationPart.addSlideIdListEntry(SlidePart slidePart)
Add a slide to this presentation.
|
Presentation.SldIdLst.SldId |
MainPresentationPart.addSlideIdListEntry(SlidePart slidePart,
RelationshipsPart.AddPartBehaviour mode)
Deprecated.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static ResolvedLayout |
ResolvedLayout.resolveSlideLayout(SlidePart slidePart)
Create a ResolvedLayout for a SlidePart.
|
Copyright © 2007-2014. All Rights Reserved.