Uses of Class
org.apache.poi.ss.util.CellRangeAddressBase
-
Packages that use CellRangeAddressBase Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.hssf.util The util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts.org.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas.org.apache.poi.ss.usermodel org.apache.poi.ss.util -
-
Uses of CellRangeAddressBase in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return CellRangeAddressBase Modifier and Type Method Description CellRangeAddressBaseHSSFChart.HSSFSeries. getCategoryLabelsCellRange()CellRangeAddressBaseHSSFChart.HSSFSeries. getValuesCellRange()Methods in org.apache.poi.hssf.usermodel with parameters of type CellRangeAddressBase Modifier and Type Method Description voidHSSFChart.HSSFSeries. setCategoryLabelsCellRange(CellRangeAddressBase range)voidHSSFChart.HSSFSeries. setValuesCellRange(CellRangeAddressBase range) -
Uses of CellRangeAddressBase in org.apache.poi.hssf.util
Subclasses of CellRangeAddressBase in org.apache.poi.hssf.util Modifier and Type Class Description classCellRangeAddress8BitSee OOO documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address' -
Uses of CellRangeAddressBase in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula that return CellRangeAddressBase Modifier and Type Method Description CellRangeAddressBaseDataValidationEvaluator.DataValidationContext. getRegion()Methods in org.apache.poi.ss.formula with parameters of type CellRangeAddressBase Modifier and Type Method Description ValueEvalWorkbookEvaluator. evaluate(String formula, CellReference target, CellRangeAddressBase region)Some expressions need to be evaluated in terms of an offset from the top left corner of a region, such as some data validation and conditional format expressions, when those constraints apply to contiguous cells.ValueEvalWorkbookEvaluator. evaluateList(String formula, CellReference target, CellRangeAddressBase region)Some expressions need to be evaluated in terms of an offset from the top left corner of a region, such as some data validation and conditional format expressions, when those constraints apply to contiguous cells.Constructors in org.apache.poi.ss.formula with parameters of type CellRangeAddressBase Constructor Description DataValidationContext(DataValidation dv, DataValidationEvaluator dve, CellRangeAddressBase region, CellReference target)Populate the context with the necessary values. -
Uses of CellRangeAddressBase in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return CellRangeAddressBase Modifier and Type Method Description CellRangeAddressBaseTableStyleType. appliesTo(Table table, Cell cell)A range is returned only for the part of the table matching this enum instance and containing the given cell.CellRangeAddressBaseTableStyleType. appliesTo(Table table, CellReference cell)A range is returned only for the part of the table matching this enum instance and containing the given cell reference.CellRangeAddressBaseTableStyleType. getRange(Table table, Cell cell)CellRangeAddressBaseTableStyleType. getRange(Table table, CellReference cell) -
Uses of CellRangeAddressBase in org.apache.poi.ss.util
Subclasses of CellRangeAddressBase in org.apache.poi.ss.util Modifier and Type Class Description classCellRangeAddressSee OOO documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address'Methods in org.apache.poi.ss.util with parameters of type CellRangeAddressBase Modifier and Type Method Description booleanCellRangeAddressBase. intersects(CellRangeAddressBase other)Determines whether or not this CellRangeAddress and the specified CellRangeAddress intersect.
-