Specifies the type of a structured document tag (SDT) Element.
Namespace: Spire.Doc.DocumentsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum SdtType
Public Enumeration SdtType
public enum class SdtType
type SdtType
Members
| Member | 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.
|