UnderlineValues Enum

Definition

Underline Types

public enum UnderlineValues
public readonly struct UnderlineValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.UnderlineValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.UnderlineValues>
type UnderlineValues = 
type UnderlineValues = struct
    interface IEnumValue
    interface IEnumValueFactory<UnderlineValues>
Public Enum UnderlineValues
Public Structure UnderlineValues
Implements IEnumValue, IEnumValueFactory(Of UnderlineValues), IEquatable(Of UnderlineValues)
Inheritance
UnderlineValues
Inheritance
UnderlineValues

Fields

UnderlineValues(String)

Creates a new UnderlineValues enum instance

Double

Double Underline.

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

Double 1

Double Underline.

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

DoubleAccounting

Accounting Double Underline.

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

DoubleAccounting 3

Accounting Double Underline.

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

Equals(UnderlineValues)
Equals(Object)
GetHashCode()
None 4

None.

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

None

None.

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

Equality(UnderlineValues, UnderlineValues)
Inequality(UnderlineValues, UnderlineValues)
Single 0

Single Underline.

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

Single

Single Underline.

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

SingleAccounting

Accounting Single Underline.

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

SingleAccounting 2

Accounting Single Underline.

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

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

Applies to