TextBoxFormFieldValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the TextBoxFormFieldValues enumeration.
public enum TextBoxFormFieldValues
public readonly struct TextBoxFormFieldValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues>
type TextBoxFormFieldValues =
type TextBoxFormFieldValues = struct
interface IEnumValue
interface IEnumValueFactory<TextBoxFormFieldValues>
Public Enum TextBoxFormFieldValues
Public Structure TextBoxFormFieldValues
Implements IEnumValue, IEnumValueFactory(Of TextBoxFormFieldValues), IEquatable(Of TextBoxFormFieldValues)
- Inheritance
-
TextBoxFormFieldValues
- Inheritance
-
TextBoxFormFieldValues
Fields
Name | Value | Description |
---|---|---|
Regular | 0 | Text Box. When the item is serialized out as xml, its value is "regular". |
Number | 1 | Number. When the item is serialized out as xml, its value is "number". |
Date | 2 | Date. When the item is serialized out as xml, its value is "date". |
CurrentTime | 3 | Current Time Display. When the item is serialized out as xml, its value is "currentTime". |
CurrentDate | 4 | Current Date Display. When the item is serialized out as xml, its value is "currentDate". |
Calculated | 5 | Field Calculation. When the item is serialized out as xml, its value is "calculated". |
Calculated | Field Calculation. When the item is serialized out as xml, its value is "calculated". |
|
CurrentDate | Current Date Display. When the item is serialized out as xml, its value is "currentDate". |
|
CurrentTime | Current Time Display. When the item is serialized out as xml, its value is "currentTime". |
|
Date | Date. When the item is serialized out as xml, its value is "date". |
|
Equality(TextBoxFormFieldValues, TextBoxFormFieldValues) | ||
Equals(Object) | ||
Equals(TextBoxFormFieldValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<TextBoxFormFieldValues>.Create(String) | ||
Inequality(TextBoxFormFieldValues, TextBoxFormFieldValues) | ||
Number | Number. When the item is serialized out as xml, its value is "number". |
|
Regular | Text Box. When the item is serialized out as xml, its value is "regular". |
|
TextBoxFormFieldValues(String) | Creates a new TextBoxFormFieldValues enum instance |
|
ToString() |