public class ContentTextStyle extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ContentTextStyle.Builder |
| 构造器和说明 |
|---|
ContentTextStyle() |
ContentTextStyle(ContentTextStyle.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
ContentColor |
getBackColor() |
Boolean |
getBold() |
ContentLink |
getLink() |
Boolean |
getStrikeThrough() |
ContentColor |
getTextColor() |
static ContentTextStyle.Builder |
newBuilder() |
void |
setBackColor(ContentColor backColor) |
void |
setBold(Boolean bold) |
void |
setLink(ContentLink link) |
void |
setStrikeThrough(Boolean strikeThrough) |
void |
setTextColor(ContentColor textColor) |
public ContentTextStyle()
public ContentTextStyle(ContentTextStyle.Builder builder)
public static ContentTextStyle.Builder newBuilder()
public Boolean getBold()
public void setBold(Boolean bold)
public Boolean getStrikeThrough()
public void setStrikeThrough(Boolean strikeThrough)
public ContentColor getBackColor()
public void setBackColor(ContentColor backColor)
public ContentColor getTextColor()
public void setTextColor(ContentColor textColor)
public ContentLink getLink()
public void setLink(ContentLink link)
Copyright © 2022. All rights reserved.