类的使用
cn.isliu.core.service.CustomCellService.StyleCellsBatchBuilder
-
cn.isliu.core.service中CustomCellService.StyleCellsBatchBuilder的使用
修饰符和类型方法说明CustomCellService.StyleCellsBatchBuilder.addRange(String sheetId, String startPosition, String endPosition) 添加要设置样式的单元格范围设置背景颜色设置是否加粗CustomCellService.StyleCellsBatchBuilder.borderColor(String borderColor) 设置边框颜色CustomCellService.StyleCellsBatchBuilder.borderType(String borderType) 设置边框类型设置是否清除所有格式设置是否清除字体格式设置字体大小设置字体颜色设置数字格式设置水平对齐方式设置是否斜体CustomCellService.CellRequest.styleCellsBatch()创建批量设置单元格样式的请求构建器 用于一次设置多个区域单元格的样式CustomCellService.StyleCellsBatchBuilder.textDecoration(Integer textDecoration) 设置文本装饰设置垂直对齐方式 -
cn.isliu.core.utils中CustomCellService.StyleCellsBatchBuilder的使用
修饰符和类型方法说明FsTableUtil.getDefaultTableStyle(String sheetId, Map<String, FieldProperty> fieldsMap, TableConf tableConf) 修饰符和类型方法说明static voidFsApiUtil.setTableStyle(CustomCellService.StyleCellsBatchBuilder styleCellsBatchBuilder, FeishuClient client, String spreadsheetToken)