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.AreaPtg
- All Implemented Interfaces:
- java.lang.Cloneable, AreaI
public final class AreaPtg
- extends AreaPtgBase
Specifies a rectangular area of cells A1:A4 for instance.
- Author:
- Jason Height (jheight at chariot dot net dot au)
Field Summary |
static short |
sid
|
Constructor Summary |
AreaPtg(int firstRow,
int lastRow,
int firstColumn,
int lastColumn,
boolean firstRowRelative,
boolean lastRowRelative,
boolean firstColRelative,
boolean lastColRelative)
|
AreaPtg(RecordInputStream in)
|
AreaPtg(java.lang.String arearef)
|
Method Summary |
protected byte |
getSid()
|
Methods inherited from class org.apache.poi.hssf.record.formula.AreaPtgBase |
getDefaultOperandClass, getFirstColumn, getFirstColumnRaw, getFirstRow, getLastColumn, getLastColumnRaw, getLastRow, getSize, isFirstColRelative, isFirstRowRelative, isLastColRelative, isLastRowRelative, notImplemented, setFirstColRelative, setFirstColumn, setFirstColumnRaw, setFirstRow, setFirstRowRelative, setLastColRelative, setLastColumn, setLastColumnRaw, setLastRow, setLastRowRelative, toFormulaString, toString, writeBytes |
Methods inherited from class org.apache.poi.hssf.record.formula.Ptg |
clone, copy, createParsedExpressionTokens, createPtg, getBytes, getEncodedSize, getEncodedSize, getPtgClass, readTokens, serializePtgs, serializePtgStack, setClass, toDebugString |
Methods inherited from class java.lang.Object |
equals, finalize, 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(RecordInputStream in)
AreaPtg
public AreaPtg(java.lang.String arearef)
getSid
protected byte getSid()
- Specified by:
getSid
in class AreaPtgBase
Copyright 2008 The Apache Software Foundation or
its licensors, as applicable.