TextUnderlineValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
None | 0 | Text Underline Enum ( None ). When the item is serialized out as xml, its value is "none". |
Words | 1 | Text Underline Enum ( Words ). When the item is serialized out as xml, its value is "words". |
Single | 2 | Text Underline Enum ( Single ). When the item is serialized out as xml, its value is "sng". |
Double | 3 | Text Underline Enum ( Double ). When the item is serialized out as xml, its value is "dbl". |
Heavy | 4 | Text Underline Enum ( Heavy ). When the item is serialized out as xml, its value is "heavy". |
Dotted | 5 | Text Underline Enum ( Dotted ). When the item is serialized out as xml, its value is "dotted". |
HeavyDotted | 6 | Text Underline Enum ( Heavy Dotted ). When the item is serialized out as xml, its value is "dottedHeavy". |
Dash | 7 | 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". |
DashLong | 9 | 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". |
DotDash | 11 | Text Underline Enum ( Dot Dash ). When the item is serialized out as xml, its value is "dotDash". |
DotDashHeavy | 12 | Text Underline Enum ( Heavy Dot Dash ). When the item is serialized out as xml, its value is "dotDashHeavy". |
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". |
Wavy | 15 | Text Underline Enum ( Wavy ). When the item is serialized out as xml, its value is "wavy". |
WavyHeavy | 16 | Text Underline Enum ( Heavy Wavy ). When the item is serialized out as xml, its value is "wavyHeavy". |
WavyDouble | 17 | Text Underline Enum ( Double Wavy ). When the item is serialized out as xml, its value is "wavyDbl". |
Dash | Text Underline Enum ( Dashed ). When the item is serialized out as xml, its value is "dash". |
|
DashHeavy | Text Underline Enum ( Heavy Dashed ). When the item is serialized out as xml, its value is "dashHeavy". |
|
DashLong | Text Underline Enum ( Long Dashed ). When the item is serialized out as xml, its value is "dashLong". |
|
DashLongHeavy | Text Underline Enum ( Heavy Long Dashed ). When the item is serialized out as xml, its value is "dashLongHeavy". |
|
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". |
|
DotDotDash | Text Underline Enum ( Dot Dot Dash ). When the item is serialized out as xml, its value is "dotDotDash". |
|
DotDotDashHeavy | Text Underline Enum ( Heavy Dot Dot Dash ). When the item is serialized out as xml, its value is "dotDotDashHeavy". |
|
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". |
|
Equality(TextUnderlineValues, TextUnderlineValues) | ||
Equals(Object) | ||
Equals(TextUnderlineValues) | ||
GetHashCode() | ||
Heavy | Text Underline Enum ( Heavy ). When the item is serialized out as xml, its value is "heavy". |
|
HeavyDotted | Text Underline Enum ( Heavy Dotted ). When the item is serialized out as xml, its value is "dottedHeavy". |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<TextUnderlineValues>.Create(String) | ||
Inequality(TextUnderlineValues, TextUnderlineValues) | ||
None | Text Underline Enum ( None ). When the item is serialized out as xml, its value is "none". |
|
Single | Text Underline Enum ( Single ). When the item is serialized out as xml, its value is "sng". |
|
TextUnderlineValues(String) | Creates a new TextUnderlineValues enum instance |
|
ToString() | ||
Wavy | Text Underline Enum ( Wavy ). When the item is serialized out as xml, its value is "wavy". |
|
WavyDouble | Text Underline Enum ( Double Wavy ). When the item is serialized out as xml, its value is "wavyDbl". |
|
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". |