public abstract class AbstractVerticalCellStyleStrategy extends AbstractCellStyleStrategy
| Constructor and Description |
|---|
AbstractVerticalCellStyleStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected WriteCellStyle |
contentCellStyle(CellWriteHandlerContext context)
Returns the column width corresponding to each column head.
|
protected WriteCellStyle |
contentCellStyle(Head head)
Returns the column width corresponding to each column head
|
protected WriteCellStyle |
headCellStyle(CellWriteHandlerContext context)
Returns the column width corresponding to each column head
|
protected WriteCellStyle |
headCellStyle(Head head)
Returns the column width corresponding to each column head
|
protected void |
setContentCellStyle(CellWriteHandlerContext context)
Sets the cell style of content
|
protected void |
setHeadCellStyle(CellWriteHandlerContext context)
Sets the cell style of header
|
protected boolean |
stopProcessing(CellWriteHandlerContext context) |
afterCellDispose, order, setContentCellStyle, setHeadCellStyleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterCellCreate, afterCellCreate, afterCellDataConverted, afterCellDataConverted, afterCellDispose, beforeCellCreate, beforeCellCreateprotected void setHeadCellStyle(CellWriteHandlerContext context)
AbstractCellStyleStrategysetHeadCellStyle in class AbstractCellStyleStrategyprotected void setContentCellStyle(CellWriteHandlerContext context)
AbstractCellStyleStrategysetContentCellStyle in class AbstractCellStyleStrategyprotected WriteCellStyle headCellStyle(CellWriteHandlerContext context)
context - protected WriteCellStyle headCellStyle(Head head)
head - Nullableprotected WriteCellStyle contentCellStyle(CellWriteHandlerContext context)
context - protected WriteCellStyle contentCellStyle(Head head)
head - Nullableprotected boolean stopProcessing(CellWriteHandlerContext context)
Copyright © 2018–2022 Alibaba Group. All rights reserved.