public class XSLFSlideShow
extends org.apache.poi.ooxml.POIXMLDocument
XMLSlideShow instead.
If you are using these low level classes, then you
will almost certainly need to refer to the OOXML
specifications from
http://www.ecma-international.org/publications/standards/Ecma-376.htm
WARNING - APIs expected to change rapidly| Constructor and Description |
|---|
XSLFSlideShow(OPCPackage container) |
XSLFSlideShow(String file) |
| Modifier and Type | Method and Description |
|---|---|
List<PackagePart> |
getAllEmbeddedParts()
Get the document's embedded files.
|
PackagePart |
getNodesPart(CTSlideIdListEntry parentSlide)
Gets the PackagePart of the notes for the
given slide, or null if there isn't one.
|
CTNotesSlide |
getNotes(CTSlideIdListEntry slide)
Returns the low level notes object for the given
slide, as found from the supplied slide reference
|
CTPresentation |
getPresentation()
Returns the low level presentation base object
|
CTSlide |
getSlide(CTSlideIdListEntry slide)
Returns the low level slide object from
the supplied slide reference
|
CTCommentList |
getSlideComments(CTSlideIdListEntry slide)
Returns all the comments for the given slide
|
CTSlideMaster |
getSlideMaster(CTSlideMasterIdListEntry master)
Returns the low level slide master object from
the supplied slide master reference
|
PackagePart |
getSlideMasterPart(CTSlideMasterIdListEntry master) |
CTSlideMasterIdList |
getSlideMasterReferences()
Returns the references from the presentation to its
slide masters.
|
PackagePart |
getSlidePart(CTSlideIdListEntry slide) |
CTSlideIdList |
getSlideReferences()
Returns the references from the presentation to its
slides.
|
close, getAllEmbedds, getPackage, getProperties, openPackage, write_invokeOnDocumentRead, addRelation, createRelationship, createRelationship, createRelationship, getPackagePart, getParent, getRelationById, getRelationId, getRelationPartById, getRelationParts, getRelations, isCommited, isCommitted, setCommited, setCommitted, toStringpublic XSLFSlideShow(OPCPackage container) throws OpenXML4JException, IOException, XmlException
public XSLFSlideShow(String file) throws OpenXML4JException, IOException, XmlException
@Internal public CTPresentation getPresentation()
@Internal public CTSlideIdList getSlideReferences()
@Internal public CTSlideMasterIdList getSlideMasterReferences()
public PackagePart getSlideMasterPart(CTSlideMasterIdListEntry master) throws IOException, XmlException
IOExceptionXmlException@Internal public CTSlideMaster getSlideMaster(CTSlideMasterIdListEntry master) throws IOException, XmlException
IOExceptionXmlExceptionpublic PackagePart getSlidePart(CTSlideIdListEntry slide) throws IOException, XmlException
IOExceptionXmlException@Internal public CTSlide getSlide(CTSlideIdListEntry slide) throws IOException, XmlException
IOExceptionXmlExceptionpublic PackagePart getNodesPart(CTSlideIdListEntry parentSlide) throws IOException, XmlException
IOExceptionXmlException@Internal public CTNotesSlide getNotes(CTSlideIdListEntry slide) throws IOException, XmlException
IOExceptionXmlException@Internal public CTCommentList getSlideComments(CTSlideIdListEntry slide) throws IOException, XmlException
IOExceptionXmlExceptionpublic List<PackagePart> getAllEmbeddedParts() throws OpenXML4JException
getAllEmbeddedParts in class org.apache.poi.ooxml.POIXMLDocumentOpenXML4JExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved