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
AttachedFileSpecifies that the node is an AttachedFile.
DocumentSpecifies that the node is a Document.
ImageSpecifies that the node is an Image.
InkDrawingSpecifies that the node is a InkDrawing.
InkParagraphSpecifies that the node is a InkParagraph.
InkWordSpecifies that the node is a InkWord.
LoopSpecifies that the node is a Loop.
OutlineSpecifies that the node is an Outline.
OutlineElementSpecifies that the node is an OutlineElement.
OutlineGroupSpecifies that the node is an OutlineGroup.
PageSpecifies that the node is a Page.
PageSeriesSpecifies that the node is a PageSeries.
RichTextSpecifies that the node is a RichText.
SectionSpecifies that the node is a Section.
TableSpecifies that the node is a Table.
TableCellSpecifies that the node is a TableCell.
TableRowSpecifies that the node is a TableRow.
TitleSpecifies that the node is a Title.

AttachedFile

public static final int AttachedFile

Specifies that the node is an AttachedFile.

Document

public static final int Document

Specifies that the node is a Document.

Image

public static final int Image

Specifies that the node is an Image.

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.

Loop

public static final int Loop

Specifies that the node is a Loop.

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.

OutlineGroup

public static final int OutlineGroup

Specifies that the node is an OutlineGroup.

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.

RichText

public static final int RichText

Specifies that the node is a RichText.

Section

public static final int Section

Specifies that the node is a Section.

Table

public static final int Table

Specifies that the node is a Table.

TableCell

public static final int TableCell

Specifies that the node is a TableCell.

TableRow

public static final int TableRow

Specifies that the node is a TableRow.

Title

public static final int Title

Specifies that the node is a Title.