|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PageBreakRecord | |
---|---|
org.apache.poi.hssf.model | Provides low level API structures for reading, writing, modifying XLS files. |
org.apache.poi.hssf.record | Record package contains class representations for XLS binary strutures. |
Uses of PageBreakRecord in org.apache.poi.hssf.model |
---|
Fields in org.apache.poi.hssf.model declared as PageBreakRecord | |
---|---|
protected PageBreakRecord |
Sheet.colBreaks
|
protected PageBreakRecord |
Sheet.rowBreaks
|
Methods in org.apache.poi.hssf.model with parameters of type PageBreakRecord | |
---|---|
void |
Sheet.shiftBreaks(PageBreakRecord breaks,
short start,
short stop,
int count)
Shifts all the page breaks in the range "count" number of rows/columns |
Uses of PageBreakRecord in org.apache.poi.hssf.record |
---|
Subclasses of PageBreakRecord in org.apache.poi.hssf.record | |
---|---|
class |
HorizontalPageBreakRecord
HorizontalPageBreak record that stores page breaks at rows |
class |
VerticalPageBreakRecord
VerticalPageBreak record that stores page breaks at columns |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |