Class HwmfMisc.WmfDeleteObject

java.lang.Object
org.apache.poi.hwmf.record.HwmfMisc.WmfDeleteObject
All Implemented Interfaces:
HwmfRecord
Enclosing class:
HwmfMisc

public static class HwmfMisc.WmfDeleteObject extends Object implements HwmfRecord
The META_DELETEOBJECT record deletes an object, including Bitmap16, Brush, DeviceIndependentBitmap, Font, Palette, Pen, and Region. After the object is deleted, its index in the WMF Object Table is no longer valid but is available to be reused.
  • Constructor Details

    • WmfDeleteObject

      public WmfDeleteObject()
  • Method Details