Enum NodeType

NodeType enumeration

Specifies the type of the node.

public enum NodeType

Values

NameValueDescription
Document0Specifies that the node is a Document.
Section1Specifies that the node is a Section.
Page2Specifies that the node is a Page.
PageSeries3Specifies that the node is a PageSeries.
Title4Specifies that the node is a Title.
Outline5Specifies that the node is an Outline.
OutlineElement6Specifies that the node is an OutlineElement.
Image7Specifies that the node is an Image.
RichText8Specifies that the node is a RichText.
OutlineGroup9Specifies that the node is an OutlineGroup.
AttachedFile10Specifies that the node is an AttachedFile.
Table11Specifies that the node is a Table.
TableRow12Specifies that the node is a TableRow.
TableCell13Specifies that the node is a TableCell.
InkDrawing14Specifies that the node is a InkDrawing.
InkParagraph15Specifies that the node is a InkParagraph.
InkWord16Specifies that the node is a InkWord.

See Also