PresentationFactory
PresentationFactory class
Allows to create presentation via COM interface
public class PresentationFactory : IPresentationFactory
Constructors
Properties
Methods
Name |
Description |
CreatePresentation() |
Creates new presentation. |
CreatePresentation(ILoadOptions) |
Creates new presentation with additional load options |
GetPresentationInfo(Stream) |
Creates new PresentationInfo object from stream and binds presentation to it. Gets info about presentation in specified stream. |
GetPresentationInfo(string) |
Creates new PresentationInfo object from file and binds presentation to it. |
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