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

java.lang.Object
  extended by org.apache.poi.hssf.record.formula.Ptg
      extended by org.apache.poi.hssf.record.formula.Ref3DPtg
          extended by org.apache.poi.hssf.record.formula.DeletedRef3DPtg

public class DeletedRef3DPtg
extends Ref3DPtg

Title: Deleted Reference 3D Ptg

Description: Defined a cell in extern sheet.

REFERENCE:

Version:
1.0-pre
Author:
Patrick Luby

Field Summary
static byte sid
           
 
Fields inherited from class org.apache.poi.hssf.record.formula.Ptg
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, ptgClass
 
Constructor Summary
DeletedRef3DPtg(RecordInputStream in)
          Creates new DeletedRef3DPtg
DeletedRef3DPtg(java.lang.String cellref, short externIdx)
           
 
Method Summary
 
Methods inherited from class org.apache.poi.hssf.record.formula.Ref3DPtg
clone, getColumn, getColumnRaw, getDefaultOperandClass, getExternSheetIndex, getRow, getSize, isColRelative, isRowRelative, setArea, setColRelative, setColumn, setColumnRaw, setExternSheetIndex, setRow, setRowRelative, toFormulaString, toString, writeBytes
 
Methods inherited from class org.apache.poi.hssf.record.formula.Ptg
createParsedExpressionTokens, createPtg, getBytes, getPtgClass, 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 byte sid
See Also:
Constant Field Values
Constructor Detail

DeletedRef3DPtg

public DeletedRef3DPtg(RecordInputStream in)
Creates new DeletedRef3DPtg


DeletedRef3DPtg

public DeletedRef3DPtg(java.lang.String cellref,
                       short externIdx)


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