Uses of Class
org.apache.poi.hssf.record.aggregates.CFRecordsAggregate
-
Packages that use CFRecordsAggregate Package Description org.apache.poi.hssf.record.aggregates The record aggregates are not real "records" but collections of records that act as a single record. -
-
Uses of CFRecordsAggregate in org.apache.poi.hssf.record.aggregates
Methods in org.apache.poi.hssf.record.aggregates that return CFRecordsAggregate Modifier and Type Method Description CFRecordsAggregateCFRecordsAggregate. cloneCFAggregate()Create a deep clone of the recordstatic CFRecordsAggregateCFRecordsAggregate. createCFAggregate(RecordStream rs)Create CFRecordsAggregate from a list of CF RecordsCFRecordsAggregateConditionalFormattingTable. get(int index)Methods in org.apache.poi.hssf.record.aggregates with parameters of type CFRecordsAggregate Modifier and Type Method Description intConditionalFormattingTable. add(CFRecordsAggregate cfAggregate)Constructors in org.apache.poi.hssf.record.aggregates with parameters of type CFRecordsAggregate Constructor Description CFRecordsAggregate(CFRecordsAggregate other)
-