public class TextElement extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
TextElement.Builder |
| 构造器和说明 |
|---|
TextElement() |
TextElement(TextElement.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Equation |
getEquation() |
InlineFile |
getFile() |
InlineBlock |
getInlineBlock() |
MentionDoc |
getMentionDoc() |
MentionUser |
getMentionUser() |
Reminder |
getReminder() |
TextRun |
getTextRun() |
UndefinedElement |
getUndefined() |
static TextElement.Builder |
newBuilder() |
void |
setEquation(Equation equation) |
void |
setFile(InlineFile file) |
void |
setInlineBlock(InlineBlock inlineBlock) |
void |
setMentionDoc(MentionDoc mentionDoc) |
void |
setMentionUser(MentionUser mentionUser) |
void |
setReminder(Reminder reminder) |
void |
setTextRun(TextRun textRun) |
void |
setUndefined(UndefinedElement undefined) |
public TextElement()
public TextElement(TextElement.Builder builder)
public TextRun getTextRun()
public void setTextRun(TextRun textRun)
public MentionUser getMentionUser()
public void setMentionUser(MentionUser mentionUser)
public MentionDoc getMentionDoc()
public void setMentionDoc(MentionDoc mentionDoc)
public Reminder getReminder()
public void setReminder(Reminder reminder)
public InlineFile getFile()
public void setFile(InlineFile file)
public UndefinedElement getUndefined()
public void setUndefined(UndefinedElement undefined)
public InlineBlock getInlineBlock()
public void setInlineBlock(InlineBlock inlineBlock)
public Equation getEquation()
public void setEquation(Equation equation)
public static TextElement.Builder newBuilder()
Copyright © 2025. All rights reserved.