IPresentationFactory
Contents
[
Hide
]
IPresentationFactory class
Allows to create presentation via COM interface
The IPresentationFactory type exposes the following members:
Methods
Name | Description |
---|---|
create_presentation() | Creates new presentation. |
create_presentation(options) | Creates new presentation with additional load options |
get_presentation_info(file) | Gets info about presentation in specified file. |
get_presentation_info(stream) | Gets info about presentation in specified stream. |
read_presentation(data) | Reads an existing presentation from array |
read_presentation(data, options) | Reads an existing presentation from array with additional load options |
read_presentation(stream) | Reads an existing presentation from stream |
read_presentation(stream, options) | Reads an existing presentation from stream with additional load options |
read_presentation(file) | Reads an existing presentation from file |
read_presentation(file, options) | Reads an existing presentation from stream with additional load options |
get_presentation_text(file, mode) | Retrieves the raw text from the slides |
get_presentation_text(stream, mode) | Retrieves the raw text from the slides |
get_presentation_text(stream, mode, options) | Retrieves the raw text from the slides |
See Also
- namespace aspose.slides
- assembly Aspose.Slides