Package | Description |
---|---|
loci.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
loci.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
Modifier and Type | Field and Description |
---|---|
protected PageBreakRecord |
Sheet.colBreaks |
protected PageBreakRecord |
Sheet.rowBreaks |
Modifier and Type | Method and Description |
---|---|
void |
Sheet.shiftBreaks(PageBreakRecord breaks,
short start,
short stop,
int count)
Shifts all the page breaks in the range "count" number of rows/columns
|
Modifier and Type | Class and Description |
---|---|
class |
HorizontalPageBreakRecord
HorizontalPageBreak record that stores page breaks at rows
|
class |
VerticalPageBreakRecord
VerticalPageBreak record that stores page breaks at columns
|
Copyright © 2016 Open Microscopy Environment