Enumeration BorderStrokeStyle

Note - Excel javascript does this differently. They break weight and styling into two properties but... they only support the enums as they are defined in OOXML.

Enumeration Members

DashDot: "dashDot"
DashDotDot: "dashDotDot"
Dashed: "dashed"
Dotted: "dotted"
Double: "double"
Hair: "hair"
Medium: "medium"
MediumDashDot: "mediumDashDot"
MediumDashDotDot: "mediumDashDotDot"
MediumDashed: "mediumDashed"
None: "none"
SlantDashDot: "slantDashDot"
Thick: "thick"
Thin: "thin"