Save This Page
Home » poi-src-3.1-FINAL-20080629 » org.apache » poi » hssf » record » formula » [javadoc | source]
org.apache.poi.hssf.record.formula
public final class: AreaPtg [javadoc | source]
java.lang.Object
   org.apache.poi.hssf.record.formula.Ptg
      org.apache.poi.hssf.record.formula.OperandPtg
         org.apache.poi.hssf.record.formula.AreaPtgBase
            org.apache.poi.hssf.record.formula.AreaPtg

All Implemented Interfaces:
    AreaI, Cloneable

Specifies a rectangular area of cells A1:A4 for instance.
Field Summary
public static final  short sid     
Fields inherited from org.apache.poi.hssf.record.formula.AreaPtgBase:
sid
Fields inherited from org.apache.poi.hssf.record.formula.Ptg:
CLASS_REF,  CLASS_VALUE,  CLASS_ARRAY
Constructor:
 public AreaPtg(RecordInputStream in) 
 public AreaPtg(String arearef) 
 public AreaPtg(int firstRow,
    int lastRow,
    int firstColumn,
    int lastColumn,
    boolean firstRowRelative,
    boolean lastRowRelative,
    boolean firstColRelative,
    boolean lastColRelative) 
Method from org.apache.poi.hssf.record.formula.AreaPtg Summary:
getSid
Methods from org.apache.poi.hssf.record.formula.AreaPtgBase:
getDefaultOperandClass,   getFirstColumn,   getFirstColumnRaw,   getFirstRow,   getLastColumn,   getLastColumnRaw,   getLastRow,   getSid,   getSize,   isFirstColRelative,   isFirstRowRelative,   isLastColRelative,   isLastRowRelative,   notImplemented,   setFirstColRelative,   setFirstColumn,   setFirstColumnRaw,   setFirstRow,   setFirstRowRelative,   setLastColRelative,   setLastColumn,   setLastColumnRaw,   setLastRow,   setLastRowRelative,   toFormulaString,   toString,   writeBytes
Methods from org.apache.poi.hssf.record.formula.OperandPtg:
isBaseToken
Methods from org.apache.poi.hssf.record.formula.Ptg:
clone,   copy,   createParsedExpressionTokens,   createPtg,   getBytes,   getDefaultOperandClass,   getEncodedSize,   getEncodedSize,   getPtgClass,   getSize,   isBaseToken,   readTokens,   serializePtgStack,   serializePtgs,   setClass,   toDebugString,   toFormulaString,   toString,   writeBytes
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.poi.hssf.record.formula.AreaPtg Detail:
 protected byte getSid()