KnownContextNodeTypeValues Enumeration

Defines the KnownContextNodeTypeValues enumeration.

Namespace:  DocumentFormat.OpenXml.Office2010.Ink
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration KnownContextNodeTypeValues
'Usage
Dim instance As KnownContextNodeTypeValues
public enum KnownContextNodeTypeValues

Members

Member name Description
Root root. When the item is serialized out as xml, its value is "root".
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".
AnalysisHint analysisHint. When the item is serialized out as xml, its value is "analysisHint".
Object object. When the item is serialized out as xml, its value is "object".
InkDrawing inkDrawing. When the item is serialized out as xml, its value is "inkDrawing".
Image image. When the item is serialized out as xml, its value is "image".
Paragraph paragraph. When the item is serialized out as xml, its value is "paragraph".
Line line. When the item is serialized out as xml, its value is "line".
InkBullet inkBullet. When the item is serialized out as xml, its value is "inkBullet".
InkWord inkWord. When the item is serialized out as xml, its value is "inkWord".
TextWord textWord. When the item is serialized out as xml, its value is "textWord".
CustomRecognizer customRecognizer. When the item is serialized out as xml, its value is "customRecognizer".
MathRegion mathRegion. When the item is serialized out as xml, its value is "mathRegion".
MathEquation mathEquation. When the item is serialized out as xml, its value is "mathEquation".
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".
MathIdentifier mathIdentifier. When the item is serialized out as xml, its value is "mathIdentifier".
MathOperator mathOperator. When the item is serialized out as xml, its value is "mathOperator".
MathNumber mathNumber. When the item is serialized out as xml, its value is "mathNumber".
NonInkDrawing nonInkDrawing. When the item is serialized out as xml, its value is "nonInkDrawing".
GroupNode groupNode. When the item is serialized out as xml, its value is "groupNode".
MixedDrawing mixedDrawing. When the item is serialized out as xml, its value is "mixedDrawing".

See Also

Reference

DocumentFormat.OpenXml.Office2010.Ink Namespace