PresetLineDashValues 枚举

定义

预设行短划线值

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

字段

名称 说明
Solid 0

实心。

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

Dot 1

点。

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

Dash 2

虚线。

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

LargeDash 3

大划线。

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

DashDot 4

短划线点。

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

LargeDashDot 5

大短划线点。

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

LargeDashDotDot 6

大短划线点点。

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

SystemDash 7

系统短划线。

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

SystemDot 8

系统点。

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

SystemDashDot 9

系统短划线点。

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

SystemDashDotDot 10

系统短划线点点。

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

Dash

虚线。

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

DashDot

短划线点。

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

Dot

点。

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

Equality(PresetLineDashValues, PresetLineDashValues)
Equals(Object)
Equals(PresetLineDashValues)
GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<PresetLineDashValues>.Create(String)
Inequality(PresetLineDashValues, PresetLineDashValues)
LargeDash

大划线。

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

LargeDashDot

大短划线点。

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

LargeDashDotDot

大短划线点点。

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

PresetLineDashValues(String)

创建新的 PresetLineDashValues 枚举实例

Solid

实心。

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

SystemDash

系统短划线。

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

SystemDashDot

系统短划线点。

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

SystemDashDotDot

系统短划线点点。

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

SystemDot

系统点。

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

ToString()

适用于