RichFormatPropertyType 枚举

定义

定义 RichFormatPropertyType 枚举。

[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2019)]
public enum RichFormatPropertyType
public enum RichFormatPropertyType
public readonly struct RichFormatPropertyType : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType>, IEquatable<DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType>
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2019)>]
type RichFormatPropertyType = 
type RichFormatPropertyType = 
type RichFormatPropertyType = struct
    interface IEnumValue
    interface IEnumValueFactory<RichFormatPropertyType>
Public Enum RichFormatPropertyType
Public Structure RichFormatPropertyType
Implements IEnumValue, IEnumValueFactory(Of RichFormatPropertyType), IEquatable(Of RichFormatPropertyType)
继承
RichFormatPropertyType
继承
RichFormatPropertyType
属性

字段

RichFormatPropertyType(String)

创建新的 RichFormatPropertyType 枚举实例

B 0

b.

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

B

b.

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

Equals(Object)
Equals(RichFormatPropertyType)
GetHashCode()
I 2

i.

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

I

i.

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

N 1

n.

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

N

n.

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

Equality(RichFormatPropertyType, RichFormatPropertyType)
Inequality(RichFormatPropertyType, RichFormatPropertyType)
S

s.

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

S 3

s.

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

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

适用于