Package org.apache.poi.hssf.util
Class CellRangeAddress8Bit
java.lang.Object
org.apache.poi.ss.util.CellRangeAddressBase
org.apache.poi.hssf.util.CellRangeAddress8Bit
- All Implemented Interfaces:
Iterable<CellAddress>,org.apache.poi.common.Duplicatable,GenericRecord
See OOO documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address'
Implements a CellRangeAddress with 8-but column fields.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.poi.ss.util.CellRangeAddressBase
CellRangeAddressBase.CellPosition -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.poi.ss.util.CellRangeAddressBase
containsColumn, containsRow, equals, getFirstColumn, getFirstRow, getGenericProperties, getLastColumn, getLastRow, getNumberOfCells, getPosition, hashCode, intersects, isFullColumnRange, isFullRowRange, isInRange, isInRange, isInRange, isInRange, iterator, setFirstColumn, setFirstRow, setLastColumn, setLastRow, spliterator, toString, validateMethods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
Field Details
-
ENCODED_SIZE
public static final int ENCODED_SIZE- See Also:
-
-
Constructor Details
-
CellRangeAddress8Bit
public CellRangeAddress8Bit(int firstRow, int lastRow, int firstCol, int lastCol) -
CellRangeAddress8Bit
-
-
Method Details
-
serialize
-
copy
-
getEncodedSize
public static int getEncodedSize(int numberOfItems)
-