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