write method
write
Writes the file content to the stream.
def write(self, stream):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | Destination stream. |
See Also
- class
IOutputFile
- module
aspose.slides.export.web
- library
Aspose.Slides
Writes the file content to the stream.
def write(self, stream):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | Destination stream. |
IOutputFile
aspose.slides.export.web
Aspose.Slides