org.apache.poi.hssf.record.formula
Class AreaAPtg
java.lang.Object
org.apache.poi.hssf.record.formula.Ptg
org.apache.poi.hssf.record.formula.AreaPtg
org.apache.poi.hssf.record.formula.AreaAPtg
public class AreaAPtg
- extends AreaPtg
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 |
protected |
AreaAPtg()
|
|
AreaAPtg(RecordInputStream in)
|
|
AreaAPtg(short firstRow,
short lastRow,
short firstColumn,
short lastColumn,
boolean firstRowRelative,
boolean lastRowRelative,
boolean firstColRelative,
boolean lastColRelative)
|
Methods inherited from class org.apache.poi.hssf.record.formula.AreaPtg |
getDefaultOperandClass, getFirstColumn, getFirstColumnRaw, getFirstRow, getLastColumn, getLastColumnRaw, getLastRow, getSize, isFirstColRelative, isFirstRowRelative, isLastColRelative, isLastRowRelative, setFirstColRelative, setFirstColumn, setFirstColumnRaw, setFirstRow, setFirstRowRelative, setLastColRelative, setLastColumn, setLastColumnRaw, setLastRow, setLastRowRelative, toFormulaString, toString, writeBytes |
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
AreaAPtg
protected AreaAPtg()
AreaAPtg
public AreaAPtg(short firstRow,
short lastRow,
short firstColumn,
short lastColumn,
boolean firstRowRelative,
boolean lastRowRelative,
boolean firstColRelative,
boolean lastColRelative)
AreaAPtg
public AreaAPtg(RecordInputStream in)
getAreaPtgName
public java.lang.String getAreaPtgName()
- Overrides:
getAreaPtgName
in class AreaPtg
clone
public java.lang.Object clone()
- Overrides:
clone
in class AreaPtg
Copyright 2008 The Apache Software Foundation or
its licensors, as applicable.