first commit
This commit is contained in:
16
hrmsEjb/jxl/read/biff/ButtonPropertySetRecord.java
Normal file
16
hrmsEjb/jxl/read/biff/ButtonPropertySetRecord.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package jxl.read.biff;
|
||||
|
||||
import common.Logger;
|
||||
import jxl.biff.RecordData;
|
||||
|
||||
public class ButtonPropertySetRecord extends RecordData {
|
||||
private static Logger logger = Logger.getLogger(ButtonPropertySetRecord.class);
|
||||
|
||||
ButtonPropertySetRecord(Record t) {
|
||||
super(t);
|
||||
}
|
||||
|
||||
public byte[] getData() {
|
||||
return getRecord().getData();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user