Uses of Class
org.apache.poi.hssf.record.aggregates.CFRecordsAggregate
-
Packages that use CFRecordsAggregate Package Description org.apache.poi.hssf.record.aggregates 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 CFRecordsAggregate
CFRecordsAggregate. cloneCFAggregate()
Create a deep clone of the recordstatic CFRecordsAggregate
CFRecordsAggregate. createCFAggregate(RecordStream rs)
Create CFRecordsAggregate from a list of CF RecordsCFRecordsAggregate
ConditionalFormattingTable. get(int index)
Methods in org.apache.poi.hssf.record.aggregates with parameters of type CFRecordsAggregate Modifier and Type Method Description int
ConditionalFormattingTable. add(CFRecordsAggregate cfAggregate)
-