> For the complete documentation index, see [llms.txt](https://xlswriter-docs.viest.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xlswriter-docs.viest.me/zhong-wen-jian-ti/style-list/border-style-constants.md).

# 边框样式常量

```php
BORDER_THIN                // 薄边框风格
BORDER_MEDIUM              // 中等边框风格
BORDER_DASHED              // 虚线边框风格
BORDER_DOTTED              // 虚线边框样式
BORDER_THICK               // 厚边框风格
BORDER_DOUBLE              // 双边风格
BORDER_HAIR                // 头发边框样式
BORDER_MEDIUM_DASHED       // 中等虚线边框样式
BORDER_DASH_DOT            // 短划线边框样式
BORDER_MEDIUM_DASH_DOT     // 中等点划线边框样式
BORDER_DASH_DOT_DOT        // Dash-dot-dot边框样式
BORDER_MEDIUM_DASH_DOT_DOT // 中等点划线边框样式
BORDER_SLANT_DASH_DOT      // 倾斜的点划线边框风格
```
