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