IPresentationFactory Interface |
Namespace: Aspose.Slides
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) |
Retreieves the raw text from the slides
|
![]() | GetPresentationText(String, TextExtractionArrangingMode) |
Retreieves the raw text from the slides
|
![]() | GetPresentationText(Stream, TextExtractionArrangingMode, ILoadOptions) |
Retreieves 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
|