public class MergeCell extends Object
| Constructor and Description |
|---|
MergeCell() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Equals.
|
org.apache.poi.ss.usermodel.Cell |
getCellFrom()
Gets the cell from.
|
org.apache.poi.ss.usermodel.CellStyle |
getCellStyleFrom()
Gets the cell style from.
|
int |
getColumnFrom()
Gets the column from.
|
int |
getColumnTo()
Gets the column to.
|
int |
getRowEnd()
Gets the row end.
|
int |
getRowStart()
Gets the row start.
|
SheetHeader |
getSheetHeader()
Gets the sheet header.
|
int |
hashCode()
Hash code.
|
void |
setCellFrom(org.apache.poi.ss.usermodel.Cell cellFrom)
Sets the cell from.
|
void |
setCellStyleFrom(org.apache.poi.ss.usermodel.CellStyle cellStyleFrom)
Sets the cell style from.
|
void |
setColumnFrom(int columnFrom)
Sets the column from.
|
void |
setColumnTo(int columnTo)
Sets the column to.
|
void |
setRowEnd(int rowEnd)
Sets the row end.
|
void |
setRowStart(int rowStart)
Sets the row start.
|
void |
setSheetHeader(SheetHeader sheetHeader)
Sets the sheet header.
|
public int getRowStart()
public void setRowStart(int rowStart)
rowStart - the new row startpublic int getRowEnd()
public void setRowEnd(int rowEnd)
rowEnd - the new row endpublic int getColumnFrom()
public void setColumnFrom(int columnFrom)
columnFrom - the new column frompublic int getColumnTo()
public void setColumnTo(int columnTo)
columnTo - the new column topublic SheetHeader getSheetHeader()
public void setSheetHeader(SheetHeader sheetHeader)
sheetHeader - the new sheet headerpublic org.apache.poi.ss.usermodel.Cell getCellFrom()
public void setCellFrom(org.apache.poi.ss.usermodel.Cell cellFrom)
cellFrom - the new cell frompublic org.apache.poi.ss.usermodel.CellStyle getCellStyleFrom()
public void setCellStyleFrom(org.apache.poi.ss.usermodel.CellStyle cellStyleFrom)
cellStyleFrom - the new cell style fromCopyright © 2022. All rights reserved.