Java org.apache.poi.xslf.usermodel XMLSlideShow fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.xslf.usermodel XMLSlideShow fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.xslf.usermodel XMLSlideShow.

The text is from its open source code.

Constructor

Method

XSLFPictureDataaddPicture(byte[] pictureData, PictureType format)
Adds a picture to the workbook.
XSLFPictureDataaddPicture(InputStream is, PictureType format)
Adds a picture to the slideshow.
XSLFPictureDataaddPicture(File pict, PictureType format)
Adds a picture to the presentation.
voidclose()
Closes the underlying OPCPackage from which this document was read, if there is one

Once this has been called, no further operations, updates or reads should be performed on the document.

XSLFSlidecreateSlide()
Create a blank slide using the default (first) master.
XSLFSlidecreateSlide(XSLFSlideLayout layout)
Create a slide and initialize it from the specified layout.
ListgetAllEmbedds()
Get the document's embedded files.
XSLFCommentAuthorsgetCommentAuthors()
Returns the list of comment authors, if there is one.
OPCPackagegetPackage()
Get the assigned OPCPackage
DimensiongetPageSize()
ListgetSlideMasters()
ListgetSlides()
Return all the slides in the slideshow
XSLFSlideremoveSlide(int index)
voidsetPageSize(Dimension pgSize)
voidsetSlideOrder(XSLFSlide slide, int newIndex)
voidwrite(OutputStream stream)
Write out this document to an Outputstream.