org.apache.poi.hssf.record.formula
Class AreaVPtg

java.lang.Object
  extended by org.apache.poi.hssf.record.formula.Ptg
      extended by org.apache.poi.hssf.record.formula.AreaPtg
          extended by org.apache.poi.hssf.record.formula.AreaVPtg

public 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
           
 
Fields inherited from class org.apache.poi.hssf.record.formula.Ptg
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, ptgClass
 
Constructor Summary
protected AreaVPtg()
           
  AreaVPtg(RecordInputStream in)
           
  AreaVPtg(short firstRow, short lastRow, short firstColumn, short lastColumn, boolean firstRowRelative, boolean lastRowRelative, boolean firstColRelative, boolean lastColRelative)
           
 
Method Summary
 java.lang.Object clone()
           
 java.lang.String getAreaPtgName()
           
 
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 org.apache.poi.hssf.record.formula.Ptg
createParsedExpressionTokens, createPtg, getBytes, getPtgClass, serializePtgStack, setClass, toDebugString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sid

public static final short sid
See Also:
Constant Field Values
Constructor Detail

AreaVPtg

protected AreaVPtg()

AreaVPtg

public AreaVPtg(short firstRow,
                short lastRow,
                short firstColumn,
                short lastColumn,
                boolean firstRowRelative,
                boolean lastRowRelative,
                boolean firstColRelative,
                boolean lastColRelative)

AreaVPtg

public AreaVPtg(RecordInputStream in)
Method Detail

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.