public final class SdtType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BIBLIOGRAPHY
The SDT represents a bibliography entry.
|
static int |
BUILDING_BLOCK_GALLERY
The SDT represents a building block gallery type.
|
static int |
CHECKBOX
The SDT represents a checkbox when displayed in the document.
|
static int |
CITATION
The SDT represents a citation.
|
static int |
COMBO_BOX
The SDT represents a combo box when displayed in the document.
|
static int |
DATE
The SDT represents a date picker when displayed in the document.
|
static int |
DOC_PART_OBJ
The SDT represents a document part type.
|
static int |
DROP_DOWN_LIST
The SDT represents a drop down list when displayed in the document.
|
static int |
ENTITY_PICKER
The SDT represents an entity picker that allows the user to select an instance of an external content type.
|
static int |
EQUATION
The SDT represents an equation.
|
static int |
GROUP
The SDT represents a restricted grouping when displayed in the document.
|
static int |
length |
static int |
NONE
No type is assigned to the SDT.
|
static int |
PICTURE
The SDT represents a picture when displayed in the document.
|
static int |
PLAIN_TEXT
The SDT represents a plain text box when displayed in the document.
|
static int |
REPEATING_SECTION
The SDT represents repeating section type when displayed in the document.
|
static int |
REPEATING_SECTION_ITEM
The SDT represents repeating section item.
|
static int |
RICH_TEXT
The SDT represents a rich text box when displayed in the document.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String sdtTypeName) |
static java.lang.String |
getName(int sdtType) |
static int[] |
getValues() |
static java.lang.String |
toString(int sdtType) |
public static final int NONE
public static final int BIBLIOGRAPHY
public static final int CITATION
public static final int EQUATION
public static final int DROP_DOWN_LIST
public static final int COMBO_BOX
public static final int DATE
public static final int BUILDING_BLOCK_GALLERY
public static final int DOC_PART_OBJ
public static final int GROUP
public static final int PICTURE
public static final int RICH_TEXT
public static final int PLAIN_TEXT
public static final int CHECKBOX
public static final int REPEATING_SECTION
public static final int REPEATING_SECTION_ITEM
public static final int ENTITY_PICKER
public static final int length