| Package | Description |
|---|---|
| com.alibaba.excel.metadata.data | |
| com.alibaba.excel.util | |
| com.alibaba.excel.write.metadata.holder | |
| com.alibaba.excel.write.metadata.style |
| Modifier and Type | Method and Description |
|---|---|
void |
RichTextStringData.applyFont(int startIndex,
int endIndex,
WriteFont writeFont)
Applies a font to the specified characters of a string.
|
void |
RichTextStringData.applyFont(WriteFont writeFont)
Sets the font of the entire string.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.poi.ss.usermodel.Font |
StyleUtil.buildFont(org.apache.poi.ss.usermodel.Workbook workbook,
org.apache.poi.ss.usermodel.Font originFont,
WriteFont writeFont) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.poi.ss.usermodel.Font |
WriteWorkbookHolder.createFont(WriteFont writeFont,
org.apache.poi.ss.usermodel.Font originFont,
boolean useCache)
create a font.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
WriteFont.merge(WriteFont source,
WriteFont target)
The source is not empty merge the data to the target.
|
Copyright © 2018–2024 Alibaba Group. All rights reserved.