Uses of Class
org.apache.poi.hssf.record.aggregates.BOFRecordAggregate
-
Packages that use BOFRecordAggregate Package Description org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures.org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet model -
-
Uses of BOFRecordAggregate in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return types with arguments of type BOFRecordAggregate Modifier and Type Method Description java.util.Map<Record,BOFRecordAggregate>EscherAggregate. getObjToChartBofMapping() -
Uses of BOFRecordAggregate in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return BOFRecordAggregate Modifier and Type Method Description protected BOFRecordAggregateHSSFChartShape. getBOFRecordAggregate()BOFRecordAggregateHSSFPatriarchHelper. getChartBOF(HSSFChartShape chart)Constructors in org.apache.poi.hssf.usermodel with parameters of type BOFRecordAggregate Constructor Description HSSFChartShape(EscherContainerRecord spContainer, ObjRecord objRecord, BOFRecordAggregate bofAgg)
-