ContentControlType Enumeration |
Represents the type of a Content Control item (Structured Document Tag).
Namespace: SautinSoft.Document.CustomMarkupsAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2026.4.2
Syntaxpublic enum ContentControlType
Public Enumeration ContentControlType
Members| Member name | Value | Description |
|---|
| Bibliography | 0 |
Bibliography Content Control.
|
| BuildingBlockGallery | 1 |
Building Block Gallery Content Control.
|
| CheckBox | 2 |
Check Box Content Control.
|
| Citation | 3 |
Citation Content Control.
|
| ComboBox | 4 |
Combo Box Content Control.
|
| Date | 5 |
Date Picker Content Control.
|
| DocPartObj | 6 |
DocPartObj Content Control.
|
| DropDownList | 7 |
Drop-Down List Content Control.
|
| Equation | 8 |
Equation Content Control.
|
| Group | 9 |
Grouped Content Controls.
|
| Picture | 10 |
Picture Content Control.
|
| PlainText | 11 |
Plain Text Content Control.
|
| RepeatingSection | 12 |
Repeating Section Content Control.
|
| RepeatingSectionItem | 13 |
Repeating Section Item Content Control.
|
| RichText | 14 |
Rich Text Content Control.
|
See Also