| Constructor and Description |
|---|
SheetHeader()
Instantiates a new sheet header.
|
SheetHeader(Field field,
Object value)
Instantiates a new sheet header.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Clone.
|
boolean |
equals(Object obj)
Equals.
|
ExcelColumn |
excelColumn()
Excel column.
|
ExcelBooleanText |
getExcelBooleanText()
Gets the excel boolean text.
|
ExcelCellLayout |
getExcelCellLayout()
Gets the excel cell layout.
|
ExcelColumn |
getExcelColumn()
Gets the excel column.
|
ExcelColumnWidth |
getExcelColumnWidth()
Gets the excel column width.
|
ExcelDate |
getExcelDate()
Gets the excel date.
|
ExcelDropDown |
getExcelDropDown()
Gets the excel drop down.
|
ExcelFunction |
getExcelFunction()
Gets the excel function.
|
ExcelHeaderCellLayout |
getExcelHeaderCellLayout()
Gets the excel header layout.
|
ExcelImage |
getExcelImage()
Gets the excel image.
|
ExcelMergeRow |
getExcelMergeRow()
Gets the excel merge row.
|
ExcelSubtotal |
getExcelSubtotal()
Gets the excel subtotal.
|
Field |
getField()
Gets the field.
|
String |
getKey()
Gets the key.
|
String |
getKeyMap()
Gets the key map.
|
LayoutCell |
getLayoutCell(Integer indexRow)
Gets the layout cell.
|
Map<Integer,LayoutCell> |
getMapLayoutCell()
Gets the map layout cell.
|
int |
getNumColumn()
Gets the num column.
|
Object |
getValue()
Gets the value.
|
int |
hashCode()
Hash code.
|
void |
setExcelBooleanText(ExcelBooleanText excelBooleanText)
Sets the excel boolean text.
|
void |
setExcelCellLayout(ExcelCellLayout excelCellLayout)
Sets the excel cell layout.
|
void |
setExcelColumn(ExcelColumn excelColumn)
Sets the excel column.
|
void |
setExcelColumnWidth(ExcelColumnWidth excelColumnWidth)
Sets the excel column width.
|
void |
setExcelDate(ExcelDate excelDate)
Sets the excel date.
|
void |
setExcelDropDown(ExcelDropDown excelDropDown)
Sets the excel drop down.
|
void |
setExcelFunction(ExcelFunction excelFunction)
Sets the excel function.
|
void |
setExcelHeaderCellLayout(ExcelHeaderCellLayout excelHeaderCellLayout)
Sets the excel header layout.
|
void |
setExcelImage(ExcelImage excelImage)
Sets the excel image.
|
void |
setExcelMergeRow(ExcelMergeRow excelMergeRow)
Sets the excel merge row.
|
void |
setExcelSubtotal(ExcelSubtotal excelSubTotal)
Sets the excel subtotal.
|
void |
setField(Field field)
Sets the field.
|
void |
setKey(String key)
Sets the key.
|
void |
setKeyMap(String keyMap)
Sets the key map.
|
void |
setNumColumn(int numColumn)
Sets the num column.
|
void |
setValue(Object value)
Sets the value.
|
public ExcelColumnWidth getExcelColumnWidth()
public ExcelBooleanText getExcelBooleanText()
public void setExcelBooleanText(ExcelBooleanText excelBooleanText)
excelBooleanText - the new excel boolean textpublic ExcelColumn getExcelColumn()
public ExcelDate getExcelDate()
public ExcelCellLayout getExcelCellLayout()
public ExcelColumn excelColumn()
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException - the clone not supported exceptionpublic LayoutCell getLayoutCell(Integer indexRow)
indexRow - the index rowpublic Map<Integer,LayoutCell> getMapLayoutCell()
public String getKey()
public void setKey(String key)
key - the new keypublic Field getField()
public void setField(Field field)
field - the new fieldpublic Object getValue()
public void setValue(Object value)
value - the new valuepublic int getNumColumn()
public void setNumColumn(int numColumn)
numColumn - the new num columnpublic ExcelMergeRow getExcelMergeRow()
public void setExcelMergeRow(ExcelMergeRow excelMergeRow)
excelMergeRow - the new excel merge rowpublic ExcelFunction getExcelFunction()
public void setExcelFunction(ExcelFunction excelFunction)
excelFunction - the new excel functionpublic String getKeyMap()
public void setKeyMap(String keyMap)
keyMap - the new key mappublic void setExcelDate(ExcelDate excelDate) throws Exception
excelDate - the new excel dateException - the exceptionpublic void setExcelColumn(ExcelColumn excelColumn)
excelColumn - the new excel columnpublic void setExcelCellLayout(ExcelCellLayout excelCellLayout) throws Exception
excelCellLayout - the new excel cell layoutException - the exceptionpublic void setExcelColumnWidth(ExcelColumnWidth excelColumnWidth)
excelColumnWidth - the new excel column widthpublic ExcelHeaderCellLayout getExcelHeaderCellLayout()
public void setExcelHeaderCellLayout(ExcelHeaderCellLayout excelHeaderCellLayout)
excelHeaderCellLayout - the new excel header layoutpublic ExcelDropDown getExcelDropDown()
public void setExcelDropDown(ExcelDropDown excelDropDown)
excelDropDown - the new excel drop downpublic ExcelImage getExcelImage()
public void setExcelImage(ExcelImage excelImage)
excelImage - the new excel imagepublic ExcelSubtotal getExcelSubtotal()
public void setExcelSubtotal(ExcelSubtotal excelSubTotal)
excelSubTotal - the new excel subtotalCopyright © 2022. All rights reserved.