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: Ref3DPtg [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.Ref3DPtg

All Implemented Interfaces:
    Cloneable

Title: Reference 3D Ptg

Description: Defined a cell 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 Ref3DPtg() 
 public Ref3DPtg(RecordInputStream in) 
 public Ref3DPtg(String cellref,
    short externIdx) 
Method from org.apache.poi.hssf.record.formula.Ref3DPtg Summary:
getColumn,   getColumnRaw,   getDefaultOperandClass,   getExternSheetIndex,   getRow,   getSheetName,   getSize,   isColRelative,   isRowRelative,   setArea,   setColRelative,   setColumn,   setColumnRaw,   setExternSheetIndex,   setRow,   setRowRelative,   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.Ref3DPtg Detail:
 public int getColumn() 
 public int getColumnRaw() 
 public byte getDefaultOperandClass() 
 public short getExternSheetIndex() 
 public int getRow() 
 static String getSheetName(HSSFWorkbook book,
    int externSheetIndex) 
 public int getSize() 
 public boolean isColRelative() 
 public boolean isRowRelative() 
 public  void setArea(String ref) 
 public  void setColRelative(boolean rel) 
 public  void setColumn(short column) 
 public  void setColumnRaw(short column) 
 public  void setExternSheetIndex(short index) 
 public  void setRow(int row) 
 public  void setRowRelative(boolean rel) 
 public String toFormulaString(HSSFWorkbook book) 
 public String toString() 
 public  void writeBytes(byte[] array,
    int offset)