|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.PresentationEx
public final class PresentationEx
Represents a Microsoft PowerPoint 2007 PPTX presentation.
Constructor Summary | |
---|---|
PresentationEx(java.lang.String file)
This constructor gets a source file path from which the contents of the Presentation are read. |
Method Summary | |
---|---|
LayoutSlidesEx |
getLayoutSlides()
Returns a list of all layout slides that are defined in the presentation. |
MasterSlidesEx |
getMasters()
Returns a list of all master slides that are defined in the presentation. |
SlideEx |
getSlideById(long id)
Returns a slide by Id. |
SlidesEx |
getSlides()
Returns a list of all slides that are defined in the presentation. |
void |
write(java.io.OutputStream stream)
Writes the contents of a presentation to an output stream. |
void |
write(java.lang.String file)
Writes the contents of the Presentation to a file specified by the file name. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PresentationEx(java.lang.String file) throws java.io.IOException
file
- input file name.
java.io.IOException
Method Detail |
---|
public void write(java.lang.String file) throws java.io.IOException
file
- output file name.
java.io.IOException
public void write(java.io.OutputStream stream) throws java.io.IOException
stream
- output stream to write presentation.
java.io.IOException
public SlidesEx getSlides()
SlidesEx
.public LayoutSlidesEx getLayoutSlides()
LayoutSlidesEx
.public MasterSlidesEx getMasters()
MasterSlidesEx
.public SlideEx getSlideById(long id)
id
- Id of a slide.
SlideEx
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |