public class TextElementStyle extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
TextElementStyle.Builder |
| 构造器和说明 |
|---|
TextElementStyle() |
TextElementStyle(TextElementStyle.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getBackgroundColor() |
Boolean |
getBold() |
String[] |
getCommentIds() |
Boolean |
getInlineCode() |
Boolean |
getItalic() |
Link |
getLink() |
Boolean |
getStrikethrough() |
Integer |
getTextColor() |
Boolean |
getUnderline() |
static TextElementStyle.Builder |
newBuilder() |
void |
setBackgroundColor(Integer backgroundColor) |
void |
setBold(Boolean bold) |
void |
setCommentIds(String[] commentIds) |
void |
setInlineCode(Boolean inlineCode) |
void |
setItalic(Boolean italic) |
void |
setLink(Link link) |
void |
setStrikethrough(Boolean strikethrough) |
void |
setTextColor(Integer textColor) |
void |
setUnderline(Boolean underline) |
public TextElementStyle()
public TextElementStyle(TextElementStyle.Builder builder)
public Boolean getBold()
public void setBold(Boolean bold)
public Boolean getItalic()
public void setItalic(Boolean italic)
public Boolean getStrikethrough()
public void setStrikethrough(Boolean strikethrough)
public Boolean getUnderline()
public void setUnderline(Boolean underline)
public Boolean getInlineCode()
public void setInlineCode(Boolean inlineCode)
public Integer getBackgroundColor()
public void setBackgroundColor(Integer backgroundColor)
public Integer getTextColor()
public void setTextColor(Integer textColor)
public Link getLink()
public void setLink(Link link)
public String[] getCommentIds()
public void setCommentIds(String[] commentIds)
public static TextElementStyle.Builder newBuilder()
Copyright © 2025. All rights reserved.