BorderStyleValues 枚举

定义

边框线样式

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

字段

BorderStyleValues(String)

创建新的 BorderStyleValues 枚举实例

DashDot 9

短划线点。

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

DashDot

短划线点。

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

DashDotDot 11

短划线点点。

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

DashDotDot

短划线点点。

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

Dashed 3

点划线。

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

Dashed

点划线。

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

Dotted 4

点缀。

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

Dotted

点缀。

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

Double 6

双行。

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

Double

双行。

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

Equals(Object)
Equals(BorderStyleValues)
GetHashCode()
Hair 7

发际线边框。

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

Hair

发际线边框。

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

Medium 2

中等边框。

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

Medium

中等边框。

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

MediumDashDot

中短划线点。

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

MediumDashDot 10

中短划线点。

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

MediumDashDotDot 12

中短划线点点。

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

MediumDashDotDot

中短划线点点。

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

MediumDashed 8

中等虚线。

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

MediumDashed

中等虚线。

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

None 0

无。

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

None

无。

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

Equality(BorderStyleValues, BorderStyleValues)
Inequality(BorderStyleValues, BorderStyleValues)
SlantDashDot 13

倾斜短划线点。

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

SlantDashDot

倾斜短划线点。

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

Thick

粗线边框。

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

Thick 5

粗线边框。

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

Thin 1

细边框。

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

Thin

细边框。

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

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

适用于