TextBoxFormFieldValues enumeration
Office 2013 and later
Defines the TextBoxFormFieldValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| Regular | Text Box. When the item is serialized out as xml, its value is "regular". | |
| Number | Number. When the item is serialized out as xml, its value is "number". | |
| Date | Date. When the item is serialized out as xml, its value is "date". | |
| CurrentTime | Current Time Display. When the item is serialized out as xml, its value is "currentTime". | |
| CurrentDate | Current Date Display. When the item is serialized out as xml, its value is "currentDate". | |
| Calculated | Field Calculation. When the item is serialized out as xml, its value is "calculated". |
Show: