|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hssf.record.formula.Ptg
org.apache.poi.hssf.record.formula.Ref3DPtg
org.apache.poi.hssf.record.formula.DeletedRef3DPtg
public class DeletedRef3DPtg
Title: Deleted Reference 3D Ptg
Description: Defined a cell in extern sheet.
REFERENCE:
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 |
---|
public static final byte sid
Constructor Detail |
---|
public DeletedRef3DPtg(RecordInputStream in)
public DeletedRef3DPtg(java.lang.String cellref, short externIdx)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |