# 样式列表

`Vtiful\Kernel\Format` 支持的全部样式属性目录：

* 字体：[斜体](/zhong-wen-jian-ti/style-list/italic.md)、[粗体](/zhong-wen-jian-ti/style-list/bold.md)、[下划线](/zhong-wen-jian-ti/style-list/underline.md)、[删除线](/zhong-wen-jian-ti/style-list/strikethrough.md)、[字号](/zhong-wen-jian-ti/style-list/font-size.md)、[文本颜色](/zhong-wen-jian-ti/style-list/font-color.md)、[多样式文本](/zhong-wen-jian-ti/style-list/font-rich.md)、[字体](/zhong-wen-jian-ti/style-list/font.md)
* 排版：[对齐](/zhong-wen-jian-ti/style-list/align.md)、[文本换行](/zhong-wen-jian-ti/style-list/text-wrap.md)、[文字旋转](/zhong-wen-jian-ti/style-list/rotation.md)、[缩进](/zhong-wen-jian-ti/style-list/indent.md)
* 边框：[单元格边框](/zhong-wen-jian-ti/style-list/cell-border.md)、[四边边框](/zhong-wen-jian-ti/style-list/border-four-sides.md)、[边框颜色](/zhong-wen-jian-ti/style-list/border-color.md)、[边框样式常量](/zhong-wen-jian-ti/style-list/border-style-constants.md)
* 填充：[背景颜色](/zhong-wen-jian-ti/style-list/background-color.md)、[颜色常量](/zhong-wen-jian-ti/style-list/color-constants.md)
* 其他：[数字格式化](/zhong-wen-jian-ti/style-list/number.md)、[单元格保护](/zhong-wen-jian-ti/style-list/cell-protection.md)


---

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