Enum DocxFormValueKind
- Namespace
- DocToolkit
- Assembly
- DocToolkit.Docx.dll
The kinds of value a content control can hold.
public enum DocxFormValueKind
Fields
Checked = 1A check box.
Choice = 3A selection from a drop-down or combo box.
Only ever seen on the way in. A drop-down's current selection is handed back as plain text, so
DocxForm.Inspectreports it as Text — measured. A caller cannot tell a drop-down from a text control by kind alone.Date = 2A date.
Other = 5Something this API does not model. Text carries its text, so a caller sees the content rather than losing it.
Picture = 4An image.
Text = 0Plain text.