PresetLineDashValues enumeration

Office 2013 and later

Defines the PresetLineDashValues enumeration.

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

No code example is currently available or this language may not be supported.

Member nameDescription
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".
Show: