public final class StructuredElementType
extends com.aspose.ms.System.Enum
Describes the type of a document's element.
Modifier and Type | Field and Description |
---|---|
static int |
Document
The root element of the document.
|
static int |
Group
A logical group of the document's elements.
|
static int |
Hyperlink
Document's hyperlink.
|
static int |
LineBreak
Document's line break.
|
static int |
List
Document's list.
|
static int |
ListItem
Document's list item.
|
static int |
Page
Document's page.
|
static int |
Paragraph
Document's paragraph.
|
static int |
Section
Document's section.
|
static int |
Slide
Document's slide.
|
static int |
Table
Document's table.
|
static int |
TableCell
Document's table cell.
|
static int |
TableRow
Document's table row.
|
static int |
Text
Document's element text.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Document
The root element of the document.
public static final int Page
Document's page.
public static final int Slide
Document's slide.
public static final int Paragraph
Document's paragraph.
public static final int Hyperlink
Document's hyperlink.
public static final int List
Document's list.
public static final int ListItem
Document's list item.
public static final int Table
Document's table.
public static final int TableRow
Document's table row.
public static final int TableCell
Document's table cell.
public static final int Text
Document's element text.
public static final int Group
A logical group of the document's elements.
public static final int Section
Document's section.
public static final int LineBreak
Document's line break.