NodeType Enumeration

Aspose.Note for .NET API

NodeType Enumeration

Specifies the type of the node.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public enum NodeType
Public Enumeration NodeType
public enum class NodeType
type NodeType
Members
  Member nameValueDescription
Document0 Specifies that the node is a Document.
Section1 Specifies that the node is a Section.
Page2 Specifies that the node is a Page.
PageSeries3 Specifies that the node is a PageSeries.
Title4 Specifies that the node is a Title.
Outline5 Specifies that the node is an Outline.
OutlineElement6 Specifies that the node is an OutlineElement.
Image7 Specifies that the node is an Image.
RichText8 Specifies that the node is a RichText.
OutlineGroup9 Specifies that the node is an OutlineGroup.
AttachedFile10 Specifies that the node is an AttachedFile.
Table11 Specifies that the node is a Table.
TableRow12 Specifies that the node is a TableRow.
TableCell13 Specifies that the node is a TableCell.
See Also