|
||||||||||
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.Area3DPtg
public class Area3DPtg
Title: Area 3D Ptg - 3D referecnce (Sheet + Area)
Description: Defined a area 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 | |
---|---|
Area3DPtg()
Creates new AreaPtg |
|
Area3DPtg(RecordInputStream in)
|
|
Area3DPtg(java.lang.String arearef,
short externIdx)
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
boolean |
equals(java.lang.Object o)
|
byte |
getDefaultOperandClass()
|
short |
getExternSheetIndex()
|
short |
getFirstColumn()
|
short |
getFirstColumnRaw()
|
short |
getFirstRow()
|
short |
getLastColumn()
|
short |
getLastColumnRaw()
|
short |
getLastRow()
|
int |
getSize()
|
int |
hashCode()
|
boolean |
isFirstColRelative()
|
boolean |
isFirstRowRelative()
|
boolean |
isLastColRelative()
|
boolean |
isLastRowRelative()
|
void |
setArea(java.lang.String ref)
|
void |
setExternSheetIndex(short index)
|
void |
setFirstColRelative(boolean rel)
set whether the first column is relative |
void |
setFirstColumn(short column)
|
void |
setFirstColumnRaw(short column)
|
void |
setFirstRow(short row)
|
void |
setFirstRowRelative(boolean rel)
sets the first row to relative or not |
void |
setLastColRelative(boolean rel)
set whether the last column should be relative or not |
void |
setLastColumn(short column)
|
void |
setLastColumnRaw(short column)
|
void |
setLastRow(short row)
|
void |
setLastRowRelative(boolean rel)
set whether the last row is relative or not |
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 |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final byte sid
Constructor Detail |
---|
public Area3DPtg()
public Area3DPtg(java.lang.String arearef, short externIdx)
public Area3DPtg(RecordInputStream in)
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 getFirstRow()
public void setFirstRow(short row)
public short getLastRow()
public void setLastRow(short row)
public short getFirstColumn()
public short getFirstColumnRaw()
public boolean isFirstRowRelative()
public boolean isFirstColRelative()
public void setFirstColumn(short column)
public void setFirstColumnRaw(short column)
public short getLastColumn()
public short getLastColumnRaw()
public boolean isLastRowRelative()
public boolean isLastColRelative()
public void setLastColumn(short column)
public void setLastColumnRaw(short column)
public void setFirstRowRelative(boolean rel)
rel
- FIXME: Document this!public void setFirstColRelative(boolean rel)
public void setLastRowRelative(boolean rel)
rel
- FIXME: Document this!public void setLastColRelative(boolean rel)
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
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |