1 results
test that we get the same value as excel and , for
59. FooterRecord footerRecord; 70. String foot = footerRecord.getFooter(); 165. footerRecord.setFooter( 169. footerRecord.setFooterLength((byte)footerRecord.getFooter().length());
sets the title of the series as a string literal . @ param
68. protected HSSFFooter(FooterRecord footerRecord) { 70. String foot = footerRecord.getFooter();
sets the param = 0 - based .
1652. FooterRecord retval = new FooterRecord(); 1654. retval.setFooterLength(( byte ) 0); 1655. retval.setFooter(null);
229. FooterRecord rec = new FooterRecord(); 230. rec.field_1_footer_len = field_1_footer_len; 231. rec.field_2_reserved = field_2_reserved; 232. rec.field_3_unicode_flag = field_3_unicode_flag; 233. rec.field_4_footer = field_4_footer;