Share via


PresetLineDashValues 枚举

定义

定义 PresetLineDashValues 枚举。

public enum PresetLineDashValues
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
public enum PresetLineDashValues
public readonly struct PresetLineDashValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues>, IEquatable<DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues>
type PresetLineDashValues = 
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
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
属性

字段

PresetLineDashValues(String)

创建新的 PresetLineDashValues 枚举实例

Dash 3

破折号。

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

Dash

破折号。

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

DashDot 6

dashDot。

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

DashDot

dashDot。

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

Dot 1

点。

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

Dot

点。

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

Equals(PresetLineDashValues)
Equals(Object)
GetHashCode()
LongDash

lgDash。

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

LongDash 5

lgDash。

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

LongDashDot

lgDashDot。

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

LongDashDot 8

lgDashDot。

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

LongDashDotDot 9

lgDashDotDot。

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

LongDashDotDot

lgDashDotDot。

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

Equality(PresetLineDashValues, PresetLineDashValues)
Inequality(PresetLineDashValues, PresetLineDashValues)
Solid

固体。

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

Solid 0

固体。

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

SysDash 4

sysDash。

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

SysDash

sysDash。

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

SysDot 2

sysDot。

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

SysDot

sysDot。

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

SystemDashDot

sysDashDot。

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

SystemDashDot 7

sysDashDot。

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

SystemDashDotDot 10

sysDashDotDot。

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

SystemDashDotDot

sysDashDotDot。

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

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

适用于