QuestionFormat 枚举

定义

定义 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
属性

字段

QuestionFormat(String)

创建新的 QuestionFormat 枚举实例

Currency 9

货币。

当项序列化为 xml 时,其值为“currency”。

Currency

货币。

当项序列化为 xml 时,其值为“currency”。

Equals(QuestionFormat)
Equals(Object)
Fixed 7

固定。

当项序列化为 xml 时,其值为“固定”。

Fixed

固定。

当项序列化为 xml 时,其值为“固定”。

GeneralDate

generalDate。

当项序列化为 xml 时,其值为“generalDate”。

GeneralDate 0

generalDate。

当项序列化为 xml 时,其值为“generalDate”。

GeneralNumber

generalNumber。

将项序列化为 xml 时,其值为“generalNumber”。

GeneralNumber 5

generalNumber。

将项序列化为 xml 时,其值为“generalNumber”。

GetHashCode()
LongDate 1

longDate。

当项序列化为 xml 时,其值为“longDate”。

LongDate

longDate。

当项序列化为 xml 时,其值为“longDate”。

LongTime 3

长期。

当项序列化为 xml 时,其值为“longTime”。

LongTime

长期。

当项序列化为 xml 时,其值为“longTime”。

Equality(QuestionFormat, QuestionFormat)
Inequality(QuestionFormat, QuestionFormat)
Percent 8

百分比。

当项序列化为 xml 时,其值为“percent”。

Percent

百分比。

当项序列化为 xml 时,其值为“percent”。

ShortDate 2

shortDate。

当项序列化为 xml 时,其值为“shortDate”。

ShortDate

shortDate。

当项序列化为 xml 时,其值为“shortDate”。

ShortTime

shortTime。

当项序列化为 xml 时,其值为“shortTime”。

ShortTime 4

shortTime。

当项序列化为 xml 时,其值为“shortTime”。

Standard 6

标准。

当项序列化为 xml 时,其值为“standard”。

Standard

标准。

当项序列化为 xml 时,其值为“standard”。

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<QuestionFormat>.Create(String)

适用于