Enum NodeType
Namespace: Aspose.Note
Assembly: Aspose.Note.dll (24.12.0)
Specifies the type of the node.
public enum NodeType
Fields
AttachedFile = 10
Specifies that the node is an Aspose.Note.NodeType.AttachedFile.
Document = 0
Specifies that the node is a Aspose.Note.NodeType.Document.
Image = 7
Specifies that the node is an Aspose.Note.NodeType.Image.
InkDrawing = 14
Specifies that the node is a Aspose.Note.NodeType.InkDrawing.
InkParagraph = 15
Specifies that the node is a Aspose.Note.NodeType.InkParagraph.
InkWord = 16
Specifies that the node is a Aspose.Note.NodeType.InkWord.
Outline = 5
Specifies that the node is an Aspose.Note.NodeType.Outline.
OutlineElement = 6
Specifies that the node is an Aspose.Note.NodeType.OutlineElement.
OutlineGroup = 9
Specifies that the node is an Aspose.Note.NodeType.OutlineGroup.
Page = 2
Specifies that the node is a Aspose.Note.NodeType.Page.
PageSeries = 3
Specifies that the node is a Aspose.Note.NodeType.PageSeries.
RichText = 8
Specifies that the node is a Aspose.Note.NodeType.RichText.
Section = 1
Specifies that the node is a Aspose.Note.NodeType.Section.
Table = 11
Specifies that the node is a Aspose.Note.NodeType.Table.
TableCell = 13
Specifies that the node is a Aspose.Note.NodeType.TableCell.
TableRow = 12
Specifies that the node is a Aspose.Note.NodeType.TableRow.
Title = 4
Specifies that the node is a Aspose.Note.NodeType.Title.