# Border style constants

```php
BORDER_THIN                // thin border style
BORDER_MEDIUM              // Medium border style
BORDER_DASHED              // dashed border style
BORDER_DOTTED              // dashed border style
BORDER_THICK               // thick border style
BORDER_DOUBLE              // bilateral style
BORDER_HAIR                // hair border style
BORDER_MEDIUM_DASHED       // medium dashed border style
BORDER_DASH_DOT            // dash border style
BORDER_MEDIUM_DASH_DOT     // medium dotted line border style
BORDER_DASH_DOT_DOT        // Dash-dot-dot border style
BORDER_MEDIUM_DASH_DOT_DOT // medium dotted line border style
BORDER_SLANT_DASH_DOT      // slanted dotted line border style
```


---

# 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/english/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.
