public static class ContentTextStyle.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ContentTextStyle.Builder |
backColor(ContentColor backColor)
背景颜色
示例值:
|
ContentTextStyle.Builder |
bold(Boolean bold)
是否加粗
示例值:true
|
ContentTextStyle |
build() |
ContentTextStyle.Builder |
link(ContentLink link)
链接地址
示例值:
|
ContentTextStyle.Builder |
strikeThrough(Boolean strikeThrough)
是否删除
示例值:true
|
ContentTextStyle.Builder |
textColor(ContentColor textColor)
字体颜色
示例值:
|
public ContentTextStyle.Builder bold(Boolean bold)
示例值:true
bold - public ContentTextStyle.Builder strikeThrough(Boolean strikeThrough)
示例值:true
strikeThrough - public ContentTextStyle.Builder backColor(ContentColor backColor)
示例值:
backColor - public ContentTextStyle.Builder textColor(ContentColor textColor)
示例值:
textColor - public ContentTextStyle.Builder link(ContentLink link)
示例值:
link - public ContentTextStyle build()
Copyright © 2025. All rights reserved.