Class DrawingManager

java.lang.Object
loci.poi.hssf.model.DrawingManager

public class DrawingManager extends Object
Provides utilities to manage drawing groups.
Author:
Glen Stampoultzis (glens at apache.org)
  • Constructor Details

  • Method Details

    • createDgRecord

      public EscherDgRecord createDgRecord()
    • allocateShapeId

      public int allocateShapeId(short drawingGroupId)
      Allocates new shape id for the new drawing group id.
      Returns:
      a new shape id.
    • getDgg

      public EscherDggRecord getDgg()