# 格式属性 ## 单元格属性表
属性值 | 全称 | 说明 |
值示例 | Aspose方法或者属性 |
ct | celltype | 单元格值格式:文本、时间等 | 单元格格式 | |
bg | background | 背景颜色 | #fff000 | setBackgroundColor |
ff | fontfamily | 字体 | 0 微软雅黑、1 宋体(Song)、2 黑体(ST Heiti)、3 楷体(ST Kaiti)、 4仿宋(ST FangSong)、 5 新宋体(ST Song)、 6 华文新魏、 7华文行楷、 8 华文隶书、 9 Arial、 10 Times New Roman 、11 Tahoma 、12 Verdana | Style.Font object's Name property. |
fc | fontcolor | 字体颜色 | #fff000 | Style.Font object's Color property |
bl | bold | 粗体 | 0 常规 、 1加粗 | Style.Font object's IsBold property to true. |
it | italic | 斜体 | 0 常规 、 1 斜体 | |
fs | fontsize | 字体大小 | 14 | Style.Font object's Size property. |
cl | cancelline | 删除线 | 0 常规 、 1 删除线 | Style.Font object's Underline property |
ul | underline | 下划线 | 0 常规 、 1 下划线 | |
bs | borderstyle | 边框样式 | 0 none | LineStyle |
1 Thin | ||||
2 Hair | ||||
3 Dotted | ||||
4 Dashed | ||||
5 DashDot | ||||
6 DashDotDot | ||||
7 Double | ||||
8 Medium | ||||
9 MediumDashed | ||||
10 MediumDashDot | ||||
11 MediumDashDotDot | ||||
12 SlantedDashDot | ||||
13 Thick | ||||
bc | bordercolor | 边框颜色 | #fff000 | setBorderColor |
bs_t | borderstyleTop | 上边框样式 | 同上 | |
bc_t | bordercolorTop | 上边框颜色 | ||
bs_b | borderstyleBottom | 下边框样式 | ||
bc_b | bordercolorBottom | 下边框颜色 | ||
bs_l | borderstyleLeft | 左边框样式 | ||
bc_l | bordercolorLeft | 左边框颜色 | ||
bs_r | borderstyleRight | 右边框样式 | ||
bc_r | bordercolorRight | 右边框颜色 | ||
vt | verticaltype | 垂直对齐 | 0 中间、1 上、2下 | setVerticalAlignment |
ht | horizontaltype | 水平对齐 | 0 居中、1 左、2右 | setHorizontalAlignment |
mc | mergecell | 合并单元格 | { rs: 10, cs:5 } 表示从此cell开始到10行5列的cell进行合并。 | Merge |
tr | textrotate | 文字旋转 | 0: 0、1: 45 、2:-45、3 竖排文字、4: 90 、5:-90 | setRotationAngle |
fl | floatlenght | 小数位数 | 3 | |
tb | textbeak | 文本换行 | 0 截断、1溢出、2 自动换行 | 2:setTextWrapped 0和1:IsTextWrapped = true |
ov | originvalue | 原始值 | ||
v | value | 显示值 | ||
f | function | 公式 | setFormula setArrayFormula workbook.calculateFormula(); |