public static class TextElement.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
TextElement |
build() |
TextElement.Builder |
equation(Equation equation) |
TextElement.Builder |
file(InlineFile file) |
TextElement.Builder |
inlineBlock(InlineBlock inlineBlock) |
TextElement.Builder |
mentionDoc(MentionDoc mentionDoc) |
TextElement.Builder |
mentionUser(MentionUser mentionUser) |
TextElement.Builder |
reminder(Reminder reminder) |
TextElement.Builder |
textRun(TextRun textRun) |
TextElement.Builder |
undefined(UndefinedElement undefined) |
public TextElement.Builder textRun(TextRun textRun)
public TextElement.Builder mentionUser(MentionUser mentionUser)
public TextElement.Builder mentionDoc(MentionDoc mentionDoc)
public TextElement.Builder reminder(Reminder reminder)
public TextElement.Builder file(InlineFile file)
public TextElement.Builder undefined(UndefinedElement undefined)
public TextElement.Builder inlineBlock(InlineBlock inlineBlock)
public TextElement.Builder equation(Equation equation)
public TextElement build()
Copyright © 2022. All rights reserved.