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 Margin[] |
Sheet.margins |
Modifier and Type | Method and Description |
---|---|
protected Margin[] |
Sheet.getMargins()
Returns the array of margins.
|
Modifier and Type | Class and Description |
---|---|
class |
BottomMarginRecord
Record for the bottom margin.
|
class |
LeftMarginRecord
Record for the left margin.
|
class |
RightMarginRecord
Record for the right margin.
|
class |
TopMarginRecord
Record for the top margin.
|
Copyright © 2015 Open Microscopy Environment