public final class NodeType
extends com.aspose.ms.System.Enum
Specifies the type of the node.
| Modifier and Type | Field and Description |
|---|---|
static int |
AttachedFile
Specifies that the node is an
AttachedFile. |
static int |
Document
Specifies that the node is a
Document. |
static int |
Image
Specifies that the node is an
Image. |
static int |
Outline
Specifies that the node is an
Outline. |
static int |
OutlineElement
Specifies that the node is an
OutlineElement. |
static int |
OutlineGroup
Specifies that the node is an
OutlineGroup. |
static int |
Page
Specifies that the node is a
Page. |
static int |
PageSeries
Specifies that the node is a
PageSeries. |
static int |
RichText
Specifies that the node is a
RichText. |
static int |
Section
Specifies that the node is a
Section. |
static int |
Table
Specifies that the node is a
Table. |
static int |
TableCell
Specifies that the node is a
TableCell. |
static int |
TableRow
Specifies that the node is a
TableRow. |
static int |
Title
Specifies that the node is a
Title. |
public static final int Document
Specifies that the node is a Document.
public static final int Section
Specifies that the node is a Section.
public static final int Page
Specifies that the node is a Page.
public static final int PageSeries
Specifies that the node is a PageSeries.
public static final int Title
Specifies that the node is a Title.
public static final int Outline
Specifies that the node is an Outline.
public static final int OutlineElement
Specifies that the node is an OutlineElement.
public static final int Image
Specifies that the node is an Image.
public static final int RichText
Specifies that the node is a RichText.
public static final int OutlineGroup
Specifies that the node is an OutlineGroup.
public static final int AttachedFile
Specifies that the node is an AttachedFile.
public static final int Table
Specifies that the node is a Table.
public static final int TableRow
Specifies that the node is a TableRow.
public static final int TableCell
Specifies that the node is a TableCell.
Copyright (c) 2002-2021 Aspose. All Rights Reserved.