|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SdtType>
com.spire.doc.documents.SdtType
public enum SdtType
Specifies the type of a structured document tag (SDT) Element.
Enum Constant Summary | |
---|---|
Bibliography
The SDT represents a bibliography entry. |
|
Building_Block_Gallery
The SDT represents a building block gallery type. |
|
Check_Box
The SDT represents a checkbox when displayed in the document. |
|
Citation
The SDT represents a citation. |
|
Combo_Box
The SDT represents a combo box when displayed in the document. |
|
Date_Picker
The SDT represents a date picker when displayed in the document. |
|
Doc_Part_Obj
The SDT represents a document part type. |
|
Drop_Down_List
The SDT represents a drop down list when displayed in the document. |
|
Entity_Picker
The SDT represents a EntityPicker when displayed in the document. |
|
Equation
The SDT represents an equation. |
|
Group
The SDT represents a restricted grouping when displayed in the document. |
|
None
No type is assigned to the SDT. |
|
Picture
The SDT represents a picture when displayed in the document. |
|
Repeating_Section
The SDT represents a RepeatingSection when displayed in the document. |
|
Rich_Text
The SDT represents a rich text box when displayed in the document. |
|
Text
The SDT represents a plain text box when displayed in the document. |
Method Summary | |
---|---|
int |
getValue()
|
Enum Constant Detail |
---|
public static final SdtType None
public static final SdtType Rich_Text
public static final SdtType Bibliography
public static final SdtType Citation
public static final SdtType Combo_Box
public static final SdtType Drop_Down_List
public static final SdtType Picture
public static final SdtType Text
public static final SdtType Equation
public static final SdtType Date_Picker
public static final SdtType Building_Block_Gallery
public static final SdtType Doc_Part_Obj
public static final SdtType Group
public static final SdtType Check_Box
public static final SdtType Repeating_Section
public static final SdtType Entity_Picker
Method Detail |
---|
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |