类 TextElement.Builder
java.lang.Object
com.lark.oapi.service.docx.v1.model.TextElement.Builder
- 封闭类:
TextElement
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()公式file(InlineFile file) 内联附件inlineBlock(InlineBlock inlineBlock) 内联 blockmentionDoc(MentionDoc mentionDoc) mentionUser(MentionUser mentionUser) 日期提醒文字undefined(UndefinedElement undefined) 未支持的 TextElement
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
textRun
文字示例值:
- 参数:
textRun-- 返回:
-
mentionUser
- 参数:
mentionUser-- 返回:
-
mentionDoc
- 参数:
mentionDoc-- 返回:
-
reminder
日期提醒示例值:
- 参数:
reminder-- 返回:
-
file
内联附件示例值:
- 参数:
file-- 返回:
-
undefined
未支持的 TextElement示例值:
- 参数:
undefined-- 返回:
-
inlineBlock
内联 block示例值:
- 参数:
inlineBlock-- 返回:
-
equation
公式示例值:
- 参数:
equation-- 返回:
-
build
-