Click or drag to resize

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)
Syntax
public enum TextExtractionArrangingMode
Members
  Member nameValueDescription
Unarranged0 The raw text with no respect to position on the slide
Arranged1 The text is positioned in the same order as on the slide
See Also