PresetLineDashValues Enumeration

Defines the PresetLineDashValues enumeration.

Namespace:  DocumentFormat.OpenXml.Office2010.Word
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration PresetLineDashValues
'Usage
Dim instance As PresetLineDashValues
public enum PresetLineDashValues

Members

Member name Description
Solid solid. When the item is serialized out as xml, its value is "solid".
Dot dot. When the item is serialized out as xml, its value is "dot".
SysDot sysDot. When the item is serialized out as xml, its value is "sysDot".
Dash dash. When the item is serialized out as xml, its value is "dash".
SysDash sysDash. When the item is serialized out as xml, its value is "sysDash".
LongDash lgDash. When the item is serialized out as xml, its value is "lgDash".
DashDot dashDot. When the item is serialized out as xml, its value is "dashDot".
SystemDashDot sysDashDot. When the item is serialized out as xml, its value is "sysDashDot".
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".
SystemDashDotDot sysDashDotDot. When the item is serialized out as xml, its value is "sysDashDotDot".

See Also

Reference

DocumentFormat.OpenXml.Office2010.Word Namespace