TextUnderlineValues Enum

Definition

Text Underline Types

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

Fields

TextUnderlineValues(String)

Creates a new TextUnderlineValues enum instance

Dash 7

Text Underline Enum ( Dashed ).

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

Dash

Text Underline Enum ( Dashed ).

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

DashHeavy 8

Text Underline Enum ( Heavy Dashed ).

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

DashHeavy

Text Underline Enum ( Heavy Dashed ).

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

DashLong 9

Text Underline Enum ( Long Dashed ).

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

DashLong

Text Underline Enum ( Long Dashed ).

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

DashLongHeavy 10

Text Underline Enum ( Heavy Long Dashed ).

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

DashLongHeavy

Text Underline Enum ( Heavy Long Dashed ).

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

DotDash 11

Text Underline Enum ( Dot Dash ).

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

DotDash

Text Underline Enum ( Dot Dash ).

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

DotDashHeavy

Text Underline Enum ( Heavy Dot Dash ).

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

DotDashHeavy 12

Text Underline Enum ( Heavy Dot Dash ).

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

DotDotDash

Text Underline Enum ( Dot Dot Dash ).

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

DotDotDash 13

Text Underline Enum ( Dot Dot Dash ).

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

DotDotDashHeavy 14

Text Underline Enum ( Heavy Dot Dot Dash ).

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

DotDotDashHeavy

Text Underline Enum ( Heavy Dot Dot Dash ).

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

Dotted 5

Text Underline Enum ( Dotted ).

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

Dotted

Text Underline Enum ( Dotted ).

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

Double

Text Underline Enum ( Double ).

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

Double 3

Text Underline Enum ( Double ).

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

Equals(TextUnderlineValues)
Equals(Object)
GetHashCode()
Heavy

Text Underline Enum ( Heavy ).

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

Heavy 4

Text Underline Enum ( Heavy ).

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

HeavyDotted 6

Text Underline Enum ( Heavy Dotted ).

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

HeavyDotted

Text Underline Enum ( Heavy Dotted ).

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

None 0

Text Underline Enum ( None ).

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

None

Text Underline Enum ( None ).

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

Equality(TextUnderlineValues, TextUnderlineValues)
Inequality(TextUnderlineValues, TextUnderlineValues)
Single 2

Text Underline Enum ( Single ).

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

Single

Text Underline Enum ( Single ).

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

ToString()
Wavy 15

Text Underline Enum ( Wavy ).

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

Wavy

Text Underline Enum ( Wavy ).

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

WavyDouble 17

Text Underline Enum ( Double Wavy ).

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

WavyDouble

Text Underline Enum ( Double Wavy ).

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

WavyHeavy 16

Text Underline Enum ( Heavy Wavy ).

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

WavyHeavy

Text Underline Enum ( Heavy Wavy ).

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

Words

Text Underline Enum ( Words ).

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

Words 1

Text Underline Enum ( Words ).

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

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

Applies to