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
Field | Description |
---|---|
Document | Specifies that the node is a Document . |
Section | Specifies that the node is a Section . |
Page | Specifies that the node is a Page . |
PageSeries | Specifies that the node is a PageSeries . |
Title | Specifies that the node is a Title . |
Outline | Specifies that the node is an Outline . |
OutlineElement | Specifies that the node is an OutlineElement . |
Image | Specifies that the node is an Image . |
RichText | Specifies that the node is a RichText . |
OutlineGroup | Specifies that the node is an OutlineGroup . |
AttachedFile | Specifies that the node is an AttachedFile . |
Table | Specifies that the node is a Table . |
TableRow | Specifies that the node is a TableRow . |
TableCell | Specifies that the node is a TableCell . |
InkDrawing | Specifies that the node is a InkDrawing. |
InkParagraph | Specifies that the node is a InkParagraph. |
InkWord | Specifies 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.