|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Margin | |
---|---|
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 Margin in org.apache.poi.hssf.model |
---|
Fields in org.apache.poi.hssf.model declared as Margin | |
---|---|
protected Margin[] |
Sheet.margins
|
Methods in org.apache.poi.hssf.model that return Margin | |
---|---|
protected Margin[] |
Sheet.getMargins()
Returns the array of margins. |
Uses of Margin in org.apache.poi.hssf.record |
---|
Classes in org.apache.poi.hssf.record that implement Margin | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |