GetPresentationText()
Contents
[
Hide
]PresentationFactory::GetPresentationText(System::String, TextExtractionArrangingMode) method
Retrieves the raw text from the slides
System::SharedPtr<IPresentationText> Aspose::Slides::PresentationFactory::GetPresentationText(System::String file, TextExtractionArrangingMode mode) override
Arguments
Parameter | Type | Description |
---|---|---|
file | System::String | Input file |
mode | TextExtractionArrangingMode | Extraction mode |
Return Value
The instance of PresentationText containing the SlideText array representing the raw slides text
PresentationFactory::GetPresentationText(System::SharedPtr<System::IO::Stream>, TextExtractionArrangingMode) method
Retrieves the raw text from the slides
System::SharedPtr<IPresentationText> Aspose::Slides::PresentationFactory::GetPresentationText(System::SharedPtr<System::IO::Stream> stream, TextExtractionArrangingMode mode) override
Arguments
Parameter | Type | Description |
---|---|---|
stream | System::SharedPtr<System::IO::Stream> | Input stream |
mode | TextExtractionArrangingMode | Extraction mode |
Return Value
The instance of PresentationText containing the SlideText array representing the raw slides text
PresentationFactory::GetPresentationText(System::SharedPtr<System::IO::Stream>, TextExtractionArrangingMode, System::SharedPtr<ILoadOptions>) method
Retrieves the raw text from the slides
System::SharedPtr<IPresentationText> Aspose::Slides::PresentationFactory::GetPresentationText(System::SharedPtr<System::IO::Stream> stream, TextExtractionArrangingMode mode, System::SharedPtr<ILoadOptions> options) override
Arguments
Parameter | Type | Description |
---|---|---|
stream | System::SharedPtr<System::IO::Stream> | Input stream |
mode | TextExtractionArrangingMode | Extraction mode |
options | System::SharedPtr<ILoadOptions> | Load options |
Return Value
The instance of PresentationText containing the SlideText array representing the raw slides text
See Also
- Enum TextExtractionArrangingMode
- Typedef SharedPtr
- Class IPresentationText
- Class String
- Class PresentationFactory
- Class Stream
- Class ILoadOptions
- Namespace Aspose::Slides
- Library Aspose.Slides