IPresentationFactory
Contents
[
Hide
]IPresentationFactory interface
Allows to create presentation via COM interface
public interface IPresentationFactory
Methods
| Name | Description |
|---|---|
| CreatePresentation() | Creates new presentation. |
| CreatePresentation(ILoadOptions) | Creates new presentation with additional load options |
| GetPresentationInfo(Stream) | Gets info about presentation in specified stream. |
| GetPresentationInfo(string) | Gets info about presentation in specified file. |
| GetPresentationText(Stream, TextExtractionArrangingMode) | Retrieves the raw text from the slides |
| GetPresentationText(string, TextExtractionArrangingMode) | Retrieves the raw text from the slides |
| GetPresentationText(Stream, TextExtractionArrangingMode, ILoadOptions) | Retrieves the raw text from the slides |
| ReadPresentation(byte[]) | Reads an existing presentation from array |
| ReadPresentation(Stream) | Reads an existing presentation from stream |
| ReadPresentation(string) | Reads an existing presentation from file |
| ReadPresentation(byte[], ILoadOptions) | Reads an existing presentation from array with additional load options |
| ReadPresentation(Stream, ILoadOptions) | Reads an existing presentation from stream with additional load options |
| ReadPresentation(string, ILoadOptions) | Reads an existing presentation from stream with additional load options |
See Also
- namespace Aspose.Slides
- assembly Aspose.Slides