类 CellFontStyle

java.lang.Object
com.lark.oapi.service.sheets.v3.model.CellFontStyle

public class CellFontStyle extends Object
  • 构造器详细资料

    • CellFontStyle

      public CellFontStyle()
    • CellFontStyle

      public CellFontStyle(CellFontStyle.Builder builder)
  • 方法详细资料

    • newBuilder

      public static CellFontStyle.Builder newBuilder()
    • getBold

      public Boolean getBold()
    • setBold

      public void setBold(Boolean bold)
    • getItalic

      public Boolean getItalic()
    • setItalic

      public void setItalic(Boolean italic)
    • getStrikethrough

      public Boolean getStrikethrough()
    • setStrikethrough

      public void setStrikethrough(Boolean strikethrough)
    • getUnderline

      public Boolean getUnderline()
    • setUnderline

      public void setUnderline(Boolean underline)
    • getForegroundColor

      public String getForegroundColor()
    • setForegroundColor

      public void setForegroundColor(String foregroundColor)
    • getBackgroundColor

      public String getBackgroundColor()
    • setBackgroundColor

      public void setBackgroundColor(String backgroundColor)