|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.biff.RecordData | +--jxl.read.biff.MarginRecord
Abstract class containing the margin value for top,left,right and bottom margins
Field Summary | |
private double |
margin
The size of the margin |
Fields inherited from class jxl.biff.RecordData |
code, record |
Constructor Summary | |
protected |
MarginRecord(Type t,
Record r)
Constructs this record from the raw data |
Method Summary | |
(package private) double |
getMargin()
Accessor for the margin |
Methods inherited from class jxl.biff.RecordData |
getCode, getRecord |
Methods inherited from class java.lang.Object |
|
Field Detail |
private double margin
Constructor Detail |
protected MarginRecord(Type t, Record r)
Method Detail |
double getMargin()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |