Uses of Class
org.apache.poi.hssf.record.EscherAggregate
-
Packages that use EscherAggregate 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 EscherAggregate in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return EscherAggregate Modifier and Type Method Description EscherAggregate
EscherAggregate. copy()
static EscherAggregate
EscherAggregate. createAggregate(List<RecordBase> records, int locFirstDrawingRecord)
Collapses the drawing records into an aggregate.Constructors in org.apache.poi.hssf.record with parameters of type EscherAggregate Constructor Description EscherAggregate(EscherAggregate other)
-
Uses of EscherAggregate in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return EscherAggregate Modifier and Type Method Description EscherAggregate
HSSFPatriarch. getBoundAggregate()
Returns the aggregate escher record we're bound toEscherAggregate
HSSFPatriarchHelper. getBoundAggregate()
EscherAggregate
HSSFSheet. getDrawingEscherAggregate()
Returns the agregate escher records for this sheet, it there is one.Methods in org.apache.poi.hssf.usermodel with parameters of type EscherAggregate Modifier and Type Method Description static void
HSSFShapeFactory. createShapeTree(EscherContainerRecord container, EscherAggregate agg, HSSFShapeContainer out, DirectoryNode root)
build shape tree from escher container
-