QuestionFormat 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 QuestionFormat 枚举。
public enum QuestionFormat
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)]
public enum QuestionFormat
public readonly struct QuestionFormat : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat>, IEquatable<DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat>
type QuestionFormat =
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)>]
type QuestionFormat =
type QuestionFormat = struct
interface IEnumValue
interface IEnumValueFactory<QuestionFormat>
Public Enum QuestionFormat
Public Structure QuestionFormat
Implements IEnumValue, IEnumValueFactory(Of QuestionFormat), IEquatable(Of QuestionFormat)
- 继承
-
QuestionFormat
- 继承
-
QuestionFormat
- 属性
字段
名称 | 值 | 说明 |
---|---|---|
GeneralDate | 0 | generalDate。 当项序列化为 xml 时,其值为“generalDate”。 |
LongDate | 1 | longDate。 当项序列化为 xml 时,其值为“longDate”。 |
ShortDate | 2 | shortDate。 当项序列化为 xml 时,其值为“shortDate”。 |
LongTime | 3 | 长期。 当项序列化为 xml 时,其值为“longTime”。 |
ShortTime | 4 | shortTime。 当项序列化为 xml 时,其值为“shortTime”。 |
GeneralNumber | 5 | generalNumber。 将项序列化为 xml 时,其值为“generalNumber”。 |
Standard | 6 | 标准。 当项序列化为 xml 时,其值为“standard”。 |
Fixed | 7 | 固定。 当项序列化为 xml 时,其值为“固定”。 |
Percent | 8 | 百分之。 当项序列化为 xml 时,其值为“percent”。 |
Currency | 9 | 货币。 当项序列化为 xml 时,其值为“currency”。 |
Currency | 货币。 当项序列化为 xml 时,其值为“currency”。 |
|
Equality(QuestionFormat, QuestionFormat) | ||
Equals(Object) | ||
Equals(QuestionFormat) | ||
Fixed | 固定。 当项序列化为 xml 时,其值为“固定”。 |
|
GeneralDate | generalDate。 当项序列化为 xml 时,其值为“generalDate”。 |
|
GeneralNumber | generalNumber。 将项序列化为 xml 时,其值为“generalNumber”。 |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<QuestionFormat>.Create(String) | ||
Inequality(QuestionFormat, QuestionFormat) | ||
LongDate | longDate。 当项序列化为 xml 时,其值为“longDate”。 |
|
LongTime | 长期。 当项序列化为 xml 时,其值为“longTime”。 |
|
Percent | 百分之。 当项序列化为 xml 时,其值为“percent”。 |
|
QuestionFormat(String) | 创建新的 QuestionFormat 枚举实例 |
|
ShortDate | shortDate。 当项序列化为 xml 时,其值为“shortDate”。 |
|
ShortTime | shortTime。 当项序列化为 xml 时,其值为“shortTime”。 |
|
Standard | 标准。 当项序列化为 xml 时,其值为“standard”。 |
|
ToString() |