Specifies the type of a structured document tag (SDT) Element.
 Namespace:
 Spire.Doc.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
Public Enumeration SdtType
 
public enum class SdtType
 
 
 
 
 Members
 Members
 
|  | Member name | Value | Description | 
|  | None | 0 | No type is assigned to the SDT.
If no type element is specified, the SDT structured document tag should be a rich text box. | 
|  | RichText | 1 | The SDT represents a rich text box when displayed in the document. | 
|  | Bibliography | 2 | The SDT represents a bibliography entry. | 
|  | Citation | 3 | The SDT represents a citation. | 
|  | ComboBox | 4 | The SDT represents a combo box when displayed in the document. | 
|  | DropDownList | 5 | The SDT represents a drop down list when displayed in the document. | 
|  | Picture | 6 | The SDT represents a picture when displayed in the document. | 
|  | Text | 7 | The SDT represents a plain text box when displayed in the document. | 
|  | Equation | 8 | The SDT represents an equation. | 
|  | DatePicker | 9 | The SDT represents a date picker when displayed in the document. | 
|  | BuildingBlockGallery | 10 | The SDT represents a building block gallery type. | 
|  | DocPartObj | 11 | The SDT represents a document part type. | 
|  | Group | 12 | The SDT represents a restricted grouping when displayed in the document. | 
|  | CheckBox | 13 | The SDT represents a checkbox when displayed in the document. | 
|  | RepeatingSection | 14 | The SDT represents a repeating section when displayed in the document. | 
|  | EntityPicker | 15 | The SDT represents a entity picker when displayed in the document. | 
 
 
 See Also
See Also