GetPresentationText
Contents
[
Hide
]
IPresentationFactory.GetPresentationText method (1 of 3)
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
IPresentationFactory.GetPresentationText method (2 of 3)
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
IPresentationFactory.GetPresentationText method (3 of 3)
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