PresetLineDashValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Preset Line Dash Value
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)
- Inheritance
-
PresetLineDashValues
- Inheritance
-
PresetLineDashValues
Fields
PresetLineDashValues(String) | Creates a new PresetLineDashValues enum instance |
|
Dash | 2 | Dash. When the item is serialized out as xml, its value is "dash". |
Dash | Dash. When the item is serialized out as xml, its value is "dash". |
|
DashDot | 4 | Dash Dot. When the item is serialized out as xml, its value is "dashDot". |
DashDot | Dash Dot. When the item is serialized out as xml, its value is "dashDot". |
|
Dot | 1 | Dot. When the item is serialized out as xml, its value is "dot". |
Dot | Dot. When the item is serialized out as xml, its value is "dot". |
|
Equals(PresetLineDashValues) | ||
Equals(Object) | ||
GetHashCode() | ||
LargeDash | Large Dash. When the item is serialized out as xml, its value is "lgDash". |
|
LargeDash | 3 | Large Dash. When the item is serialized out as xml, its value is "lgDash". |
LargeDashDot | Large Dash Dot. When the item is serialized out as xml, its value is "lgDashDot". |
|
LargeDashDot | 5 | Large Dash Dot. When the item is serialized out as xml, its value is "lgDashDot". |
LargeDashDotDot | 6 | Large Dash Dot Dot. When the item is serialized out as xml, its value is "lgDashDotDot". |
LargeDashDotDot | Large Dash Dot Dot. When the item is serialized out as xml, its value is "lgDashDotDot". |
|
Equality(PresetLineDashValues, PresetLineDashValues) | ||
Inequality(PresetLineDashValues, PresetLineDashValues) | ||
Solid | Solid. When the item is serialized out as xml, its value is "solid". |
|
Solid | 0 | Solid. When the item is serialized out as xml, its value is "solid". |
SystemDash | 7 | System Dash. When the item is serialized out as xml, its value is "sysDash". |
SystemDash | System Dash. When the item is serialized out as xml, its value is "sysDash". |
|
SystemDashDot | 9 | System Dash Dot. When the item is serialized out as xml, its value is "sysDashDot". |
SystemDashDot | System Dash Dot. When the item is serialized out as xml, its value is "sysDashDot". |
|
SystemDashDotDot | System Dash Dot Dot. When the item is serialized out as xml, its value is "sysDashDotDot". |
|
SystemDashDotDot | 10 | System Dash Dot Dot. When the item is serialized out as xml, its value is "sysDashDotDot". |
SystemDot | 8 | System Dot. When the item is serialized out as xml, its value is "sysDot". |
SystemDot | System Dot. When the item is serialized out as xml, its value is "sysDot". |
|
ToString() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<PresetLineDashValues>.Create(String) |