UnderlineValues Enum

Definition

Defines the UnderlineValues enumeration.

public enum UnderlineValues
public readonly struct UnderlineValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.UnderlineValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.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

Dash 6

Dashed Underline.

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

Dash

Dashed Underline.

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

DashDotDotHeavy 13

Thick Dash-Dot-Dot Underline.

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

DashDotDotHeavy

Thick Dash-Dot-Dot Underline.

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

DashDotHeavy 11

Thick Dash-Dot Underline.

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

DashDotHeavy

Thick Dash-Dot Underline.

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

DashedHeavy 7

Thick Dashed Underline.

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

DashedHeavy

Thick Dashed Underline.

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

DashLong

Long Dashed Underline.

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

DashLong 8

Long Dashed Underline.

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

DashLongHeavy 9

Thick Long Dashed Underline.

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

DashLongHeavy

Thick Long Dashed Underline.

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

DotDash 10

Dash-Dot Underline.

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

DotDash

Dash-Dot Underline.

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

DotDotDash

Dash-Dot-Dot Underline.

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

DotDotDash 12

Dash-Dot-Dot Underline.

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

Dotted

Dotted Underline.

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

Dotted 4

Dotted Underline.

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

DottedHeavy

Thick Dotted Underline.

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

DottedHeavy 5

Thick Dotted Underline.

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

Double 2

Double Underline.

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

Double

Double Underline.

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

Equals(UnderlineValues)
Equals(Object)
GetHashCode()
None 17

No Underline.

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

None

No Underline.

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".

Thick 3

Thick Underline.

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

Thick

Thick Underline.

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

ToString()
Wave 14

Wave Underline.

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

Wave

Wave Underline.

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

WavyDouble 16

Double Wave Underline.

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

WavyDouble

Double Wave Underline.

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

WavyHeavy 15

Heavy Wave Underline.

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

WavyHeavy

Heavy Wave Underline.

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

Words

Underline Non-Space Characters Only.

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

Words 1

Underline Non-Space Characters Only.

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

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

Applies to