类 TextStyle.Builder
java.lang.Object
com.lark.oapi.service.docx.v1.model.TextStyle.Builder
- 封闭类:
TextStyle
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明align(TextStyleAlignEnum align) 对齐方式对齐方式backgroundColor(TextStyleTextBackgroundColorEnum backgroundColor) 块背景色backgroundColor(String backgroundColor) 块背景色build()todo 的完成状态文本的折叠状态indentationLevel(TextStyleIndentationLevelEnum indentationLevel) 首行缩进级别indentationLevel(String indentationLevel) 首行缩进级别language(TextStyleCodeLanguageEnum language) 代码块语言代码块语言代码块是否自动换行
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
align
对齐方式示例值:1
- 参数:
align-- 返回:
-
align
对齐方式示例值:1
- 参数:
align-TextStyleAlignEnum- 返回:
-
done
todo 的完成状态示例值:true
- 参数:
done-- 返回:
-
folded
文本的折叠状态示例值:true
- 参数:
folded-- 返回:
-
language
代码块语言示例值:1
- 参数:
language-- 返回:
-
language
代码块语言示例值:1
- 参数:
language-TextStyleCodeLanguageEnum- 返回:
-
wrap
代码块是否自动换行示例值:true
- 参数:
wrap-- 返回:
-
backgroundColor
块背景色示例值:LightGrayBackground
- 参数:
backgroundColor-- 返回:
-
backgroundColor
块背景色示例值:LightGrayBackground
- 参数:
backgroundColor-TextStyleTextBackgroundColorEnum- 返回:
-
indentationLevel
首行缩进级别示例值:NoIndent
- 参数:
indentationLevel-- 返回:
-
indentationLevel
首行缩进级别示例值:NoIndent
- 参数:
indentationLevel-TextStyleIndentationLevelEnum- 返回:
-
build
-