类 ContentTextStyle.Builder
java.lang.Object
com.lark.oapi.service.okr.v1.model.ContentTextStyle.Builder
- 封闭类:
ContentTextStyle
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明backColor(ContentColor backColor) 背景颜色是否加粗build()link(ContentLink link) 链接地址strikeThrough(Boolean strikeThrough) 是否删除textColor(ContentColor textColor) 字体颜色
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
bold
是否加粗示例值:true
- 参数:
bold-- 返回:
-
strikeThrough
是否删除示例值:true
- 参数:
strikeThrough-- 返回:
-
backColor
背景颜色示例值:
- 参数:
backColor-- 返回:
-
textColor
字体颜色示例值:
- 参数:
textColor-- 返回:
-
link
链接地址示例值:
- 参数:
link-- 返回:
-
build
-