Uses of Class
org.apache.poi.hssf.record.HeaderRecord

Packages that use HeaderRecord
org.apache.poi.hssf.record.aggregates record aggregates are not real "records" but collections of records that act as a single record. 
 

Uses of HeaderRecord in org.apache.poi.hssf.record.aggregates
 

Methods in org.apache.poi.hssf.record.aggregates that return HeaderRecord
 HeaderRecord PageSettingsBlock.getHeader()
          Returns the HeaderRecord.
 

Methods in org.apache.poi.hssf.record.aggregates with parameters of type HeaderRecord
 void PageSettingsBlock.setHeader(HeaderRecord newHeader)
          Sets the HeaderRecord.
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.