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. 
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
 

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.
 

Uses of HeaderRecord in org.apache.poi.hssf.usermodel
 

Constructors in org.apache.poi.hssf.usermodel with parameters of type HeaderRecord
HSSFHeader(HeaderRecord headerRecord)
          Constructor.
 



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