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

java.lang.Object
  extended by org.apache.poi.hssf.record.formula.Ptg
      extended by org.apache.poi.hssf.record.formula.OperandPtg
          extended by org.apache.poi.hssf.record.formula.AreaPtgBase
              extended by 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
           
 
Fields inherited from class org.apache.poi.hssf.record.formula.Ptg
CLASS_ARRAY, CLASS_REF, CLASS_VALUE
 
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.OperandPtg
isBaseToken
 
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
 

Field Detail

sid

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

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)
Method Detail

getSid

protected byte getSid()
Specified by:
getSid in class AreaPtgBase


Copyright 2008 The Apache Software Foundation or its licensors, as applicable.