get_presentation_info method
get_presentation_info
Creates new PresentationInfo object from file and binds presentation to it.
Returns
Presentation info binded to presentation.
def get_presentation_info(self, file):
...
| Parameter | Type | Description |
|---|---|---|
| file | str | Presentation file. |
get_presentation_info
Creates new PresentationInfo object from stream and binds presentation to it. Gets info about presentation in specified stream.
Returns
Presentation info binded to presentation.
def get_presentation_info(self, stream):
...
| Parameter | Type | Description |
|---|---|---|
| stream | io.RawIOBase | Presentation stream. |
See Also
- class
IPresentationInfo - class
PresentationFactory - module
aspose.slides - library
Aspose.Slides