Namespace: Spire.Xls.Core.Converter.General.Word
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum LineDashing
Public Enumeration LineDashing
public enum class LineDashing
type LineDashing
Members
| Member | Value | Description |
|---|---|---|
| Solid | 0 | |
| Dash | 1 | |
| Dot | 2 | |
| DashDot | 3 | |
| DashDotDot | 4 | |
| DotGEL | 5 | |
| DashGEL | 6 | |
| LongDashGEL | 7 | |
| DashDotGEL | 8 | |
| LongDashDotGEL | 9 | |
| LongDashDotDotGEL | 10 | |
| Default | 0 |