org.apache.poi.hssf.record.formula
Class AreaPtg
java.lang.Object
org.apache.poi.hssf.record.formula.Ptg
org.apache.poi.hssf.record.formula.OperandPtg
org.apache.poi.hssf.record.formula.AreaPtgBase
org.apache.poi.hssf.record.formula.Area2DPtgBase
org.apache.poi.hssf.record.formula.AreaPtg
- All Implemented Interfaces:
- java.lang.Cloneable, AreaI
public final class AreaPtg
- extends Area2DPtgBase
Specifies a rectangular area of cells A1:A4 for instance.
- Author:
- Jason Height (jheight at chariot dot net dot au)
Nested classes/interfaces inherited from interface org.apache.poi.hssf.record.formula.AreaI |
AreaI.OffsetArea |
Field Summary |
static short |
sid
|
Methods inherited from class org.apache.poi.hssf.record.formula.AreaPtgBase |
getDefaultOperandClass, getFirstColumn, getFirstColumnRaw, getFirstRow, getLastColumn, getLastColumnRaw, getLastRow, isFirstColRelative, isFirstRowRelative, isLastColRelative, isLastRowRelative, setFirstColRelative, setFirstColumn, setFirstColumnRaw, setFirstRow, setFirstRowRelative, setLastColRelative, setLastColumn, setLastColumnRaw, setLastRow, setLastRowRelative |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
sid
public static final short sid
- See Also:
- Constant Field Values
AreaPtg
public AreaPtg(int firstRow,
int lastRow,
int firstColumn,
int lastColumn,
boolean firstRowRelative,
boolean lastRowRelative,
boolean firstColRelative,
boolean lastColRelative)
AreaPtg
public AreaPtg(LittleEndianInput in)
AreaPtg
public AreaPtg(java.lang.String arearef)
AreaPtg
public AreaPtg(AreaReference areaRef)