public static class CellFontStyle.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
CellFontStyle.Builder |
backgroundColor(String backgroundColor)
背景颜色
示例值:#ff00ff
|
CellFontStyle.Builder |
bold(Boolean bold)
是否加粗
示例值:true
|
CellFontStyle |
build() |
CellFontStyle.Builder |
foregroundColor(String foregroundColor)
字体颜色
示例值:#ff00ff
|
CellFontStyle.Builder |
italic(Boolean italic)
是否斜体
示例值:true
|
CellFontStyle.Builder |
strikethrough(Boolean strikethrough)
是否设置删除线
示例值:true
|
CellFontStyle.Builder |
underline(Boolean underline)
是否展示下划线
示例值:true
|
public CellFontStyle.Builder bold(Boolean bold)
示例值:true
bold - public CellFontStyle.Builder italic(Boolean italic)
示例值:true
italic - public CellFontStyle.Builder strikethrough(Boolean strikethrough)
示例值:true
strikethrough - public CellFontStyle.Builder underline(Boolean underline)
示例值:true
underline - public CellFontStyle.Builder foregroundColor(String foregroundColor)
示例值:#ff00ff
foregroundColor - public CellFontStyle.Builder backgroundColor(String backgroundColor)
示例值:#ff00ff
backgroundColor - public CellFontStyle build()
Copyright © 2025. All rights reserved.