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:
java.lang.Iterable<CellAddress>
public final class CellRangeAddress8Bit extends CellRangeAddressBase
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 Modifier and Type Field Description static int
ENCODED_SIZE
-
Constructor Summary
Constructors Constructor Description CellRangeAddress8Bit(int firstRow, int lastRow, int firstCol, int lastCol)
CellRangeAddress8Bit(LittleEndianInput in)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CellRangeAddress8Bit
copy()
static int
getEncodedSize(int numberOfItems)
void
serialize(LittleEndianOutput out)
-
Methods inherited from class org.apache.poi.ss.util.CellRangeAddressBase
containsColumn, containsRow, equals, getFirstColumn, getFirstRow, getLastColumn, getLastRow, getNumberOfCells, getPosition, hashCode, intersects, isFullColumnRange, isFullRowRange, isInRange, isInRange, isInRange, isInRange, iterator, setFirstColumn, setFirstRow, setLastColumn, setLastRow, toString, validate
-
-
-
-
Field Detail
-
ENCODED_SIZE
public static final int ENCODED_SIZE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CellRangeAddress8Bit
public CellRangeAddress8Bit(int firstRow, int lastRow, int firstCol, int lastCol)
-
CellRangeAddress8Bit
public CellRangeAddress8Bit(LittleEndianInput in)
-
-
Method Detail
-
serialize
public void serialize(LittleEndianOutput out)
-
copy
public CellRangeAddress8Bit copy()
-
getEncodedSize
public static int getEncodedSize(int numberOfItems)
-
-