public abstract class AbstractVerticalCellStyleStrategy extends AbstractCellStyleStrategy
| 构造器和说明 |
|---|
AbstractVerticalCellStyleStrategy() |
| 限定符和类型 | 方法和说明 |
|---|---|
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)
AbstractCellStyleStrategyprotected void setContentCellStyle(CellWriteHandlerContext context)
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.