|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CellRangeAddressList | |
---|---|
org.apache.poi.hssf.record | Record package contains class representations for XLS binary strutures. |
org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model |
org.apache.poi.hssf.util | util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts. |
org.apache.poi.ss.usermodel | |
org.apache.poi.ss.util | |
org.apache.poi.xssf.usermodel |
Uses of CellRangeAddressList in org.apache.poi.hssf.record |
---|
Methods in org.apache.poi.hssf.record that return CellRangeAddressList | |
---|---|
CellRangeAddressList |
DVRecord.getCellRangeAddress()
|
Constructors in org.apache.poi.hssf.record with parameters of type CellRangeAddressList | |
---|---|
DVRecord(int validationType,
int operator,
int errorStyle,
boolean emptyCellAllowed,
boolean suppressDropDownArrow,
boolean isExplicitList,
boolean showPromptBox,
java.lang.String promptTitle,
java.lang.String promptText,
boolean showErrorBox,
java.lang.String errorTitle,
java.lang.String errorText,
Ptg[] formula1,
Ptg[] formula2,
CellRangeAddressList regions)
|
Uses of CellRangeAddressList in org.apache.poi.hssf.usermodel |
---|
Methods in org.apache.poi.hssf.usermodel that return CellRangeAddressList | |
---|---|
CellRangeAddressList |
HSSFDataValidation.getRegions()
|
Methods in org.apache.poi.hssf.usermodel with parameters of type CellRangeAddressList | |
---|---|
DataValidation |
HSSFDataValidationHelper.createValidation(DataValidationConstraint constraint,
CellRangeAddressList cellRangeAddressList)
|
Constructors in org.apache.poi.hssf.usermodel with parameters of type CellRangeAddressList | |
---|---|
HSSFDataValidation(CellRangeAddressList regions,
DataValidationConstraint constraint)
Constructor which initializes the cell range on which this object will be applied |
Uses of CellRangeAddressList in org.apache.poi.hssf.util |
---|
Subclasses of CellRangeAddressList in org.apache.poi.hssf.util | |
---|---|
class |
CellRangeAddressList
Deprecated. use CellRangeAddressList |
Uses of CellRangeAddressList in org.apache.poi.ss.usermodel |
---|
Methods in org.apache.poi.ss.usermodel that return CellRangeAddressList | |
---|---|
CellRangeAddressList |
DataValidation.getRegions()
|
Methods in org.apache.poi.ss.usermodel with parameters of type CellRangeAddressList | |
---|---|
DataValidation |
DataValidationHelper.createValidation(DataValidationConstraint constraint,
CellRangeAddressList cellRangeAddressList)
|
Uses of CellRangeAddressList in org.apache.poi.ss.util |
---|
Methods in org.apache.poi.ss.util that return CellRangeAddressList | |
---|---|
CellRangeAddressList |
CellRangeAddressList.copy()
|
Uses of CellRangeAddressList in org.apache.poi.xssf.usermodel |
---|
Methods in org.apache.poi.xssf.usermodel that return CellRangeAddressList | |
---|---|
CellRangeAddressList |
XSSFDataValidation.getRegions()
|
Methods in org.apache.poi.xssf.usermodel with parameters of type CellRangeAddressList | |
---|---|
DataValidation |
XSSFDataValidationHelper.createValidation(DataValidationConstraint constraint,
CellRangeAddressList cellRangeAddressList)
|
Constructors in org.apache.poi.xssf.usermodel with parameters of type CellRangeAddressList | |
---|---|
XSSFDataValidation(XSSFDataValidationConstraint constraint,
CellRangeAddressList regions,
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDataValidation ctDataValidation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |