NodeType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class NodeType extends System.Enum

Specifies the type of the node.

Fields

FieldDescription
DocumentSpecifies that the node is a Document .
SectionSpecifies that the node is a Section .
PageSpecifies that the node is a Page .
PageSeriesSpecifies that the node is a PageSeries .
TitleSpecifies that the node is a Title .
OutlineSpecifies that the node is an Outline .
OutlineElementSpecifies that the node is an OutlineElement .
ImageSpecifies that the node is an Image .
RichTextSpecifies that the node is a RichText .
OutlineGroupSpecifies that the node is an OutlineGroup .
AttachedFileSpecifies that the node is an AttachedFile .
TableSpecifies that the node is a Table .
TableRowSpecifies that the node is a TableRow .
TableCellSpecifies that the node is a TableCell .
InkDrawingSpecifies that the node is a InkDrawing.
InkParagraphSpecifies that the node is a InkParagraph.
InkWordSpecifies that the node is a InkWord.

Document

public static final int Document

Specifies that the node is a Document .

Section

public static final int Section

Specifies that the node is a Section .

Page

public static final int Page

Specifies that the node is a Page .

PageSeries

public static final int PageSeries

Specifies that the node is a PageSeries .

Title

public static final int Title

Specifies that the node is a Title .

Outline

public static final int Outline

Specifies that the node is an Outline .

OutlineElement

public static final int OutlineElement

Specifies that the node is an OutlineElement .

Image

public static final int Image

Specifies that the node is an Image .

RichText

public static final int RichText

Specifies that the node is a RichText .

OutlineGroup

public static final int OutlineGroup

Specifies that the node is an OutlineGroup .

AttachedFile

public static final int AttachedFile

Specifies that the node is an AttachedFile .

Table

public static final int Table

Specifies that the node is a Table .

TableRow

public static final int TableRow

Specifies that the node is a TableRow .

TableCell

public static final int TableCell

Specifies that the node is a TableCell .

InkDrawing

public static final int InkDrawing

Specifies that the node is a InkDrawing.

InkParagraph

public static final int InkParagraph

Specifies that the node is a InkParagraph.

InkWord

public static final int InkWord

Specifies that the node is a InkWord.