public class Text extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Text.Builder |
| 构造器和说明 |
|---|
Text() |
Text(Text.Builder builder) |
public Text()
public Text(Text.Builder builder)
public static Text.Builder newBuilder()
public String getText()
public void setText(String text)
public String getFontWeight()
public void setFontWeight(String fontWeight)
public Integer getFontSize()
public void setFontSize(Integer fontSize)
public String getHorizontalAlign()
public void setHorizontalAlign(String horizontalAlign)
public String getVerticalAlign()
public void setVerticalAlign(String verticalAlign)
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)
public Integer getAngle()
public void setAngle(Integer angle)
public Integer getThemeTextColorCode()
public void setThemeTextColorCode(Integer themeTextColorCode)
public Integer getThemeTextBackgroundColorCode()
public void setThemeTextBackgroundColorCode(Integer themeTextBackgroundColorCode)
public RichText getRichText()
public void setRichText(RichText richText)
public Integer getTextColorType()
public void setTextColorType(Integer textColorType)
public Integer getTextBackgroundColorType()
public void setTextBackgroundColorType(Integer textBackgroundColorType)
Copyright © 2025. All rights reserved.