public class Ref3DPtg extends Ptg
Description: Defined a cell in extern sheet.
REFERENCE:
| Modifier and Type | Field and Description |
|---|---|
static byte |
sid |
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, ptgClass| Constructor and Description |
|---|
Ref3DPtg()
Creates new AreaPtg
|
Ref3DPtg(RecordInputStream in) |
Ref3DPtg(String cellref,
short externIdx) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
short |
getColumn() |
short |
getColumnRaw() |
byte |
getDefaultOperandClass() |
short |
getExternSheetIndex() |
short |
getRow() |
int |
getSize() |
boolean |
isColRelative() |
boolean |
isRowRelative() |
void |
setArea(String ref) |
void |
setColRelative(boolean rel) |
void |
setColumn(short column) |
void |
setColumnRaw(short column) |
void |
setExternSheetIndex(short index) |
void |
setRow(short row) |
void |
setRowRelative(boolean rel) |
String |
toFormulaString(Workbook book)
return a string representation of this token alone
|
String |
toString()
Overridden toString method to ensure object hash is not printed.
|
void |
writeBytes(byte[] array,
int offset)
write this Ptg to a byte array
|
createParsedExpressionTokens, createPtg, getBytes, getPtgClass, serializePtgStack, setClass, toDebugStringpublic static final byte sid
public Ref3DPtg()
public Ref3DPtg(RecordInputStream in)
public Ref3DPtg(String cellref, short externIdx)
public String toString()
Ptgpublic void writeBytes(byte[] array,
int offset)
PtgwriteBytes in class Ptgpublic short getExternSheetIndex()
public void setExternSheetIndex(short index)
public short getRow()
public void setRow(short row)
public short getColumn()
public short getColumnRaw()
public boolean isRowRelative()
public void setRowRelative(boolean rel)
public boolean isColRelative()
public void setColRelative(boolean rel)
public void setColumn(short column)
public void setColumnRaw(short column)
public void setArea(String ref)
public String toFormulaString(Workbook book)
PtgtoFormulaString in class Ptgpublic byte getDefaultOperandClass()
getDefaultOperandClass in class PtgCopyright © 2014 Open Microscopy Environment