Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the TextBoxFormFieldValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration TextBoxFormFieldValues
'Usage
Dim instance As TextBoxFormFieldValues
public enum TextBoxFormFieldValues
Members
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". |