PresetLineDashValues enumeration
Office 2013 and later
Preset Line Dash Value
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| 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". | |
| Dash | Dash. When the item is serialized out as xml, its value is "dash". | |
| LargeDash | Large Dash. When the item is serialized out as xml, its value is "lgDash". | |
| DashDot | Dash Dot. When the item is serialized out as xml, its value is "dashDot". | |
| LargeDashDot | Large Dash Dot. When the item is serialized out as xml, its value is "lgDashDot". | |
| LargeDashDotDot | Large Dash Dot Dot. When the item is serialized out as xml, its value is "lgDashDotDot". | |
| SystemDash | System Dash. When the item is serialized out as xml, its value is "sysDash". | |
| SystemDot | System Dot. When the item is serialized out as xml, its value is "sysDot". | |
| 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". |
Show: