| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
CellValue |
build() |
CellValue.Builder |
dateTime(DateTime dateTime)
示例值:
|
CellValue.Builder |
file(File file)
示例值:
|
CellValue.Builder |
formula(Formula formula)
示例值:
|
CellValue.Builder |
image(Image image)
示例值:
|
CellValue.Builder |
link(Link link)
示例值:
|
CellValue.Builder |
mentionDocument(MentionDocument mentionDocument)
示例值:
|
CellValue.Builder |
mentionUser(MentionUser mentionUser)
示例值:
|
CellValue.Builder |
reminder(Reminder reminder)
示例值:
|
CellValue.Builder |
text(Text text)
示例值:
|
CellValue.Builder |
type(String type)
元素类型
示例值:text
|
CellValue.Builder |
value(ValueElement value)
示例值:
|
public CellValue.Builder type(String type)
示例值:text
type - public CellValue.Builder text(Text text)
示例值:
text - public CellValue.Builder mentionUser(MentionUser mentionUser)
示例值:
mentionUser - public CellValue.Builder mentionDocument(MentionDocument mentionDocument)
示例值:
mentionDocument - public CellValue.Builder value(ValueElement value)
示例值:
value - public CellValue.Builder dateTime(DateTime dateTime)
示例值:
dateTime - public CellValue.Builder file(File file)
示例值:
file - public CellValue.Builder image(Image image)
示例值:
image - public CellValue.Builder link(Link link)
示例值:
link - public CellValue.Builder reminder(Reminder reminder)
示例值:
reminder - public CellValue.Builder formula(Formula formula)
示例值:
formula - public CellValue build()
Copyright © 2025. All rights reserved.