PresetLineDashValues 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 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
- 属性
字段
名称 | 值 | 说明 |
---|---|---|
Solid | 0 | 固体。 当项序列化为 xml 时,其值为“solid”。 |
Dot | 1 | 点。 当项序列化为 xml 时,其值为“dot”。 |
SysDot | 2 | sysDot。 当项序列化为 xml 时,其值为“sysDot”。 |
Dash | 3 | 破折号。 当项序列化为 xml 时,其值为“dash”。 |
SysDash | 4 | sysDash。 当项序列化为 xml 时,其值为“sysDash”。 |
LongDash | 5 | lgDash。 将项序列化为 xml 时,其值为“lgDash”。 |
DashDot | 6 | dashDot。 将项序列化为 xml 时,其值为“dashDot”。 |
SystemDashDot | 7 | sysDashDot。 当项序列化为 xml 时,其值为“sysDashDot”。 |
LongDashDot | 8 | lgDashDot。 当项序列化为 xml 时,其值为“lgDashDot”。 |
LongDashDotDot | 9 | lgDashDotDot。 当项序列化为 xml 时,其值为“lgDashDotDot”。 |
SystemDashDotDot | 10 | sysDashDotDot。 当项序列化为 xml 时,其值为“sysDashDotDot”。 |
Dash | 破折号。 当项序列化为 xml 时,其值为“dash”。 |
|
DashDot | 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) | ||
LongDash | lgDash。 将项序列化为 xml 时,其值为“lgDash”。 |
|
LongDashDot | lgDashDot。 当项序列化为 xml 时,其值为“lgDashDot”。 |
|
LongDashDotDot | lgDashDotDot。 当项序列化为 xml 时,其值为“lgDashDotDot”。 |
|
PresetLineDashValues(String) | 创建新的 PresetLineDashValues 枚举实例 |
|
Solid | 固体。 当项序列化为 xml 时,其值为“solid”。 |
|
SysDash | sysDash。 当项序列化为 xml 时,其值为“sysDash”。 |
|
SysDot | sysDot。 当项序列化为 xml 时,其值为“sysDot”。 |
|
SystemDashDot | sysDashDot。 当项序列化为 xml 时,其值为“sysDashDot”。 |
|
SystemDashDotDot | sysDashDotDot。 当项序列化为 xml 时,其值为“sysDashDotDot”。 |
|
ToString() |