MsoLineStyle Enum
MsoLineStyle Enum
Represents style of drawing lines.
type MsoLineStyle int32
Fields
| Field | Description |
|---|---|
| Single | Single line (of width lineWidth) |
| ThickBetweenThin | Three lines, thin, thick, thin |
| ThinThick | Double lines, one thin, one thick |
| ThickThin | Double lines, one thick, one thin |
| ThinThin | Double lines of equal width |