Enum TextNodeType

TextNodeType enumeration

Represents the node type.

public enum TextNodeType

Values

NameValueDescription
TextRun0Represents the text node.
TextParagraph1Represents the text paragraph.
Equation2Represents the equation text.

See Also