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

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.AreaNPtg
All Implemented Interfaces:
java.lang.Cloneable, AreaI

public final class AreaNPtg
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
AreaNPtg(RecordInputStream in)
           
 
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

AreaNPtg

public AreaNPtg(RecordInputStream in)
Method Detail

getSid

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


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