public static class AgendaTitleElement.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
AgendaTitleElement |
build() |
AgendaTitleElement.Builder |
equation(Equation equation)
公式
示例值:
|
AgendaTitleElement.Builder |
file(InlineFile file)
内联附件
示例值:
|
AgendaTitleElement.Builder |
inlineBlock(InlineBlock inlineBlock)
内联 block
示例值:
|
AgendaTitleElement.Builder |
mentionDoc(MentionDoc mentionDoc) |
AgendaTitleElement.Builder |
mentionUser(MentionUser mentionUser) |
AgendaTitleElement.Builder |
reminder(Reminder reminder)
日期提醒
示例值:
|
AgendaTitleElement.Builder |
textRun(TextRun textRun)
文字
示例值:
|
AgendaTitleElement.Builder |
undefined(UndefinedElement undefined)
未支持的 TextElement
示例值:
|
public AgendaTitleElement.Builder textRun(TextRun textRun)
示例值:
textRun - public AgendaTitleElement.Builder mentionUser(MentionUser mentionUser)
mentionUser - public AgendaTitleElement.Builder mentionDoc(MentionDoc mentionDoc)
mentionDoc - public AgendaTitleElement.Builder reminder(Reminder reminder)
示例值:
reminder - public AgendaTitleElement.Builder file(InlineFile file)
示例值:
file - public AgendaTitleElement.Builder undefined(UndefinedElement undefined)
示例值:
undefined - public AgendaTitleElement.Builder inlineBlock(InlineBlock inlineBlock)
示例值:
inlineBlock - public AgendaTitleElement.Builder equation(Equation equation)
示例值:
equation - public AgendaTitleElement build()
Copyright © 2024. All rights reserved.