BorderStyleValues 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
边框线样式
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
字段
名称 | 值 | 说明 |
---|---|---|
None | 0 | 无。 当项序列化为 xml 时,其值为“none”。 |
Thin | 1 | 细边框。 当项序列化为 xml 时,其值为“thin”。 |
Medium | 2 | 中等边框。 当项序列化为 xml 时,其值为“medium”。 |
Dashed | 3 | 点划线。 当项序列化为 xml 时,其值将“虚线”。 |
Dotted | 4 | 点缀。 当项序列化为 xml 时,其值将“虚线”。 |
Thick | 5 | 粗线边框。 当项序列化为 xml 时,其值为“thick”。 |
Double | 6 | 双行。 当项序列化为 xml 时,其值为“double”。 |
Hair | 7 | 发际线边框。 当项序列化为 xml 时,其值为“头发”。 |
MediumDashed | 8 | 中等虚线。 当项序列化为 xml 时,其值为“mediumDashed”。 |
DashDot | 9 | 短划线点。 将项序列化为 xml 时,其值为“dashDot”。 |
MediumDashDot | 10 | 中短划线点。 当项序列化为 xml 时,其值为“mediumDashDot”。 |
DashDotDot | 11 | 短划线点点。 当项序列化为 xml 时,其值为“dashDotDot”。 |
MediumDashDotDot | 12 | 中短划线点点。 当项序列化为 xml 时,其值为“mediumDashDotDot”。 |
SlantDashDot | 13 | 倾斜短划线点。 当项序列化为 xml 时,其值为“slantDashDot”。 |
BorderStyleValues(String) | 创建新的 BorderStyleValues 枚举实例 |
|
DashDot | 短划线点。 将项序列化为 xml 时,其值为“dashDot”。 |
|
DashDotDot | 短划线点点。 当项序列化为 xml 时,其值为“dashDotDot”。 |
|
Dashed | 点划线。 当项序列化为 xml 时,其值将“虚线”。 |
|
Dotted | 点缀。 当项序列化为 xml 时,其值将“虚线”。 |
|
Double | 双行。 当项序列化为 xml 时,其值为“double”。 |
|
Equality(BorderStyleValues, BorderStyleValues) | ||
Equals(BorderStyleValues) | ||
Equals(Object) | ||
GetHashCode() | ||
Hair | 发际线边框。 当项序列化为 xml 时,其值为“头发”。 |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<BorderStyleValues>.Create(String) | ||
Inequality(BorderStyleValues, BorderStyleValues) | ||
Medium | 中等边框。 当项序列化为 xml 时,其值为“medium”。 |
|
MediumDashDot | 中短划线点。 当项序列化为 xml 时,其值为“mediumDashDot”。 |
|
MediumDashDotDot | 中短划线点点。 当项序列化为 xml 时,其值为“mediumDashDotDot”。 |
|
MediumDashed | 中等虚线。 当项序列化为 xml 时,其值为“mediumDashed”。 |
|
None | 无。 当项序列化为 xml 时,其值为“none”。 |
|
SlantDashDot | 倾斜短划线点。 当项序列化为 xml 时,其值为“slantDashDot”。 |
|
Thick | 粗线边框。 当项序列化为 xml 时,其值为“thick”。 |
|
Thin | 细边框。 当项序列化为 xml 时,其值为“thin”。 |
|
ToString() |