public final class ExtractMode
extends com.aspose.ms.System.Enum
Describes the mode of text extraction.
Modifier and Type | Field and Description |
---|---|
static int |
Simple
Fast text extraction.
|
static int |
Standard
Standard text extraction.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Simple
Fast text extraction. The text in this mode is extracted in not very accurate way but faster than in the standard mode. If the fast text extraction doesn't support the document format, then this parameter is ignored and the standard text extraction is used.
public static final int Standard
Standard text extraction.