public class ExcelValidation extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private Collection |
constraintValues |
private Integer |
firstCol |
private Integer |
firstRow |
private Integer |
lastCol |
private Integer |
lastRow |
private Integer |
operatorType |
private Boolean |
showErrorBox |
private Boolean |
suppressDropDownArrow |
private Integer |
validationType |
| 构造器和说明 |
|---|
ExcelValidation() |
ExcelValidation(Integer firstRow,
Integer lastRow,
Integer firstCol,
Integer lastCol,
Collection constraintValues) |
ExcelValidation(Integer firstRow,
Integer lastRow,
Integer firstCol,
Integer lastCol,
Integer validationType,
Integer operatorType,
Collection constraintValues) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addToSheet(org.apache.poi.ss.usermodel.Sheet sheet) |
Collection |
getConstraintValues() |
Integer |
getFirstCol() |
Integer |
getFirstRow() |
Integer |
getLastCol() |
Integer |
getLastRow() |
Integer |
getOperatorType() |
Boolean |
getShowErrorBox() |
Boolean |
getSuppressDropDownArrow() |
Integer |
getValidationType() |
void |
setConstraintValues(Collection constraintValues) |
void |
setFirstCol(Integer firstCol) |
void |
setFirstRow(Integer firstRow) |
void |
setLastCol(Integer lastCol) |
void |
setLastRow(Integer lastRow) |
void |
setOperatorType(Integer operatorType) |
void |
setShowErrorBox(Boolean showErrorBox) |
void |
setSuppressDropDownArrow(Boolean suppressDropDownArrow) |
void |
setValidationType(Integer validationType) |
private Integer firstRow
private Integer lastRow
private Integer firstCol
private Integer lastCol
private Integer validationType
private Integer operatorType
private Collection constraintValues
private Boolean suppressDropDownArrow
private Boolean showErrorBox
public ExcelValidation()
public ExcelValidation(Integer firstRow, Integer lastRow, Integer firstCol, Integer lastCol, Collection constraintValues)
public Integer getFirstRow()
public void setFirstRow(Integer firstRow)
public Integer getLastRow()
public void setLastRow(Integer lastRow)
public Integer getFirstCol()
public void setFirstCol(Integer firstCol)
public Integer getLastCol()
public void setLastCol(Integer lastCol)
public Integer getValidationType()
public void setValidationType(Integer validationType)
public Integer getOperatorType()
public void setOperatorType(Integer operatorType)
public Collection getConstraintValues()
public void setConstraintValues(Collection constraintValues)
public Boolean getSuppressDropDownArrow()
public void setSuppressDropDownArrow(Boolean suppressDropDownArrow)
public Boolean getShowErrorBox()
public void setShowErrorBox(Boolean showErrorBox)
public void addToSheet(org.apache.poi.ss.usermodel.Sheet sheet)
Copyright © 2017. All rights reserved.