Uses of Package
org.apache.poi.hssf.record.aggregates

Packages that use org.apache.poi.hssf.record.aggregates
org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. 
org.apache.poi.hssf.record.aggregates record aggregates are not real "records" but collections of records that act as a single record. 
 

Classes in org.apache.poi.hssf.record.aggregates used by org.apache.poi.hssf.model
CFRecordsAggregate
          CFRecordsAggregate - aggregates Conditional Formatting records CFHeaderRecord and number of up to three CFRuleRecord records together to simplify access to them.
ColumnInfoRecordsAggregate
           
RowRecordsAggregate
           
ValueRecordsAggregate
          Aggregate value records together.
 

Classes in org.apache.poi.hssf.record.aggregates used by org.apache.poi.hssf.record.aggregates
CFRecordsAggregate
          CFRecordsAggregate - aggregates Conditional Formatting records CFHeaderRecord and number of up to three CFRuleRecord records together to simplify access to them.
ValueRecordsAggregate
          Aggregate value records together.
 



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