Variable StrokeStyleConst
StrokeStyle: {
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";
} = ...
Type declaration
Readonly
DashDot: "dashDot"
Readonly
DashDotDot: "dashDotDot"
Readonly
Dashed: "dashed"
Readonly
Dotted: "dotted"
Readonly
Double: "double"
Readonly
Hair: "hair"
Readonly
Medium: "medium"
Readonly
MediumDashDot: "mediumDashDot"
Readonly
MediumDashDotDot: "mediumDashDotDot"
Readonly
MediumDashed: "mediumDashed"
Readonly
None: "none"
Readonly
SlantDashDot: "slantDashDot"
Readonly
Thick: "thick"
Readonly
Thin: "thin"
Remarks
This is a limited implementation of border that matches OOXMl and Excel. TODO - Review and rationalize with css.
See
https://learn.microsoft.com/en-us/javascript/api/excel/excel.cellborder?view=excel-js-preview#excel-excel-cellborder-style-member