public class RichTextElementTextStyle extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
RichTextElementTextStyle.Builder |
| 构造器和说明 |
|---|
RichTextElementTextStyle() |
RichTextElementTextStyle(RichTextElementTextStyle.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getFontSize() |
String |
getFontWeight() |
Boolean |
getItalic() |
Boolean |
getLineThrough() |
String |
getTextBackgroundColor() |
String |
getTextColor() |
Boolean |
getUnderline() |
static RichTextElementTextStyle.Builder |
newBuilder() |
void |
setFontSize(Integer fontSize) |
void |
setFontWeight(String fontWeight) |
void |
setItalic(Boolean italic) |
void |
setLineThrough(Boolean lineThrough) |
void |
setTextBackgroundColor(String textBackgroundColor) |
void |
setTextColor(String textColor) |
void |
setUnderline(Boolean underline) |
public RichTextElementTextStyle()
public RichTextElementTextStyle(RichTextElementTextStyle.Builder builder)
public static RichTextElementTextStyle.Builder newBuilder()
public String getFontWeight()
public void setFontWeight(String fontWeight)
public Integer getFontSize()
public void setFontSize(Integer fontSize)
public String getTextColor()
public void setTextColor(String textColor)
public String getTextBackgroundColor()
public void setTextBackgroundColor(String textBackgroundColor)
public Boolean getLineThrough()
public void setLineThrough(Boolean lineThrough)
public Boolean getUnderline()
public void setUnderline(Boolean underline)
public Boolean getItalic()
public void setItalic(Boolean italic)
Copyright © 2025. All rights reserved.