| Modifier and Type | Method and Description |
|---|---|
WriteCellStyle |
WriteCellData.getOrCreateStyle()
Return a style, if is empty, create a new
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.poi.ss.usermodel.CellStyle |
StyleUtil.buildCellStyle(org.apache.poi.ss.usermodel.Workbook workbook,
org.apache.poi.ss.usermodel.CellStyle originCellStyle,
WriteCellStyle writeCellStyle)
Build cell style
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.poi.ss.usermodel.CellStyle |
WriteWorkbookHolder.createCellStyle(WriteCellStyle writeCellStyle,
org.apache.poi.ss.usermodel.CellStyle originCellStyle)
create a cell style.
|
| Modifier and Type | Method and Description |
|---|---|
static WriteCellStyle |
WriteCellStyle.build(StyleProperty styleProperty,
FontProperty fontProperty)
The source is not empty merge the data to the target.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
WriteCellStyle.merge(WriteCellStyle source,
WriteCellStyle target)
The source is not empty merge the data to the target.
|
| Modifier and Type | Method and Description |
|---|---|
protected WriteCellStyle |
AbstractVerticalCellStyleStrategy.contentCellStyle(CellWriteHandlerContext context)
Returns the column width corresponding to each column head.
|
protected WriteCellStyle |
AbstractVerticalCellStyleStrategy.contentCellStyle(Head head)
Returns the column width corresponding to each column head
|
protected WriteCellStyle |
AbstractVerticalCellStyleStrategy.headCellStyle(CellWriteHandlerContext context)
Returns the column width corresponding to each column head
|
protected WriteCellStyle |
AbstractVerticalCellStyleStrategy.headCellStyle(Head head)
Returns the column width corresponding to each column head
|
| Constructor and Description |
|---|
HorizontalCellStyleStrategy(WriteCellStyle headWriteCellStyle,
List<WriteCellStyle> contentWriteCellStyleList) |
HorizontalCellStyleStrategy(WriteCellStyle headWriteCellStyle,
WriteCellStyle contentWriteCellStyle) |
| Constructor and Description |
|---|
HorizontalCellStyleStrategy(WriteCellStyle headWriteCellStyle,
List<WriteCellStyle> contentWriteCellStyleList) |
Copyright © 2018–2022 Alibaba Group. All rights reserved.