read_presentation method
Contents
[
Hide
]read_presentation
Reads an existing presentation from array
Returns
Read presentation
def read_presentation(self, data):
...
Parameter | Type | Description |
---|---|---|
data | bytes | Array to read |
read_presentation
Reads an existing presentation from stream
Returns
Read presentation
def read_presentation(self, stream):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | Input stream to read |
read_presentation
Reads an existing presentation from file
Returns
Read presentation
def read_presentation(self, file):
...
Parameter | Type | Description |
---|---|---|
file | str | File name |
read_presentation
Reads an existing presentation from array with additional load options
Returns
Read presentation
def read_presentation(self, data, options):
...
Parameter | Type | Description |
---|---|---|
data | bytes | Array to read |
options | ILoadOptions | Load options |
read_presentation
Reads an existing presentation from stream with additional load options
Returns
Read presentation
def read_presentation(self, stream, options):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | Input stream to read |
options | ILoadOptions | Load options |
read_presentation
Reads an existing presentation from stream with additional load options
Returns
Read presentation
def read_presentation(self, file, options):
...
Parameter | Type | Description |
---|---|---|
file | str | File name |
options | ILoadOptions | Load options |
See Also
- class
ILoadOptions
- class
IPresentation
- class
IPresentationFactory
- module
aspose.slides
- library
Aspose.Slides