|
ASPOSE home | ||||||||
java.lang.Object
com.aspose.words.NodeType
public class NodeType
| Field Summary | ||
|---|---|---|
static final int | ANY | |
| Indicates all node types. Allows to select all children. | ||
static final int | DOCUMENT | |
| A |
||
static final int | SECTION | |
| A A |
||
static final int | BODY | |
| A |
||
static final int | HEADER_FOOTER | |
| A A |
||
static final int | TABLE | |
| A |
||
static final int | ROW | |
| A row of a table. |
||
static final int | CELL | |
| A cell of a table row. |
||
static final int | PARAGRAPH | |
| A paragraph of text. A |
||
static final int | BOOKMARK_START | |
| A beginning of a bookmark marker. |
||
static final int | BOOKMARK_END | |
| An end of a bookmark marker. |
||
static final int | GROUP_SHAPE | |
| A group of shapes, images, OLE objects or other group shapes. A |
||
static final int | SHAPE | |
| A drawing object, such as an OfficeArt shape, image or an OLE object. |
||
static final int | COMMENT | |
| A comment in a Word document. |
||
static final int | FOOTNOTE | |
| A footnote or endnote in a Word document. |
||
static final int | RUN | |
| A run of text. |
||
static final int | FIELD_START | |
| A special character that designates the start of a Word field. |
||
static final int | FIELD_SEPARATOR | |
| A special character that separates the field code from the field result. |
||
static final int | FIELD_END | |
| A special character that designates the end of a Word field. |
||
static final int | FORM_FIELD | |
| A form field. |
||
static final int | SPECIAL_CHAR | |
| A special character that is not one of the more specific special character types. |
||
static final int | SYSTEM | |
| Reserved for internal use by Aspose.Words. | ||
static final int | NULL | |
| Reserved for internal use by Aspose.Words. | ||
| Field Detail |
|---|
ANY | |
public static final int ANY | |
DOCUMENT | |
public static final int DOCUMENT | |
A
SECTION | |
public static final int SECTION | |
A
A
BODY | |
public static final int BODY | |
A
HEADER_FOOTER | |
public static final int HEADER_FOOTER | |
A
A
TABLE | |
public static final int TABLE | |
ROW | |
public static final int ROW | |
CELL | |
public static final int CELL | |
PARAGRAPH | |
public static final int PARAGRAPH | |
A paragraph of text.
A
BOOKMARK_START | |
public static final int BOOKMARK_START | |
A beginning of a bookmark marker.
BOOKMARK_END | |
public static final int BOOKMARK_END | |
An end of a bookmark marker.
GROUP_SHAPE | |
public static final int GROUP_SHAPE | |
A group of shapes, images, OLE objects or other group shapes.
A
SHAPE | |
public static final int SHAPE | |
A drawing object, such as an OfficeArt shape, image or an OLE object.
COMMENT | |
public static final int COMMENT | |
FOOTNOTE | |
public static final int FOOTNOTE | |
RUN | |
public static final int RUN | |
A run of text.
FIELD_START | |
public static final int FIELD_START | |
A special character that designates the start of a Word field.
FIELD_SEPARATOR | |
public static final int FIELD_SEPARATOR | |
A special character that separates the field code from the field result.
FIELD_END | |
public static final int FIELD_END | |
A special character that designates the end of a Word field.
FORM_FIELD | |
public static final int FORM_FIELD | |
A form field.
SPECIAL_CHAR | |
public static final int SPECIAL_CHAR | |
A special character that is not one of the more specific special character types.
SYSTEM | |
public static final int SYSTEM | |
NULL | |
public static final int NULL | |
|
ASPOSE home | ||||||||