public class XSLFSlideShow extends 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 rapidlyDOCUMENT_CREATOR, OLE_OBJECT_REL_TYPE, PACK_OBJECT_REL_TYPEDEFAULT_XML_OPTIONS| Constructor and Description |
|---|
XSLFSlideShow(OPCPackage container) |
XSLFSlideShow(String file) |
| Modifier and Type | Method and Description |
|---|---|
List<PackagePart> |
getAllEmbedds()
Get the document's embedded files.
|
PackagePart |
getNodesPart(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry parentSlide)
Gets the PackagePart of the notes for the
given slide, or null if there isn't one.
|
org.openxmlformats.schemas.presentationml.x2006.main.CTNotesSlide |
getNotes(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry slide)
Returns the low level notes object for the given
slide, as found from the supplied slide reference
|
org.openxmlformats.schemas.presentationml.x2006.main.CTPresentation |
getPresentation()
Returns the low level presentation base object
|
org.openxmlformats.schemas.presentationml.x2006.main.CTSlide |
getSlide(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry slide)
Returns the low level slide object from
the supplied slide reference
|
org.openxmlformats.schemas.presentationml.x2006.main.CTCommentList |
getSlideComments(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry slide)
Returns all the comments for the given slide
|
org.openxmlformats.schemas.presentationml.x2006.main.CTSlideMaster |
getSlideMaster(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideMasterIdListEntry master)
Returns the low level slide master object from
the supplied slide master reference
|
PackagePart |
getSlideMasterPart(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideMasterIdListEntry master) |
org.openxmlformats.schemas.presentationml.x2006.main.CTSlideMasterIdList |
getSlideMasterReferences()
Returns the references from the presentation to its
slide masters.
|
PackagePart |
getSlidePart(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry slide) |
org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdList |
getSlideReferences()
Returns the references from the presentation to its
slides.
|
getCorePart, getPackage, getProperties, getRelatedByType, hasOOXMLHeader, load, openPackage, writeaddRelation, clearMemoryPackagePart, commit, createRelationship, createRelationship, createRelationship, getPackagePart, getPackageRelationship, getParent, getRelationById, getRelationCounter, getRelationId, getRelations, getTargetPart, onDocumentCreate, onDocumentRead, onDocumentRemove, onSave, read, rebase, removeRelation, removeRelation, toStringpublic XSLFSlideShow(OPCPackage container) throws OpenXML4JException, IOException, org.apache.xmlbeans.XmlException
OpenXML4JExceptionIOExceptionorg.apache.xmlbeans.XmlExceptionpublic XSLFSlideShow(String file) throws OpenXML4JException, IOException, org.apache.xmlbeans.XmlException
OpenXML4JExceptionIOExceptionorg.apache.xmlbeans.XmlException@Internal public org.openxmlformats.schemas.presentationml.x2006.main.CTPresentation getPresentation()
@Internal public org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdList getSlideReferences()
@Internal public org.openxmlformats.schemas.presentationml.x2006.main.CTSlideMasterIdList getSlideMasterReferences()
public PackagePart getSlideMasterPart(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideMasterIdListEntry master) throws IOException, org.apache.xmlbeans.XmlException
IOExceptionorg.apache.xmlbeans.XmlException@Internal public org.openxmlformats.schemas.presentationml.x2006.main.CTSlideMaster getSlideMaster(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideMasterIdListEntry master) throws IOException, org.apache.xmlbeans.XmlException
IOExceptionorg.apache.xmlbeans.XmlExceptionpublic PackagePart getSlidePart(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry slide) throws IOException, org.apache.xmlbeans.XmlException
IOExceptionorg.apache.xmlbeans.XmlException@Internal public org.openxmlformats.schemas.presentationml.x2006.main.CTSlide getSlide(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry slide) throws IOException, org.apache.xmlbeans.XmlException
IOExceptionorg.apache.xmlbeans.XmlExceptionpublic PackagePart getNodesPart(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry parentSlide) throws IOException, org.apache.xmlbeans.XmlException
IOExceptionorg.apache.xmlbeans.XmlException@Internal public org.openxmlformats.schemas.presentationml.x2006.main.CTNotesSlide getNotes(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry slide) throws IOException, org.apache.xmlbeans.XmlException
IOExceptionorg.apache.xmlbeans.XmlException@Internal public org.openxmlformats.schemas.presentationml.x2006.main.CTCommentList getSlideComments(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry slide) throws IOException, org.apache.xmlbeans.XmlException
IOExceptionorg.apache.xmlbeans.XmlExceptionpublic List<PackagePart> getAllEmbedds() throws OpenXML4JException
getAllEmbedds in class POIXMLDocumentOpenXML4JExceptionCopyright © 2020. All rights reserved.