|
||||||||||
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.OperandPtg
org.apache.poi.hssf.record.formula.Ref3DPtg
public final class Ref3DPtg
Title: 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 |
Constructor Summary | |
---|---|
Ref3DPtg()
Creates new AreaPtg |
|
Ref3DPtg(RecordInputStream in)
|
|
Ref3DPtg(java.lang.String cellref,
short externIdx)
|
Method Summary | |
---|---|
int |
getColumn()
|
int |
getColumnRaw()
|
byte |
getDefaultOperandClass()
|
short |
getExternSheetIndex()
|
int |
getRow()
|
int |
getSize()
|
boolean |
isColRelative()
|
boolean |
isRowRelative()
|
void |
setArea(java.lang.String ref)
|
void |
setColRelative(boolean rel)
|
void |
setColumn(short column)
|
void |
setColumnRaw(short column)
|
void |
setExternSheetIndex(short index)
|
void |
setRow(int row)
|
void |
setRowRelative(boolean rel)
|
java.lang.String |
toFormulaString(HSSFWorkbook book)
return a string representation of this token alone |
java.lang.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 |
Methods inherited from class org.apache.poi.hssf.record.formula.OperandPtg |
---|
isBaseToken |
Methods inherited from class org.apache.poi.hssf.record.formula.Ptg |
---|
clone, copy, createParsedExpressionTokens, createPtg, getBytes, getEncodedSize, getEncodedSize, getPtgClass, readTokens, serializePtgs, 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 Ref3DPtg()
public Ref3DPtg(RecordInputStream in)
public Ref3DPtg(java.lang.String cellref, short externIdx)
Method Detail |
---|
public java.lang.String toString()
Ptg
toString
in class Ptg
public void writeBytes(byte[] array, int offset)
Ptg
writeBytes
in class Ptg
public int getSize()
getSize
in class Ptg
public short getExternSheetIndex()
public void setExternSheetIndex(short index)
public int getRow()
public void setRow(int row)
public int getColumn()
public int 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(java.lang.String ref)
public java.lang.String toFormulaString(HSSFWorkbook book)
Ptg
toFormulaString
in class Ptg
public byte getDefaultOperandClass()
getDefaultOperandClass
in class Ptg
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |