Uses of Class
org.apache.poi.hssf.record.aggregates.RecordAggregate

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

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

Subclasses of RecordAggregate in org.apache.poi.hssf.record.aggregates
 class CFRecordsAggregate
          CFRecordsAggregate - aggregates Conditional Formatting records CFHeaderRecord and number of up to three CFRuleRecord records together to simplify access to them.
 class ChartSubstreamRecordAggregate
          Manages the all the records associated with a chart sub-stream.
Includes the initial BOFRecord and final EOFRecord.
 class ColumnInfoRecordsAggregate
           
 class ConditionalFormattingTable
          Holds all the conditional formatting for a workbook sheet.

See OOO exelfileformat.pdf sec 4.12 'Conditional Formatting Table'

 class CustomViewSettingsRecordAggregate
          Manages the all the records associated with a 'Custom View Settings' sub-stream.
Includes the initial USERSVIEWBEGIN(0x01AA) and final USERSVIEWEND(0x01AB).
 class DataValidityTable
          Manages the DVALRecord and DVRecords for a single sheet
See OOO excelfileformat.pdf section 4.14
 class FormulaRecordAggregate
          The formula record aggregate is used to join together the formula record and it's (optional) string record and (optional) Shared Formula Record (template reads, excel optimization).
 class MergedCellsTable
           
 class PageSettingsBlock
          Groups the page settings records for a worksheet.

See OOO excelfileformat.pdf sec 4.4 'Page Settings Block'

 class RowRecordsAggregate
           
 class WorksheetProtectionBlock
          Groups the sheet protection records for a worksheet.
 



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