public class ExcelWriteHeadProperty extends ExcelHeadProperty
| 构造器和说明 |
|---|
ExcelWriteHeadProperty(Holder holder,
java.lang.Class headClazz,
java.util.List<java.util.List<java.lang.String>> head,
java.lang.Boolean convertAllFiled) |
| 限定符和类型 | 方法和说明 |
|---|---|
RowHeightProperty |
getContentRowHeightProperty() |
RowHeightProperty |
getHeadRowHeightProperty() |
java.util.List<CellRange> |
headCellRangeList()
Calculate all cells that need to be merged
|
void |
setContentRowHeightProperty(RowHeightProperty contentRowHeightProperty) |
void |
setHeadRowHeightProperty(RowHeightProperty headRowHeightProperty) |
getContentPropertyMap, getFieldNameContentPropertyMap, getHeadClazz, getHeadKind, getHeadMap, getHeadRowNumber, getIgnoreMap, hasHead, setContentPropertyMap, setFieldNameContentPropertyMap, setHeadClazz, setHeadKind, setHeadMap, setHeadRowNumber, setIgnoreMappublic ExcelWriteHeadProperty(Holder holder, java.lang.Class headClazz, java.util.List<java.util.List<java.lang.String>> head, java.lang.Boolean convertAllFiled)
public RowHeightProperty getHeadRowHeightProperty()
public void setHeadRowHeightProperty(RowHeightProperty headRowHeightProperty)
public RowHeightProperty getContentRowHeightProperty()
public void setContentRowHeightProperty(RowHeightProperty contentRowHeightProperty)
public java.util.List<CellRange> headCellRangeList()