次の方法で共有


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)

適用対象