public enum STKnownCtxNodeType extends Enum<STKnownCtxNodeType>
Java class for ST_KnownCtxNodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_KnownCtxNodeType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="root"/>
<enumeration value="unclassifiedInk"/>
<enumeration value="writingRegion"/>
<enumeration value="analysisHint"/>
<enumeration value="object"/>
<enumeration value="inkDrawing"/>
<enumeration value="image"/>
<enumeration value="paragraph"/>
<enumeration value="line"/>
<enumeration value="inkBullet"/>
<enumeration value="inkWord"/>
<enumeration value="textWord"/>
<enumeration value="customRecognizer"/>
<enumeration value="mathRegion"/>
<enumeration value="mathEquation"/>
<enumeration value="mathStruct"/>
<enumeration value="mathSymbol"/>
<enumeration value="mathIdentifier"/>
<enumeration value="mathOperator"/>
<enumeration value="mathNumber"/>
<enumeration value="nonInkDrawing"/>
<enumeration value="groupNode"/>
<enumeration value="mixedDrawing"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ANALYSIS_HINT |
CUSTOM_RECOGNIZER |
GROUP_NODE |
IMAGE |
INK_BULLET |
INK_DRAWING |
INK_WORD |
LINE |
MATH_EQUATION |
MATH_IDENTIFIER |
MATH_NUMBER |
MATH_OPERATOR |
MATH_REGION |
MATH_STRUCT |
MATH_SYMBOL |
MIXED_DRAWING |
NON_INK_DRAWING |
OBJECT |
PARAGRAPH |
ROOT |
TEXT_WORD |
UNCLASSIFIED_INK |
WRITING_REGION |
| Modifier and Type | Method and Description |
|---|---|
static STKnownCtxNodeType |
fromValue(String v) |
String |
value() |
static STKnownCtxNodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STKnownCtxNodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STKnownCtxNodeType ROOT
public static final STKnownCtxNodeType UNCLASSIFIED_INK
public static final STKnownCtxNodeType WRITING_REGION
public static final STKnownCtxNodeType ANALYSIS_HINT
public static final STKnownCtxNodeType OBJECT
public static final STKnownCtxNodeType INK_DRAWING
public static final STKnownCtxNodeType IMAGE
public static final STKnownCtxNodeType PARAGRAPH
public static final STKnownCtxNodeType LINE
public static final STKnownCtxNodeType INK_BULLET
public static final STKnownCtxNodeType INK_WORD
public static final STKnownCtxNodeType TEXT_WORD
public static final STKnownCtxNodeType CUSTOM_RECOGNIZER
public static final STKnownCtxNodeType MATH_REGION
public static final STKnownCtxNodeType MATH_EQUATION
public static final STKnownCtxNodeType MATH_STRUCT
public static final STKnownCtxNodeType MATH_SYMBOL
public static final STKnownCtxNodeType MATH_IDENTIFIER
public static final STKnownCtxNodeType MATH_OPERATOR
public static final STKnownCtxNodeType MATH_NUMBER
public static final STKnownCtxNodeType NON_INK_DRAWING
public static final STKnownCtxNodeType GROUP_NODE
public static final STKnownCtxNodeType MIXED_DRAWING
public static STKnownCtxNodeType[] values()
for (STKnownCtxNodeType c : STKnownCtxNodeType.values()) System.out.println(c);
public static STKnownCtxNodeType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static STKnownCtxNodeType fromValue(String v)
Copyright © 2007-2022. All Rights Reserved.