|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPresentationFactory
Allows to create presentation via COM interface
Method Summary | |
---|---|
IPresentation |
createPresentation()
Creates new presentation. |
IPresentation |
createPresentation(ILoadOptions options)
Creates new presentation with additional load options |
IPresentationInfo |
getPresentationInfo(java.io.InputStream stream)
|
IPresentationInfo |
getPresentationInfo(java.lang.String file)
Gets info about presentation in specified file. |
IPresentation |
readPresentation(byte[] data)
Reads an existing presentation from array |
IPresentation |
readPresentation(byte[] data,
ILoadOptions options)
Reads an existing presentation from array with additional load options |
IPresentation |
readPresentation(java.io.InputStream stream)
Reads an existing presentation from stream |
IPresentation |
readPresentation(java.io.InputStream stream,
ILoadOptions options)
Reads an existing presentation from stream with additional load options |
IPresentation |
readPresentation(java.lang.String file)
Reads an existing presentation from file |
IPresentation |
readPresentation(java.lang.String file,
ILoadOptions options)
Reads an existing presentation from stream with additional load options |
Method Detail |
---|
IPresentation createPresentation()
Creates new presentation.
IPresentation createPresentation(ILoadOptions options)
Creates new presentation with additional load options
options
- Load options
IPresentationInfo getPresentationInfo(java.lang.String file)
Gets info about presentation in specified file.
file
- Presentatoin file.
IPresentationInfo getPresentationInfo(java.io.InputStream stream)
IPresentation readPresentation(byte[] data)
Reads an existing presentation from array
data
- Array to read
IPresentation readPresentation(byte[] data, ILoadOptions options)
Reads an existing presentation from array with additional load options
data
- Array to readoptions
- Load options
IPresentation readPresentation(java.io.InputStream stream)
Reads an existing presentation from stream
stream
- Input stream to read
IPresentation readPresentation(java.io.InputStream stream, ILoadOptions options)
Reads an existing presentation from stream with additional load options
stream
- Input stream to readoptions
- Load options
IPresentation readPresentation(java.lang.String file)
Reads an existing presentation from file
file
- File name
IPresentation readPresentation(java.lang.String file, ILoadOptions options)
Reads an existing presentation from stream with additional load options
file
- File nameoptions
- Load options
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |