| 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.
|
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.
|
ExcelMergeRow |
getExcelMergeRow()
Gets the excel merge row.
|
Field |
getField()
Gets the field.
|
String |
getKey()
Gets the key.
|
String |
getKeyMap()
Gets the key map.
|
LayoutCell |
getLayoutCell()
Gets the layout cell.
|
int |
getNumColumn()
Gets the num column.
|
Object |
getValue()
Gets the value.
|
int |
hashCode()
Hash code.
|
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 |
setExcelMergeRow(ExcelMergeRow excelMergeRow)
Sets the excel merge row.
|
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 ExcelColumn getExcelColumn() throws Exception
Exceptionpublic ExcelDate getExcelDate() throws Exception
Exceptionpublic ExcelCellLayout getExcelCellLayout() throws Exception
Exceptionpublic ExcelColumn excelColumn()
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException - the clone not supported exceptionpublic LayoutCell getLayoutCell() throws Exception
Exception - the exceptionpublic 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)
excelDate - the new excel datepublic void setExcelColumn(ExcelColumn excelColumn)
excelColumn - the new excel columnpublic void setExcelCellLayout(ExcelCellLayout excelCellLayout)
excelCellLayout - the new excel cell layoutpublic 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 downCopyright © 2020 Pivotal Software, Inc.. All rights reserved.