first commit
This commit is contained in:
9
hrmsEjb/jxl/read/biff/BottomMarginRecord.java
Normal file
9
hrmsEjb/jxl/read/biff/BottomMarginRecord.java
Normal file
@@ -0,0 +1,9 @@
|
||||
package jxl.read.biff;
|
||||
|
||||
import jxl.biff.Type;
|
||||
|
||||
class BottomMarginRecord extends MarginRecord {
|
||||
BottomMarginRecord(Record r) {
|
||||
super(Type.BOTTOMMARGIN, r);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user