| Constructor and Description |
|---|
ExcelFunctionMergeRowImpl(ExcelCellLayout excelCellsLayout,
ExcelColumn excelColumn,
ExcelMergeRow excelMergeRow,
ExcelFunction excelFunction,
ExcelColumnWidth excelColumnWidth)
Instantiates a new excel function merge row impl.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Clone.
|
boolean |
equals(Object obj)
Equals.
|
ExcelCellLayout |
getExcelCellsLayout()
Gets the excel cells layout.
|
ExcelColumn |
getExcelColumn()
Gets the excel column.
|
ExcelColumnWidth |
getExcelColumnWidth()
Gets the excel column width.
|
ExcelFunction |
getExcelFunction()
Gets the excel function.
|
ExcelFunctionMergeRow |
getExcelFunctionMerge()
Gets the excel function merge.
|
ExcelMergeRow |
getExcelMergeRow()
Gets the excel merge row.
|
int |
hashCode()
Hash code.
|
void |
setExcelCellsLayout(ExcelCellLayout excelCellsLayout)
Sets the excel cells layout.
|
void |
setExcelColumn(ExcelColumn excelColumn)
Sets the excel column.
|
void |
setExcelColumnWidth(ExcelColumnWidth excelColumnWidth)
Sets the excel column width.
|
void |
setExcelFunction(ExcelFunction excelFunction)
Sets the excel function.
|
void |
setExcelMergeRow(ExcelMergeRow excelMergeRow)
Sets the excel merge row.
|
public ExcelFunctionMergeRowImpl(ExcelCellLayout excelCellsLayout, ExcelColumn excelColumn, ExcelMergeRow excelMergeRow, ExcelFunction excelFunction, ExcelColumnWidth excelColumnWidth)
excelCellsLayout - the excel cells layoutexcelColumn - the excel columnexcelMergeRow - the excel merge rowexcelFunction - the excel functionexcelColumnWidth - the excel column widthpublic Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException - the clone not supported exceptionpublic ExcelFunctionMergeRow getExcelFunctionMerge()
public ExcelCellLayout getExcelCellsLayout()
public void setExcelCellsLayout(ExcelCellLayout excelCellsLayout)
excelCellsLayout - the new excel cells layoutpublic ExcelColumn getExcelColumn()
public void setExcelColumn(ExcelColumn excelColumn)
excelColumn - the new excel 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 ExcelColumnWidth getExcelColumnWidth()
public void setExcelColumnWidth(ExcelColumnWidth excelColumnWidth)
excelColumnWidth - the new excel column widthCopyright © 2020 Pivotal Software, Inc.. All rights reserved.