类 TextElementStyle.Builder
java.lang.Object
com.lark.oapi.service.docx.v1.model.TextElementStyle.Builder
- 封闭类:
TextElementStyle
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明backgroundColor(TextElementStyleFontBackgroundColorEnum backgroundColor) 背景色backgroundColor(Integer backgroundColor) 背景色加粗build()commentIds(String[] commentIds) 评论 id 列表inlineCode(Boolean inlineCode) inline 代码斜体链接strikethrough(Boolean strikethrough) 删除线textColor(TextElementStyleFontColorEnum textColor) 字体颜色字体颜色下划线
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
bold
加粗示例值:true
- 参数:
bold-- 返回:
-
italic
斜体示例值:true
- 参数:
italic-- 返回:
-
strikethrough
删除线示例值:true
- 参数:
strikethrough-- 返回:
-
underline
下划线示例值:true
- 参数:
underline-- 返回:
-
inlineCode
inline 代码示例值:true
- 参数:
inlineCode-- 返回:
-
backgroundColor
背景色示例值:1
- 参数:
backgroundColor-- 返回:
-
backgroundColor
public TextElementStyle.Builder backgroundColor(TextElementStyleFontBackgroundColorEnum backgroundColor) 背景色示例值:1
- 参数:
backgroundColor-TextElementStyleFontBackgroundColorEnum- 返回:
-
textColor
字体颜色示例值:1
- 参数:
textColor-- 返回:
-
textColor
字体颜色示例值:1
- 参数:
textColor-TextElementStyleFontColorEnum- 返回:
-
link
链接示例值:
- 参数:
link-- 返回:
-
commentIds
评论 id 列表示例值:["1660030311959965796"]
- 参数:
commentIds-- 返回:
-
build
-