public final class HighlightMode
extends com.aspose.ms.System.Enum
Describes the mode of highlight extraction.
Modifier and Type | Field and Description |
---|---|
static int |
FixedWidth
Highlight has the fixed length.
|
static int |
Line
Highlight is limited by line's start or end.
|
static int |
WordsCount
Highlight has the fixed words.
|
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 FixedWidth
Highlight has the fixed length.
public static final int WordsCount
Highlight has the fixed words.
public static final int Line
Highlight is limited by line's start or end.
Copyright © 2019. All rights reserved.