Uses of Class
org.apache.poi.hssf.record.EscherAggregate
Packages that use EscherAggregate
Package
Description
Record package contains class representations for XLS binary strutures.
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of EscherAggregate in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return EscherAggregateModifier and TypeMethodDescriptionstatic EscherAggregate
EscherAggregate.createAggregate
(List<RecordBase> records, int locFirstDrawingRecord) Collapses the drawing records into an aggregate. -
Uses of EscherAggregate in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return EscherAggregateModifier and TypeMethodDescriptionHSSFPatriarch.getBoundAggregate()
Returns the aggregate escher record we're bound toHSSFSheet.getDrawingEscherAggregate()
Returns the agregate escher records for this sheet, it there is one.Methods in org.apache.poi.hssf.usermodel with parameters of type EscherAggregateModifier and TypeMethodDescriptionstatic void
HSSFShapeFactory.createShapeTree
(EscherContainerRecord container, EscherAggregate agg, HSSFShapeContainer out, DirectoryNode root) build shape tree from escher container