Share via


RichFormatPropertyType Enum

Definition

Defines the RichFormatPropertyType enumeration.

[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)
Inheritance
RichFormatPropertyType
Inheritance
RichFormatPropertyType
Attributes

Fields

RichFormatPropertyType(String)

Creates a new RichFormatPropertyType enum instance

B 0

b.

When the item is serialized out as xml, its value is "b".

B

b.

When the item is serialized out as xml, its value is "b".

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

i.

When the item is serialized out as xml, its value is "i".

I

i.

When the item is serialized out as xml, its value is "i".

N 1

n.

When the item is serialized out as xml, its value is "n".

N

n.

When the item is serialized out as xml, its value is "n".

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

s.

When the item is serialized out as xml, its value is "s".

S 3

s.

When the item is serialized out as xml, its value is "s".

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

Applies to