|
||||||||||
| 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
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(byte[] data,
int offset)
|
|
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(SheetReferences refs)
return a string representation of this token alone |
java.lang.String |
toString()
|
void |
writeBytes(byte[] array,
int offset)
write this Ptg to a byte array |
| Methods inherited from class org.apache.poi.hssf.record.formula.Ptg |
createPtg, getBytes, getPtgClass, 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(byte[] data,
int offset)
| Method Detail |
public java.lang.String toString()
public void writeBytes(byte[] array,
int offset)
Ptg
writeBytes in class Ptgpublic int getSize()
getSize in class Ptgpublic 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)
public void setFirstColRelative(boolean rel)
public void setLastRowRelative(boolean rel)
public void setLastColRelative(boolean rel)
public void setArea(java.lang.String ref)
public java.lang.String toFormulaString(SheetReferences refs)
Ptg
toFormulaString in class Ptgpublic byte getDefaultOperandClass()
getDefaultOperandClass in class Ptgpublic java.lang.Object clone()
clone in class Ptgpublic boolean equals(java.lang.Object o)
public int hashCode()
|
jakarta-poi 1.10.0-dev | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||