Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » hssf » record » formula » [javadoc | source]
org.apache.poi.hssf.record.formula
public final class: Area3DPtg [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.Area3DPtg

All Implemented Interfaces:
    AreaI, Cloneable

Title: Area 3D Ptg - 3D reference (Sheet + Area)

Description: Defined a area in Extern Sheet.

REFERENCE:

Field Summary
public static final  byte sid     
Fields inherited from org.apache.poi.hssf.record.formula.Ptg:
CLASS_REF,  CLASS_VALUE,  CLASS_ARRAY
Constructor:
 public Area3DPtg() 
 public Area3DPtg(RecordInputStream in) 
 public Area3DPtg(String arearef,
    short externIdx) 
 public Area3DPtg(short firstRow,
    short lastRow,
    short firstColumn,
    short lastColumn,
    boolean firstRowRelative,
    boolean lastRowRelative,
    boolean firstColRelative,
    boolean lastColRelative,
    short externalSheetIndex) 
Method from org.apache.poi.hssf.record.formula.Area3DPtg Summary:
equals,   getDefaultOperandClass,   getExternSheetIndex,   getFirstColumn,   getFirstColumnRaw,   getFirstRow,   getLastColumn,   getLastColumnRaw,   getLastRow,   getSize,   isFirstColRelative,   isFirstRowRelative,   isLastColRelative,   isLastRowRelative,   setArea,   setExternSheetIndex,   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.Area3DPtg Detail:
 public boolean equals(Object o) 
 public byte getDefaultOperandClass() 
 public short getExternSheetIndex() 
 public int getFirstColumn() 
 public int getFirstColumnRaw() 
 public int getFirstRow() 
 public int getLastColumn() 
 public int getLastColumnRaw() 
 public int getLastRow() 
 public int getSize() 
 public boolean isFirstColRelative() 
 public boolean isFirstRowRelative() 
 public boolean isLastColRelative() 
 public boolean isLastRowRelative() 
 public  void setArea(String ref) 
 public  void setExternSheetIndex(short index) 
 public  void setFirstColRelative(boolean rel) 
    set whether the first column is relative
 public  void setFirstColumn(short column) 
 public  void setFirstColumnRaw(short column) 
 public  void setFirstRow(int row) 
 public  void setFirstRowRelative(boolean rel) 
    sets the first row to relative or not
 public  void setLastColRelative(boolean rel) 
    set whether the last column should be relative or not
 public  void setLastColumn(short column) 
 public  void setLastColumnRaw(short column) 
 public  void setLastRow(int row) 
 public  void setLastRowRelative(boolean rel) 
    set whether the last row is relative or not
 public String toFormulaString(HSSFWorkbook book) 
 public String toString() 
 public  void writeBytes(byte[] array,
    int offset)