Share via


UnderlineValues 枚举

定义

定义 UnderlineValues 枚举。

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)
继承
UnderlineValues
继承
UnderlineValues

字段

UnderlineValues(String)

创建新的 UnderlineValues 枚举实例

Dash 6

虚线下划线。

当项序列化为 xml 时,其值为“dash”。

Dash

虚线下划线。

当项序列化为 xml 时,其值为“dash”。

DashDotDotHeavy 13

粗短划线点点下划线。

当项序列化为 xml 时,其值为“dashDotDotHeavy”。

DashDotDotHeavy

粗短划线点点下划线。

当项序列化为 xml 时,其值为“dashDotDotHeavy”。

DashDotHeavy 11

粗 Dash-Dot 下划线。

当项序列化为 xml 时,其值为“dashDotHeavy”。

DashDotHeavy

粗 Dash-Dot 下划线。

当项序列化为 xml 时,其值为“dashDotHeavy”。

DashedHeavy 7

粗虚线下划线。

当项序列化为 xml 时,其值为“dashedHeavy”。

DashedHeavy

粗虚线下划线。

当项序列化为 xml 时,其值为“dashedHeavy”。

DashLong

长虚线下划线。

当项序列化为 xml 时,其值为“dashLong”。

DashLong 8

长虚线下划线。

当项序列化为 xml 时,其值为“dashLong”。

DashLongHeavy 9

粗长虚线下划线。

当项序列化为 xml 时,其值为“dashLongHeavy”。

DashLongHeavy

粗长虚线下划线。

当项序列化为 xml 时,其值为“dashLongHeavy”。

DotDash 10

Dash-Dot 下划线。

当项序列化为 xml 时,其值为“dotDash”。

DotDash

Dash-Dot 下划线。

当项序列化为 xml 时,其值为“dotDash”。

DotDotDash

短划线点点下划线。

当项序列化为 xml 时,其值为“dotDotDash”。

DotDotDash 12

短划线点点下划线。

当项序列化为 xml 时,其值为“dotDotDash”。

Dotted

虚线下划线。

当项序列化为 xml 时,其值将“虚线”。

Dotted 4

虚线下划线。

当项序列化为 xml 时,其值将“虚线”。

DottedHeavy

粗点下划线。

当项序列化为 xml 时,其值为“dottedHeavy”。

DottedHeavy 5

粗点下划线。

当项序列化为 xml 时,其值为“dottedHeavy”。

Double 2

双下划线。

当项序列化为 xml 时,其值为“double”。

Double

双下划线。

当项序列化为 xml 时,其值为“double”。

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

无下划线。

当项序列化为 xml 时,其值为“none”。

None

无下划线。

当项序列化为 xml 时,其值为“none”。

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

单下划线。

将项序列化为 xml 时,其值为“single”。

Single

单下划线。

将项序列化为 xml 时,其值为“single”。

Thick 3

粗下划线。

当项序列化为 xml 时,其值为“thick”。

Thick

粗下划线。

当项序列化为 xml 时,其值为“thick”。

ToString()
Wave 14

波形下划线。

当项序列化为 xml 时,其值为“wave”。

Wave

波形下划线。

当项序列化为 xml 时,其值为“wave”。

WavyDouble 16

双波下划线。

将项序列化为 xml 时,其值为“wavyDouble”。

WavyDouble

双波下划线。

将项序列化为 xml 时,其值为“wavyDouble”。

WavyHeavy 15

重波下划线。

当项序列化为 xml 时,其值为“wavyHeavy”。

WavyHeavy

重波下划线。

当项序列化为 xml 时,其值为“wavyHeavy”。

Words

仅对非空格字符添加下划线。

当项序列化为 xml 时,其值为“words”。

Words 1

仅对非空格字符添加下划线。

当项序列化为 xml 时,其值为“words”。

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

适用于