| 类 | 说明 |
|---|---|
| Border |
边框,在样式中位于第
6-12位,边框包含方向、样式和颜色。 |
| Border.SubBorder | |
| BuildInColor |
OpenXML build in color
|
| BuiltInNumFmt |
Load the Built-In Number Format
|
| Charset |
字符集
|
| ColorIndex |
The Build-In Color
ColorIndex
|
| Fill |
填充,在样式中位于第
18-24位,目前只支持单色填充 |
| Font |
字体,为了简化本字体包含颜色属性,在输出时包含颜色的字体将以指定颜色渲染,
注意:字体在全局样式中是共享的,如果要修改某个属性必须先调用
Font.clone()方法
复制一个字体然后再修改属性,这样才不会影响之前使用过此字体的文本 |
| Font.Style |
字体样式
|
| HlsColor |
Hue-Luminance-Saturation Color Util (OpenXML theme color)
|
| Horizontals |
水平对齐,在样式中位于第
1-3位 |
| NumFmt |
To create a custom number format, you start by selecting one of the built-in number formats as a starting point.
|
| Styles | |
| Theme |
Theme style
NOTE: Only read the theme color current
|
| Theme.ClrScheme | |
| Verticals |
垂直对齐,在样式中位于第
4,5位 |
| 枚举 | 说明 |
|---|---|
| BorderStyle |
Border style
|
| PatternType |
2.4.53 ST_enmPattern
PatternType
|
Copyright © 2024. All rights reserved.