public class DefaultExcelMerge extends Object implements ExcelMerge
| Constructor and Description |
|---|
DefaultExcelMerge(int columnBeginIndex,
int columnEndIndex,
int rowBeginIndex,
int rowEndIndex)
Construtor padrão
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getColumnBeginIndex()
Retorna o valor inicial da coluna
|
int |
getColumnEndIndex()
Retorna o valor final da coluna
|
int |
getRowBeginIndex()
Retorna o valor inicial da linha
|
int |
getRowEndIndex()
Retorna o valor final da linha
|
int |
hashCode() |
String |
toString() |
public DefaultExcelMerge(int columnBeginIndex,
int columnEndIndex,
int rowBeginIndex,
int rowEndIndex)
columnBeginIndex - columnEndIndex - rowBeginIndex - rowEndIndex - public int getColumnBeginIndex()
getColumnBeginIndex in interface ExcelMergepublic int getColumnEndIndex()
getColumnEndIndex in interface ExcelMergepublic int getRowBeginIndex()
getRowBeginIndex in interface ExcelMergepublic int getRowEndIndex()
getRowEndIndex in interface ExcelMergeCopyright © 2019 Tecgraf/PUC-Rio. All rights reserved.