public final class FontStyle extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
BOLD |
static short |
DEFAULT_FONT_SIZE |
static String |
FONT_COLOR |
static String |
FONT_FAMILY |
static String |
FONT_SIZE |
static String |
FONT_STYLE |
static String |
FONT_WEIGHT |
static String |
ITALIC |
static String |
LINE_THROUGH |
static String |
TEXT_DECORATION |
static String |
UNDERLINE |
| 构造器和说明 |
|---|
FontStyle() |
| 限定符和类型 | 方法和说明 |
|---|---|
static org.apache.poi.ss.usermodel.Font |
getFont(Map<String,String> style,
Map<String,org.apache.poi.ss.usermodel.Font> fontMap,
Supplier<org.apache.poi.ss.usermodel.Font> fontSupplier,
CustomColor customColor) |
static void |
setFont(Supplier<org.apache.poi.ss.usermodel.Font> fontSupplier,
org.apache.poi.ss.usermodel.CellStyle cellStyle,
Map<String,String> tdStyle,
Map<String,org.apache.poi.ss.usermodel.Font> fontMap,
CustomColor customColor) |
public static final short DEFAULT_FONT_SIZE
Copyright © 2023. All rights reserved.