TextExtractionArrangingMode Enumeration |
Represents the mode to use during text extraction
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum TextExtractionArrangingMode
Public Enumeration TextExtractionArrangingMode
public enum class TextExtractionArrangingMode
type TextExtractionArrangingMode
Members
| Member name | Value | Description |
---|
| Unarranged | 0 |
The raw text with no respect to position on the slide
|
| Arranged | 1 |
The text is positioned in the same order as on the slide
|
See Also