| Package | Description | 
|---|---|
| org.apache.poi.ddf | 
 This package contains classes for decoding the Microsoft Office Drawing format otherwise
 known as escher henceforth known in POI as the Dreadful Drawing Format. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EscherDggRecord.FileIdCluster | 
EscherDggRecord.addCluster(int dgId,
          int numShapedUsed)
Add a new cluster 
 | 
EscherDggRecord.FileIdCluster | 
EscherDggRecord.addCluster(int dgId,
          int numShapedUsed,
          boolean sort)
Add a new cluster 
 | 
EscherDggRecord.FileIdCluster[] | 
EscherDggRecord.getFileIdClusters()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
EscherDggRecord.setFileIdClusters(EscherDggRecord.FileIdCluster[] fileIdClusters)
Sets the file id clusters 
 | 
| Constructor and Description | 
|---|
FileIdCluster(EscherDggRecord.FileIdCluster other)  | 
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.