类 ConditionalFormatStyle

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

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

    • ConditionalFormatStyle

      public ConditionalFormatStyle()
    • ConditionalFormatStyle

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

    • newBuilder

      public static ConditionalFormatStyle.Builder newBuilder()
    • getBackgroundColor

      public String getBackgroundColor()
    • setBackgroundColor

      public void setBackgroundColor(String backgroundColor)
    • getForegroundColor

      public String getForegroundColor()
    • setForegroundColor

      public void setForegroundColor(String foregroundColor)
    • getUnderline

      public Boolean getUnderline()
    • setUnderline

      public void setUnderline(Boolean underline)
    • 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)