IPresentationFactory Interface

Allows to create presentation via COM interface

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IPresentationFactory
Methods
  NameDescription
Public methodCreatePresentation
Creates new presentation.
Public methodCreatePresentation(ILoadOptions)
Creates new presentation with additional load options
Public methodGetPresentationInfo(Stream)
Gets info about presentation in specified stream.
Public methodGetPresentationInfo(String)
Gets info about presentation in specified file.
Public methodGetPresentationText(Stream, TextExtractionArrangingMode)
Retreieves the raw text from the slides
Public methodGetPresentationText(String, TextExtractionArrangingMode)
Retreieves the raw text from the slides
Public methodGetPresentationText(Stream, TextExtractionArrangingMode, ILoadOptions)
Retreieves the raw text from the slides
Public methodReadPresentation(Byte)
Reads an existing presentation from array
Public methodReadPresentation(Stream)
Reads an existing presentation from stream
Public methodReadPresentation(String)
Reads an existing presentation from file
Public methodReadPresentation(Byte, ILoadOptions)
Reads an existing presentation from array with additional load options
Public methodReadPresentation(Stream, ILoadOptions)
Reads an existing presentation from stream with additional load options
Public methodReadPresentation(String, ILoadOptions)
Reads an existing presentation from stream with additional load options
See Also