类 CellStyle

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

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

    • CellStyle

      public CellStyle()
    • CellStyle

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

    • newBuilder

      public static CellStyle.Builder newBuilder()
    • getFontStyle

      public CellFontStyle getFontStyle()
    • setFontStyle

      public void setFontStyle(CellFontStyle fontStyle)
    • getBorderStyle

      public BorderStyle getBorderStyle()
    • setBorderStyle

      public void setBorderStyle(BorderStyle borderStyle)
    • getAlignmentStyle

      public AlignmentStyle getAlignmentStyle()
    • setAlignmentStyle

      public void setAlignmentStyle(AlignmentStyle alignmentStyle)
    • getWrapStrategy

      public String getWrapStrategy()
    • setWrapStrategy

      public void setWrapStrategy(String wrapStrategy)
    • getFormat

      public String getFormat()
    • setFormat

      public void setFormat(String format)