get_presentation_text method
Contents
[
Hide
]get_presentation_text
Retrieves the raw text from the slides
Returns
The instance of PresentationText containing the SlideText array representing the raw slides text
def get_presentation_text(self, file, mode):
...
Parameter | Type | Description |
---|---|---|
file | str | Input file |
mode | TextExtractionArrangingMode | Extraction mode |
get_presentation_text
Retrieves the raw text from the slides
Returns
The instance of PresentationText containing the SlideText array representing the raw slides text
def get_presentation_text(self, stream, mode):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | Input stream |
mode | TextExtractionArrangingMode | Extraction mode |
get_presentation_text
Retrieves the raw text from the slides
Returns
The instance of PresentationText containing the SlideText array representing the raw slides text
def get_presentation_text(self, stream, mode, options):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | Input stream |
mode | TextExtractionArrangingMode | Extraction mode |
options | ILoadOptions | Load options |
See Also
- class
ILoadOptions
- class
IPresentationText
- class
PresentationFactory
- enumeration
TextExtractionArrangingMode
- module
aspose.slides
- library
Aspose.Slides