Java org.apache.poi.hslf.usermodel HSLFSlideShow fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

HSLFSlideShow(HSLFSlideShowImpl hslfSlideShow)
Constructs a Powerpoint document from the underlying HSLFSlideShow object.
HSLFSlideShow(InputStream inputStream)
Constructs a Powerpoint document from an input stream.
HSLFSlideShow(POIFSFileSystem poifs)
Constructs a Powerpoint document from an POIFSFileSystem.
HSLFSlideShow(DirectoryNode root)
Constructs a Powerpoint document from an DirectoryNode.
HSLFSlideShow()
Constructs a new, empty, Powerpoint document.

Method

HSLFPictureDataaddPicture(byte[] data, PictureType format)
HSLFPictureDataaddPicture(InputStream is, PictureType format)
Adds a picture to the presentation.
HSLFPictureDataaddPicture(File pict, PictureType format)
Adds a picture to the presentation.
voidclose()
HSLFSlidecreateSlide()
Create a blank Slide.
HeadersFootersgetNotesHeadersFooters()
Return Header / Footer settings for notes
DimensiongetPageSize()
ListgetPictureData()
ListgetSlides()
Returns an array of all the normal Slides found in the slideshow
voidsetPageSize(Dimension pgsize)
voidwrite(OutputStream out)