# 边框样式常量

```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      // 倾斜的点划线边框风格
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://xlswriter-docs.viest.me/zhong-wen-jian-ti/style-list/border-style-constants.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
