Package | Description |
---|---|
org.apache.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
Modifier and Type | Class and Description |
---|---|
class |
DrawingGroupRecord |
class |
DrawingRecordForBiffViewer
This is purely for the biff viewer.
|
class |
EscherAggregate
This class is used to aggregate the MSODRAWING and OBJ record
combinations.
|
Modifier and Type | Method and Description |
---|---|
abstract AbstractEscherHolderRecord |
AbstractEscherHolderRecord.copy() |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
AbstractEscherHolderRecord(AbstractEscherHolderRecord other) |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.