public class ExtraColumnAnnotation extends Object
SheetDynamicData classes.| Constructor and Description |
|---|
ExtraColumnAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Equals.
|
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.
|
ExcelMergeRow |
getExcelMergeRow()
Gets the excel merge row.
|
ExcelSubtotal |
getExcelSubtotal()
Gets the excel subtotal.
|
int |
hashCode()
Hash code.
|
void |
setExcelBooleanText(ExcelBooleanTextImpl excelBooleanTextImpl)
Sets the excel boolean text.
|
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.
|
void |
setExcelSubtotal(ExcelSubtotalImpl excelSubtotal)
Sets the excel subtotal.
|
public void setExcelCellLayout(ExcelCellLayoutImpl excelCellLayoutImpl)
excelCellLayoutImpl - the new excel cell layoutpublic void setExcelBooleanText(ExcelBooleanTextImpl excelBooleanTextImpl)
excelBooleanTextImpl - the new excel boolean textpublic 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 ExcelSubtotal getExcelSubtotal()
public void setExcelSubtotal(ExcelSubtotalImpl excelSubtotal)
excelSubtotal - the new excel subtotalpublic ExcelColumn getExcelColumn()
public ExcelCellLayout getExcelCellLayout()
public ExcelDate getExcelDate()
public ExcelColumnWidth getExcelColumnWidth()
public ExcelMergeRow getExcelMergeRow()
public ExcelFunction getExcelFunction()
public ExcelHeaderCellLayout getExcelHeaderCellLayout()
public ExcelDropDown getExcelDropDown()
public ExcelBooleanText getExcelBooleanText()
Copyright © 2022. All rights reserved.