Class HwmfMisc

java.lang.Object
org.apache.poi.hwmf.record.HwmfMisc

public class HwmfMisc extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    The META_CREATEBRUSHINDIRECT record creates a Brush Object from a LogBrush Object.
    static class 
     
    static class 
     
    static class 
    The META_DELETEOBJECT record deletes an object, including Bitmap16, Brush, DeviceIndependentBitmap, Font, Palette, Pen, and Region.
    static class 
    The META_DIBCREATEPATTERNBRUSH record creates a Brush Object with a pattern specified by a DeviceIndependentBitmap (DIB) Object
    static class 
    The META_RESTOREDC record restores the playback device context from a previously saved device context.
    static class 
    The META_SAVEDC record saves the playback device context for later retrieval.
    static class 
    The META_SETBKCOLOR record sets the background color in the playback device context to a specified color, or to the nearest physical color if the device cannot represent the specified color.
    static class 
    The META_SETBKMODE record defines the background raster operation mix mode in the playback device context.
    static class 
    The META_SETLAYOUT record defines the layout orientation in the playback device context.
    static class 
    The META_SETMAPMODE record defines the mapping mode in the playback device context.
    static class 
    The META_SETMAPPERFLAGS record defines the algorithm that the font mapper uses when it maps logical fonts to physical fonts.
    static class 
    The META_SETRELABS record is reserved and not supported.
    static class 
    The META_SETROP2 record defines the foreground raster operation mix mode in the playback device context.
    static class 
    The META_SETSTRETCHBLTMODE record defines the bitmap stretching mode in the playback device context.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HwmfMisc

      public HwmfMisc()