|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.poi.hssf.record.formula.Ptg | +--org.apache.poi.hssf.record.formula.AreaPtg
Specifies a rectangular area of cells A1:A4 for instance.
Field Summary | |
static short |
sid
|
Constructor Summary | |
|
AreaPtg(byte[] data,
int offset)
|
protected |
AreaPtg(java.lang.String arearef)
|
Method Summary | |
short |
getFirstColumn()
|
short |
getFirstColumnRaw()
|
short |
getFirstRow()
|
short |
getLastColumn()
|
short |
getLastColumnRaw()
|
short |
getLastRow()
|
int |
getSize()
|
boolean |
isFirstColRelative()
|
boolean |
isFirstRowRelative()
|
boolean |
isLastColRelative()
|
boolean |
isLastRowRelative()
|
void |
setFirstColRelative(boolean rel)
set whether the first column is relative |
void |
setFirstColumn(short column)
set the first column in the area |
void |
setFirstColumnRaw(short column)
set the first column irespective of the bitmasks |
void |
setFirstRow(short row)
sets the first 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)
set the last column in the area |
void |
setLastColumnRaw(short column)
set the last column irrespective of the bitmasks |
void |
setLastRow(short row)
|
void |
setLastRowRelative(boolean rel)
set whether the last row is relative or not |
java.lang.String |
toFormulaString()
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, toDebugString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final short sid
Constructor Detail |
protected AreaPtg(java.lang.String arearef)
public AreaPtg(byte[] data, int offset)
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
public void writeBytes(byte[] array, int offset)
Ptg
writeBytes
in class Ptg
public int getSize()
getSize
in class Ptg
public short getFirstRow()
public void setFirstRow(short row)
row
- number (0-based)public short getLastRow()
public void setLastRow(short row)
last
- row number in the areapublic short getFirstColumn()
public short getFirstColumnRaw()
public boolean isFirstRowRelative()
public void setFirstRowRelative(boolean rel)
isRelative
- or not.public boolean isFirstColRelative()
public void setFirstColRelative(boolean rel)
public void setFirstColumn(short column)
public void setFirstColumnRaw(short column)
public short getLastColumn()
public short getLastColumnRaw()
public boolean isLastRowRelative()
public void setLastRowRelative(boolean rel)
last
- row relativepublic boolean isLastColRelative()
public void setLastColRelative(boolean rel)
public void setLastColumn(short column)
public void setLastColumnRaw(short column)
public java.lang.String toFormulaString()
Ptg
toFormulaString
in class Ptg
|
jakarta-poi 1.6.0-dev | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |