com.aspose.slides
Interface IPresentationFactory
- All Known Implementing Classes:
- PresentationFactory
public interface IPresentationFactory
Allows to create presentation via COM interface
createPresentation
IPresentation createPresentation()
createPresentation
IPresentation createPresentation(ILoadOptions options)
getPresentationInfo
IPresentationInfo getPresentationInfo(java.lang.String file)
getPresentationInfo
IPresentationInfo getPresentationInfo(java.io.InputStream stream)
readPresentation
IPresentation readPresentation(byte[] data)
readPresentation
IPresentation readPresentation(byte[] data,
ILoadOptions options)
readPresentation
IPresentation readPresentation(java.io.InputStream stream)
readPresentation
IPresentation readPresentation(java.io.InputStream stream,
ILoadOptions options)
readPresentation
IPresentation readPresentation(java.lang.String file)
readPresentation
IPresentation readPresentation(java.lang.String file,
ILoadOptions options)