| 程序包 | 说明 |
|---|---|
| com.lark.oapi.service.sheets.v3.model |
| 限定符和类型 | 方法和说明 |
|---|---|
CellFontStyle.Builder |
CellFontStyle.Builder.backgroundColor(String backgroundColor)
背景颜色
示例值:#ff00ff
|
CellFontStyle.Builder |
CellFontStyle.Builder.bold(Boolean bold)
是否加粗
示例值:true
|
CellFontStyle.Builder |
CellFontStyle.Builder.foregroundColor(String foregroundColor)
字体颜色
示例值:#ff00ff
|
CellFontStyle.Builder |
CellFontStyle.Builder.italic(Boolean italic)
是否斜体
示例值:true
|
static CellFontStyle.Builder |
CellFontStyle.newBuilder() |
CellFontStyle.Builder |
CellFontStyle.Builder.strikethrough(Boolean strikethrough)
是否设置删除线
示例值:true
|
CellFontStyle.Builder |
CellFontStyle.Builder.underline(Boolean underline)
是否展示下划线
示例值:true
|
| 构造器和说明 |
|---|
CellFontStyle(CellFontStyle.Builder builder) |
Copyright © 2024. All rights reserved.