|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hssf.record.MergeCellsRecord.MergedRegion
public class MergeCellsRecord.MergedRegion
this is a low level representation of a MergedRegion of cells. It is an inner class because we do not want it used without reference to this class.
Field Summary | |
---|---|
short |
col_from
upper right hand corner col |
short |
col_to
lower right hand corner col |
int |
row_from
upper lefthand corner row |
int |
row_to
lower right hand corner row |
Constructor Summary | |
---|---|
MergeCellsRecord.MergedRegion(int row_from,
int row_to,
short col_from,
short col_to)
create a merged region all in one stroke. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int row_from
public int row_to
public short col_from
public short col_to
Constructor Detail |
---|
public MergeCellsRecord.MergedRegion(int row_from, int row_to, short col_from, short col_to)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |