Uses of Class
org.apache.poi.hssf.record.AbstractEscherHolderRecord
-
Packages that use AbstractEscherHolderRecord Package Description org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. -
-
Uses of AbstractEscherHolderRecord in org.apache.poi.hssf.record
Subclasses of AbstractEscherHolderRecord in org.apache.poi.hssf.record Modifier and Type Class Description class
DrawingGroupRecord
Specifies a group of drawing objects.class
DrawingRecordForBiffViewer
This is purely for the biff viewer.class
EscherAggregate
This class is used to aggregate the MSODRAWING and OBJ record combinations.Methods in org.apache.poi.hssf.record that return AbstractEscherHolderRecord Modifier and Type Method Description abstract AbstractEscherHolderRecord
AbstractEscherHolderRecord. copy()
Methods in org.apache.poi.hssf.record with parameters of type AbstractEscherHolderRecord Modifier and Type Method Description void
AbstractEscherHolderRecord. join(AbstractEscherHolderRecord record)
Big drawing group records are split but it's easier to deal with them as a whole group so we need to join them together.Constructors in org.apache.poi.hssf.record with parameters of type AbstractEscherHolderRecord Constructor Description AbstractEscherHolderRecord(AbstractEscherHolderRecord other)
-