Search in sources :

Example 1 with MMSRecord

use of org.apache.poi.hssf.record.MMSRecord in project poi by apache.

the class InternalWorkbook method createMMS.

private static MMSRecord createMMS() {
    MMSRecord retval = new MMSRecord();
    retval.setAddMenuCount((byte) 0);
    retval.setDelMenuCount((byte) 0);
    return retval;
}
Also used : MMSRecord(org.apache.poi.hssf.record.MMSRecord)

Aggregations

MMSRecord (org.apache.poi.hssf.record.MMSRecord)1