KnownContextNodeTypeValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the KnownContextNodeTypeValues enumeration.
public enum KnownContextNodeTypeValues
public readonly struct KnownContextNodeTypeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues>, IEquatable<DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues>
type KnownContextNodeTypeValues =
type KnownContextNodeTypeValues = struct
interface IEnumValue
interface IEnumValueFactory<KnownContextNodeTypeValues>
Public Enum KnownContextNodeTypeValues
Public Structure KnownContextNodeTypeValues
Implements IEnumValue, IEnumValueFactory(Of KnownContextNodeTypeValues), IEquatable(Of KnownContextNodeTypeValues)
- Inheritance
-
KnownContextNodeTypeValues
- Inheritance
-
KnownContextNodeTypeValues
Fields
Name | Value | Description |
---|---|---|
Root | 0 | root. When the item is serialized out as xml, its value is "root". |
UnclassifiedInk | 1 | unclassifiedInk. When the item is serialized out as xml, its value is "unclassifiedInk". |
WritingRegion | 2 | writingRegion. When the item is serialized out as xml, its value is "writingRegion". |
AnalysisHint | 3 | analysisHint. When the item is serialized out as xml, its value is "analysisHint". |
Object | 4 | object. When the item is serialized out as xml, its value is "object". |
InkDrawing | 5 | inkDrawing. When the item is serialized out as xml, its value is "inkDrawing". |
Image | 6 | image. When the item is serialized out as xml, its value is "image". |
Paragraph | 7 | paragraph. When the item is serialized out as xml, its value is "paragraph". |
Line | 8 | line. When the item is serialized out as xml, its value is "line". |
InkBullet | 9 | inkBullet. When the item is serialized out as xml, its value is "inkBullet". |
InkWord | 10 | inkWord. When the item is serialized out as xml, its value is "inkWord". |
TextWord | 11 | textWord. When the item is serialized out as xml, its value is "textWord". |
CustomRecognizer | 12 | customRecognizer. When the item is serialized out as xml, its value is "customRecognizer". |
MathRegion | 13 | mathRegion. When the item is serialized out as xml, its value is "mathRegion". |
MathEquation | 14 | mathEquation. When the item is serialized out as xml, its value is "mathEquation". |
MathStruct | 15 | mathStruct. When the item is serialized out as xml, its value is "mathStruct". |
MathSymbol | 16 | mathSymbol. When the item is serialized out as xml, its value is "mathSymbol". |
MathIdentifier | 17 | mathIdentifier. When the item is serialized out as xml, its value is "mathIdentifier". |
MathOperator | 18 | mathOperator. When the item is serialized out as xml, its value is "mathOperator". |
MathNumber | 19 | mathNumber. When the item is serialized out as xml, its value is "mathNumber". |
NonInkDrawing | 20 | nonInkDrawing. When the item is serialized out as xml, its value is "nonInkDrawing". |
GroupNode | 21 | groupNode. When the item is serialized out as xml, its value is "groupNode". |
MixedDrawing | 22 | mixedDrawing. When the item is serialized out as xml, its value is "mixedDrawing". |
AnalysisHint | analysisHint. When the item is serialized out as xml, its value is "analysisHint". |
|
CustomRecognizer | customRecognizer. When the item is serialized out as xml, its value is "customRecognizer". |
|
Equality(KnownContextNodeTypeValues, KnownContextNodeTypeValues) | ||
Equals(KnownContextNodeTypeValues) | ||
Equals(Object) | ||
GetHashCode() | ||
GroupNode | groupNode. When the item is serialized out as xml, its value is "groupNode". |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<KnownContextNodeTypeValues>.Create(String) | ||
Image | image. When the item is serialized out as xml, its value is "image". |
|
Inequality(KnownContextNodeTypeValues, KnownContextNodeTypeValues) | ||
InkBullet | inkBullet. When the item is serialized out as xml, its value is "inkBullet". |
|
InkDrawing | inkDrawing. When the item is serialized out as xml, its value is "inkDrawing". |
|
InkWord | inkWord. When the item is serialized out as xml, its value is "inkWord". |
|
KnownContextNodeTypeValues(String) | Creates a new KnownContextNodeTypeValues enum instance |
|
Line | line. When the item is serialized out as xml, its value is "line". |
|
MathEquation | mathEquation. When the item is serialized out as xml, its value is "mathEquation". |
|
MathIdentifier | mathIdentifier. When the item is serialized out as xml, its value is "mathIdentifier". |
|
MathNumber | mathNumber. When the item is serialized out as xml, its value is "mathNumber". |
|
MathOperator | mathOperator. When the item is serialized out as xml, its value is "mathOperator". |
|
MathRegion | mathRegion. When the item is serialized out as xml, its value is "mathRegion". |
|
MathStruct | mathStruct. When the item is serialized out as xml, its value is "mathStruct". |
|
MathSymbol | mathSymbol. When the item is serialized out as xml, its value is "mathSymbol". |
|
MixedDrawing | mixedDrawing. When the item is serialized out as xml, its value is "mixedDrawing". |
|
NonInkDrawing | nonInkDrawing. When the item is serialized out as xml, its value is "nonInkDrawing". |
|
Object | object. When the item is serialized out as xml, its value is "object". |
|
Paragraph | paragraph. When the item is serialized out as xml, its value is "paragraph". |
|
Root | root. When the item is serialized out as xml, its value is "root". |
|
TextWord | textWord. When the item is serialized out as xml, its value is "textWord". |
|
ToString() | ||
UnclassifiedInk | unclassifiedInk. When the item is serialized out as xml, its value is "unclassifiedInk". |
|
WritingRegion | writingRegion. When the item is serialized out as xml, its value is "writingRegion". |