com.aspose.slides
Interface IPresentationFactory

All Known Implementing Classes:
PresentationFactory

public interface IPresentationFactory

Allows to create presentation via COM interface


Method Summary
 IPresentation createPresentation()
           
 IPresentation createPresentation(ILoadOptions options)
           
 IPresentationInfo getPresentationInfo(java.io.InputStream stream)
           
 IPresentationInfo getPresentationInfo(java.lang.String file)
           
 IPresentation readPresentation(byte[] data)
           
 IPresentation readPresentation(byte[] data, ILoadOptions options)
           
 IPresentation readPresentation(java.io.InputStream stream)
           
 IPresentation readPresentation(java.io.InputStream stream, ILoadOptions options)
           
 IPresentation readPresentation(java.lang.String file)
           
 IPresentation readPresentation(java.lang.String file, ILoadOptions options)
           
 

Method Detail

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)