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.
Defines the PresetLineDashValues enumeration.
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)
		- Inheritance
 - 
				PresetLineDashValues
 
- Inheritance
 - 
				PresetLineDashValues
 
- Attributes
 
Fields
| Name | Value | Description | 
|---|---|---|
| Solid | 0 | solid. When the item is serialized out as xml, its value is "solid".  | 
			
| Dot | 1 | dot. When the item is serialized out as xml, its value is "dot".  | 
			
| SysDot | 2 | sysDot. When the item is serialized out as xml, its value is "sysDot".  | 
			
| Dash | 3 | dash. When the item is serialized out as xml, its value is "dash".  | 
			
| SysDash | 4 | sysDash. When the item is serialized out as xml, its value is "sysDash".  | 
			
| LongDash | 5 | lgDash. When the item is serialized out as xml, its value is "lgDash".  | 
			
| DashDot | 6 | dashDot. When the item is serialized out as xml, its value is "dashDot".  | 
			
| SystemDashDot | 7 | sysDashDot. When the item is serialized out as xml, its value is "sysDashDot".  | 
			
| LongDashDot | 8 | lgDashDot. When the item is serialized out as xml, its value is "lgDashDot".  | 
			
| LongDashDotDot | 9 | lgDashDotDot. When the item is serialized out as xml, its value is "lgDashDotDot".  | 
			
| SystemDashDotDot | 10 | sysDashDotDot. When the item is serialized out as xml, its value is "sysDashDotDot".  | 
			
| Dash | dash. When the item is serialized out as xml, its value is "dash".  | 
			|
| DashDot | dashDot. When the item is serialized out as xml, its value is "dashDot".  | 
			|
| Dot | dot. When the item is serialized out as xml, its value is "dot".  | 
			|
| Equality(PresetLineDashValues, PresetLineDashValues) | ||
| Equals(Object) | ||
| Equals(PresetLineDashValues) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<PresetLineDashValues>.Create(String) | ||
| Inequality(PresetLineDashValues, PresetLineDashValues) | ||
| LongDash | lgDash. When the item is serialized out as xml, its value is "lgDash".  | 
			|
| LongDashDot | lgDashDot. When the item is serialized out as xml, its value is "lgDashDot".  | 
			|
| LongDashDotDot | lgDashDotDot. When the item is serialized out as xml, its value is "lgDashDotDot".  | 
			|
| PresetLineDashValues(String) | Creates a new PresetLineDashValues enum instance  | 
			|
| Solid | solid. When the item is serialized out as xml, its value is "solid".  | 
			|
| SysDash | sysDash. When the item is serialized out as xml, its value is "sysDash".  | 
			|
| SysDot | sysDot. When the item is serialized out as xml, its value is "sysDot".  | 
			|
| SystemDashDot | sysDashDot. When the item is serialized out as xml, its value is "sysDashDot".  | 
			|
| SystemDashDotDot | sysDashDotDot. When the item is serialized out as xml, its value is "sysDashDotDot".  | 
			|
| ToString() |