|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hssf.record.PageBreakRecord.Break
public class PageBreakRecord.Break
Since both records store 2byte integers (short), no point in differentiating it in the records.
The subs (rows or columns, don't seem to be able to set but excel sets them automatically)
Field Summary | |
---|---|
short |
main
|
short |
subFrom
|
short |
subTo
|
Constructor Summary | |
---|---|
PageBreakRecord.Break(short main,
short subFrom,
short subTo)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public short main
public short subFrom
public short subTo
Constructor Detail |
---|
public PageBreakRecord.Break(short main, short subFrom, short subTo)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |