Catalogen

FooterRecord


Cluster 1 (center, footerrecord, null)

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());

Cluster 2 (foot, footerrecord, getfooter)

1 results

sets the title of the series as a string literal . @ param

68.   protected HSSFFooter(FooterRecord footerRecord) {
70. String foot = footerRecord.getFooter();

Cluster 3 (byte, footerrecord, retval)

1 results

sets the param = 0 - based .

1652. FooterRecord retval = new FooterRecord();
1654. retval.setFooterLength(( byte ) 0);
1655. retval.setFooter(null);

1 results

test that we get the same value as excel and , for

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;