java.lang.Objectcom.aspose.words.SdtType
public class SdtType
Field Summary | ||
---|---|---|
static final int | NONE | |
No type is assigned to the SDT. | ||
static final int | BIBLIOGRAPHY | |
The SDT represents a bibliography entry. | ||
static final int | CITATION | |
The SDT represents a citation. | ||
static final int | EQUATION | |
The SDT represents an equation. | ||
static final int | DROP_DOWN_LIST | |
The SDT represents a drop down list when displayed in the document. | ||
static final int | COMBO_BOX | |
The SDT represents a combo box when displayed in the document. | ||
static final int | DATE | |
The SDT represents a date picker when displayed in the document. | ||
static final int | BUILDING_BLOCK_GALLERY | |
The SDT represents a building block gallery type. | ||
static final int | DOC_PART_OBJ | |
The SDT represents a document part type. | ||
static final int | GROUP | |
The SDT represents a restricted grouping when displayed in the document. | ||
static final int | PICTURE | |
The SDT represents a picture when displayed in the document. | ||
static final int | RICH_TEXT | |
The SDT represents a rich text box when displayed in the document. | ||
static final int | PLAIN_TEXT | |
The SDT represents a plain text box when displayed in the document. | ||
static final int | CHECKBOX | |
The SDT represents a checkbox when displayed in the document. |
Field Detail |
---|
NONE = 0 | |
public static final int NONE |
BIBLIOGRAPHY = 1 | |
public static final int BIBLIOGRAPHY |
CITATION = 2 | |
public static final int CITATION |
EQUATION = 3 | |
public static final int EQUATION |
DROP_DOWN_LIST = 4 | |
public static final int DROP_DOWN_LIST |
COMBO_BOX = 5 | |
public static final int COMBO_BOX |
DATE = 6 | |
public static final int DATE |
BUILDING_BLOCK_GALLERY = 7 | |
public static final int BUILDING_BLOCK_GALLERY |
DOC_PART_OBJ = 8 | |
public static final int DOC_PART_OBJ |
GROUP = 9 | |
public static final int GROUP |
PICTURE = 10 | |
public static final int PICTURE |
RICH_TEXT = 11 | |
public static final int RICH_TEXT |
PLAIN_TEXT = 12 | |
public static final int PLAIN_TEXT |
CHECKBOX = 13 | |
public static final int CHECKBOX |