|
||||||||||
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
public 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, ptgClass |
Constructor Summary | |
---|---|
Ref3DPtg()
Creates new AreaPtg |
|
Ref3DPtg(RecordInputStream in)
|
|
Ref3DPtg(java.lang.String cellref,
short externIdx)
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
short |
getColumn()
|
short |
getColumnRaw()
|
byte |
getDefaultOperandClass()
|
short |
getExternSheetIndex()
|
short |
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(short row)
|
void |
setRowRelative(boolean rel)
|
java.lang.String |
toFormulaString(Workbook 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.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 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 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(java.lang.String ref)
public java.lang.String toFormulaString(Workbook book)
Ptg
toFormulaString
in class Ptg
public byte getDefaultOperandClass()
getDefaultOperandClass
in class Ptg
public java.lang.Object clone()
clone
in class Ptg
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |