diff --git a/docs/guide/sheet.md b/docs/guide/sheet.md index 5ef83d8..fa92bd4 100644 --- a/docs/guide/sheet.md +++ b/docs/guide/sheet.md @@ -305,7 +305,7 @@ eg: options.data: 1. selection `rangeType: "range"` + Border type `borderType:"border-left" | "border-right" | "border-top" | "border-bottom" | "border-all" | "border-outside" | "border-inside" | "border-horizontal" | "border-vertical" | "border-none"`, - + Border thickness `style: 1 Thin | 2 Hair | 3 Dotted | 4 Dashed | 5 DashDot | 6 DashDotDot | 7 Double | 8 Medium | 9 MediumDashed | 10 MediumDashDot | 11 MediumDashDotDot | 12 SlantedDashDot | 13 Thick` + + Border thickness `style: 1 Thin | 2 Hair | 3 Dotted | 4 Dashed | 5 DashDot | 6 DashDotDot | 7 Double | 8 Medium | 9 MediumDashed | 10 MediumDashDot | 11 MediumDashDotDot | 12 SlantedDashDot | 13 Thick`, If it corresponds to the value of getLineStyle() of aspose.cells, you need to make a conversion yourself, refer to [aspose.cells](https://apireference.aspose.com/cells/net/aspose.cells/cellbordertype) + Border color `color: Hexadecimal color value` + Selection area `range: Row and column information array` diff --git a/docs/zh/guide/sheet.md b/docs/zh/guide/sheet.md index 1056a66..0c97293 100644 --- a/docs/zh/guide/sheet.md +++ b/docs/zh/guide/sheet.md @@ -307,7 +307,7 @@ options.data示例如下: 1. 选区 `rangeType: "range"` + 边框类型 `borderType:"border-left" | "border-right" | "border-top" | "border-bottom" | "border-all" | "border-outside" | "border-inside" | "border-horizontal" | "border-vertical" | "border-none"`, - + 边框粗细 `style: 1 Thin | 2 Hair | 3 Dotted | 4 Dashed | 5 DashDot | 6 DashDotDot | 7 Double | 8 Medium | 9 MediumDashed | 10 MediumDashDot | 11 MediumDashDotDot | 12 SlantedDashDot | 13 Thick` + + 边框粗细 `style: 1 Thin | 2 Hair | 3 Dotted | 4 Dashed | 5 DashDot | 6 DashDotDot | 7 Double | 8 Medium | 9 MediumDashed | 10 MediumDashDot | 11 MediumDashDotDot | 12 SlantedDashDot | 13 Thick`,和aspose.cells的getLineStyle()的值对应的话,需要自己做个转换,参考 [aspose.cells](https://apireference.aspose.com/cells/net/aspose.cells/cellbordertype) + 边框颜色 `color: 16进制颜色值` + 选区范围 `range: 行列信息数组`