org.apache.poi.hssf.record.formula
Class AreaVPtg
java.lang.Object
org.apache.poi.hssf.record.formula.Ptg
org.apache.poi.hssf.record.formula.AreaPtg
org.apache.poi.hssf.record.formula.AreaVPtg
- All Implemented Interfaces:
- AreaI
public final class AreaVPtg
- 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 |
AreaVPtg()
|
|
AreaVPtg(int firstRow,
int lastRow,
int firstColumn,
int lastColumn,
boolean firstRowRelative,
boolean lastRowRelative,
boolean firstColRelative,
boolean lastColRelative)
|
|
AreaVPtg(RecordInputStream in)
|
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, 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
AreaVPtg
protected AreaVPtg()
AreaVPtg
public AreaVPtg(int firstRow,
int lastRow,
int firstColumn,
int lastColumn,
boolean firstRowRelative,
boolean lastRowRelative,
boolean firstColRelative,
boolean lastColRelative)
AreaVPtg
public AreaVPtg(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.