TextExtractionArrangingMode

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class TextExtractionArrangingMode extends System.Enum

Represents the mode to use during text extraction

Fields

FieldDescription
UnarrangedThe raw text with no respect to position on the slide
ArrangedThe text is positioned in the same order as on the slide

Unarranged

public static final int Unarranged

The raw text with no respect to position on the slide

Arranged

public static final int Arranged

The text is positioned in the same order as on the slide