GetPresentationText
Contents
[
Hide
]GetPresentationText(string, TextExtractionArrangingMode)
Retrieves the raw text from the slides
public IPresentationText GetPresentationText(string file, TextExtractionArrangingMode mode)
Parameter | Type | Description |
---|---|---|
file | String | Input file |
mode | TextExtractionArrangingMode | Extraction mode |
Return Value
The instance of PresentationText containing the SlideText array representing the raw slides text
See Also
- interface IPresentationText
- enum TextExtractionArrangingMode
- interface IPresentationFactory
- namespace Aspose.Slides
- assembly Aspose.Slides
GetPresentationText(Stream, TextExtractionArrangingMode)
Retrieves the raw text from the slides
public IPresentationText GetPresentationText(Stream stream, TextExtractionArrangingMode mode)
Parameter | Type | Description |
---|---|---|
stream | Stream | Input stream |
mode | TextExtractionArrangingMode | Extraction mode |
Return Value
The instance of PresentationText containing the SlideText array representing the raw slides text
See Also
- interface IPresentationText
- enum TextExtractionArrangingMode
- interface IPresentationFactory
- namespace Aspose.Slides
- assembly Aspose.Slides
GetPresentationText(Stream, TextExtractionArrangingMode, ILoadOptions)
Retrieves the raw text from the slides
public IPresentationText GetPresentationText(Stream stream, TextExtractionArrangingMode mode,
ILoadOptions options)
Parameter | Type | Description |
---|---|---|
stream | Stream | Input stream |
mode | TextExtractionArrangingMode | Extraction mode |
options | ILoadOptions | Load options |
Return Value
The instance of PresentationText containing the SlideText array representing the raw slides text
See Also
- interface IPresentationText
- enum TextExtractionArrangingMode
- interface ILoadOptions
- interface IPresentationFactory
- namespace Aspose.Slides
- assembly Aspose.Slides