public class ExtraColumnAnnotation extends Object
SheetDynamicData classes.| Constructor and Description |
|---|
ExtraColumnAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Equals.
|
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.
|
int |
hashCode()
Hash code.
|
void |
setExcelCellLayout(ExcelCellLayoutImpl excelCellLayoutImpl)
Sets the excel cell layout.
|
void |
setExcelColumn(ExcelColumnImpl excelColumnImpl)
Sets the excel column.
|
void |
setExcelColumnWidth(ExcelColumnWidthImpl excelColumnWidthImpl)
Sets the excel column width.
|
void |
setExcelDate(ExcelDateImpl excelDateImpl)
Sets the excel date.
|
void |
setExcelDropDown(ExcelDropDownImpl excelDropDown)
Sets the excel drop down.
|
void |
setExcelFunction(ExcelFunctionImpl excelFunctionImpl)
Sets the excel function.
|
void |
setExcelHeaderCellLayout(ExcelHeaderCellLayoutImpl excelHeaderCellLayoutImpl)
Sets the excel header layout.
|
void |
setExcelMergeRow(ExcelMergeRowImpl excelMergeRowImpl)
Sets the excel merge row.
|
public void setExcelCellLayout(ExcelCellLayoutImpl excelCellLayoutImpl)
excelCellLayoutImpl - the new excel cell layoutpublic void setExcelDate(ExcelDateImpl excelDateImpl)
excelDateImpl - the new excel datepublic void setExcelColumn(ExcelColumnImpl excelColumnImpl)
excelColumnImpl - the new excel columnpublic void setExcelFunction(ExcelFunctionImpl excelFunctionImpl)
excelFunctionImpl - the new excel functionpublic void setExcelMergeRow(ExcelMergeRowImpl excelMergeRowImpl)
excelMergeRowImpl - the new excel merge rowpublic void setExcelHeaderCellLayout(ExcelHeaderCellLayoutImpl excelHeaderCellLayoutImpl)
excelHeaderCellLayoutImpl - the new excel header layoutpublic void setExcelColumnWidth(ExcelColumnWidthImpl excelColumnWidthImpl)
excelColumnWidthImpl - the new excel column widthpublic void setExcelDropDown(ExcelDropDownImpl excelDropDown)
excelDropDown - the new excel drop downpublic ExcelColumn getExcelColumn()
public ExcelCellLayout getExcelCellLayout()
public ExcelDate getExcelDate()
public ExcelColumnWidth getExcelColumnWidth()
public ExcelMergeRow getExcelMergeRow()
public ExcelFunction getExcelFunction()
public ExcelHeaderCellLayout getExcelHeaderCellLayout()
public ExcelDropDown getExcelDropDown()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.