public static class TextElementStyle.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
TextElementStyle.Builder |
backgroundColor(FontBackgroundColorEnum backgroundColor) |
TextElementStyle.Builder |
backgroundColor(Integer backgroundColor) |
TextElementStyle.Builder |
bold(Boolean bold) |
TextElementStyle |
build() |
TextElementStyle.Builder |
inlineCode(Boolean inlineCode) |
TextElementStyle.Builder |
italic(Boolean italic) |
TextElementStyle.Builder |
link(Link link) |
TextElementStyle.Builder |
strikethrough(Boolean strikethrough) |
TextElementStyle.Builder |
textColor(FontColorEnum textColor) |
TextElementStyle.Builder |
textColor(Integer textColor) |
TextElementStyle.Builder |
underline(Boolean underline) |
public TextElementStyle.Builder bold(Boolean bold)
public TextElementStyle.Builder italic(Boolean italic)
public TextElementStyle.Builder strikethrough(Boolean strikethrough)
public TextElementStyle.Builder underline(Boolean underline)
public TextElementStyle.Builder inlineCode(Boolean inlineCode)
public TextElementStyle.Builder backgroundColor(Integer backgroundColor)
public TextElementStyle.Builder backgroundColor(FontBackgroundColorEnum backgroundColor)
public TextElementStyle.Builder textColor(Integer textColor)
public TextElementStyle.Builder textColor(FontColorEnum textColor)
public TextElementStyle.Builder link(Link link)
public TextElementStyle build()
Copyright © 2022. All rights reserved.